Share via


DomainOwnershipIdentifierCollection Class

Definition

A class representing a collection of DomainOwnershipIdentifierResource and their operations. Each DomainOwnershipIdentifierResource in the collection will belong to the same instance of AppServiceDomainResource. To get a DomainOwnershipIdentifierCollection instance call the GetDomainOwnershipIdentifiers method from an instance of AppServiceDomainResource.

public class DomainOwnershipIdentifierCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource>
type DomainOwnershipIdentifierCollection = class
    inherit ArmCollection
    interface seq<DomainOwnershipIdentifierResource>
    interface IEnumerable
    interface IAsyncEnumerable<DomainOwnershipIdentifierResource>
Public Class DomainOwnershipIdentifierCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DomainOwnershipIdentifierResource), IEnumerable(Of DomainOwnershipIdentifierResource)
Inheritance
DomainOwnershipIdentifierCollection
Implements

Constructors

DomainOwnershipIdentifierCollection()

Initializes a new instance of the DomainOwnershipIdentifierCollection class for mocking.

Properties

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

CreateOrUpdate(WaitUntil, String, DomainOwnershipIdentifierData, CancellationToken)

Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_CreateOrUpdateOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
CreateOrUpdateAsync(WaitUntil, String, DomainOwnershipIdentifierData, CancellationToken)

Description for Creates an ownership identifier for a domain or updates identifier details for an existing identifier

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_CreateOrUpdateOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_GetOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_GetOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
Get(String, CancellationToken)

Description for Get ownership identifier for domain

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_GetOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
GetAll(CancellationToken)

Description for Lists domain ownership identifiers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers
  • Operation Id: Domains_ListOwnershipIdentifiers
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
GetAllAsync(CancellationToken)

Description for Lists domain ownership identifiers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers
  • Operation Id: Domains_ListOwnershipIdentifiers
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
GetAsync(String, CancellationToken)

Description for Get ownership identifier for domain

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_GetOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_GetOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}/domainOwnershipIdentifiers/{name}
  • Operation Id: Domains_GetOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: DomainOwnershipIdentifierResource
TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<DomainOwnershipIdentifierResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DomainOwnershipIdentifierResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to