共用方式為


SiteDomainOwnershipIdentifierCollection Class

Definition

A class representing a collection of SiteDomainOwnershipIdentifierResource and their operations. Each SiteDomainOwnershipIdentifierResource in the collection will belong to the same instance of WebSiteResource. To get a SiteDomainOwnershipIdentifierCollection instance call the GetSiteDomainOwnershipIdentifiers method from an instance of WebSiteResource.

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

Constructors

SiteDomainOwnershipIdentifierCollection()

Initializes a new instance of the SiteDomainOwnershipIdentifierCollection 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, AppServiceIdentifierData, CancellationToken)

Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_CreateOrUpdateDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
CreateOrUpdateAsync(WaitUntil, String, AppServiceIdentifierData, CancellationToken)

Description for Creates a domain ownership identifier for web app, or updates an existing ownership identifier.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_CreateOrUpdateDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_GetDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_GetDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
Get(String, CancellationToken)

Description for Get domain ownership identifier for web app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_GetDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
GetAll(CancellationToken)

Description for Lists ownership identifiers for domain associated with web app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers
  • Operation Id: WebApps_ListDomainOwnershipIdentifiers
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
GetAllAsync(CancellationToken)

Description for Lists ownership identifiers for domain associated with web app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers
  • Operation Id: WebApps_ListDomainOwnershipIdentifiers
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
GetAsync(String, CancellationToken)

Description for Get domain ownership identifier for web app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_GetDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_GetDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_GetDomainOwnershipIdentifier
  • Default Api Version: 2021-02-01
  • Resource: SiteDomainOwnershipIdentifierResource
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<SiteDomainOwnershipIdentifierResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteDomainOwnershipIdentifierResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to