DependencyOfRelationshipCollection Class

Definition

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

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

Constructors

Name Description
DependencyOfRelationshipCollection()

Initializes a new instance of DependencyOfRelationshipCollection 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, DependencyOfRelationshipData, CancellationToken)

Create a DependencyOfRelationship

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

Create a DependencyOfRelationship

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/dependencyOf/{name}.
  • Operation Id. : DependencyOfRelationships_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/dependencyOf/{name}.
  • Operation Id. : DependencyOfRelationships_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/dependencyOf/{name}.
  • Operation Id. : DependencyOfRelationships_Get.
  • Default Api Version. : 2023-09-01-preview.
Get(String, CancellationToken)

Get a DependencyOfRelationship

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

Get a DependencyOfRelationship

  • Request Path. : /{resourceUri}/providers/Microsoft.Relationships/dependencyOf/{name}.
  • Operation Id. : DependencyOfRelationships_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/dependencyOf/{name}.
  • Operation Id. : DependencyOfRelationships_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/dependencyOf/{name}.
  • Operation Id. : DependencyOfRelationships_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