SiteSlotDomainOwnershipIdentifierCollection Class

Definition

A class representing a collection of SiteSlotDomainOwnershipIdentifierResource and their operations. Each SiteSlotDomainOwnershipIdentifierResource in the collection will belong to the same instance of WebSiteSlotResource. To get a SiteSlotDomainOwnershipIdentifierCollection instance call the GetSiteSlotDomainOwnershipIdentifiers method from an instance of WebSiteSlotResource.

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

Constructors

SiteSlotDomainOwnershipIdentifierCollection()

Initializes a new instance of the SiteSlotDomainOwnershipIdentifierCollection 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}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_CreateOrUpdateDomainOwnershipIdentifierSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotDomainOwnershipIdentifierResource
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}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}
  • Operation Id: WebApps_CreateOrUpdateDomainOwnershipIdentifierSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotDomainOwnershipIdentifierResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Description for Get domain ownership identifier for web app.

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

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

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

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

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

Description for Get domain ownership identifier for web app.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SiteSlotDomainOwnershipIdentifierResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to