ServiceGroupMemberRelationshipCollection Class

Definition

A class representing a collection of ServiceGroupMemberRelationshipResource and their operations. Each ServiceGroupMemberRelationshipResource in the collection will belong to the same instance of ArmResource. To get a ServiceGroupMemberRelationshipCollection instance call the GetServiceGroupMemberRelationships method from an instance of ArmResource.

public class ServiceGroupMemberRelationshipCollection : Azure.ResourceManager.ArmCollection
type ServiceGroupMemberRelationshipCollection = class
    inherit ArmCollection
Public Class ServiceGroupMemberRelationshipCollection
Inherits ArmCollection
Inheritance
ServiceGroupMemberRelationshipCollection

Constructors

Name Description
ServiceGroupMemberRelationshipCollection()

Initializes a new instance of ServiceGroupMemberRelationshipCollection for mocking.

Properties

Name Description
Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Name Description
CreateOrUpdate(WaitUntil, String, ServiceGroupMemberRelationshipData, CancellationToken)

Create a ServiceGroupMemberRelationship

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_CreateOrUpdate.
  • Default Api Version. : 2023-09-01-preview.
CreateOrUpdateAsync(WaitUntil, String, ServiceGroupMemberRelationshipData, CancellationToken)

Create a ServiceGroupMemberRelationship

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_CreateOrUpdate.
  • Default Api Version. : 2023-09-01-preview.
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
Get(String, CancellationToken)

Get a ServiceGroupMemberRelationship

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
GetAsync(String, CancellationToken)

Get a ServiceGroupMemberRelationship

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/serviceGroupMember/{name}.
  • Operation Id. : ServiceGroupMemberRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Applies to