共用方式為


AppPlatformCustomDomainCollection Class

Definition

A class representing a collection of AppPlatformCustomDomainResource and their operations. Each AppPlatformCustomDomainResource in the collection will belong to the same instance of AppPlatformAppResource. To get an AppPlatformCustomDomainCollection instance call the GetAppPlatformCustomDomains method from an instance of AppPlatformAppResource.

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

Constructors

AppPlatformCustomDomainCollection()

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

Create or update custom domain of one lifecycle application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_CreateOrUpdate
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
CreateOrUpdateAsync(WaitUntil, String, AppPlatformCustomDomainData, CancellationToken)

Create or update custom domain of one lifecycle application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_CreateOrUpdate
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
Get(String, CancellationToken)

Get the custom domain of one lifecycle application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
GetAll(CancellationToken)

List the custom domains of one lifecycle application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains
  • Operation Id: CustomDomains_List
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
GetAllAsync(CancellationToken)

List the custom domains of one lifecycle application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains
  • Operation Id: CustomDomains_List
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
GetAsync(String, CancellationToken)

Get the custom domain of one lifecycle application.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/domains/{domainName}
  • Operation Id: CustomDomains_Get
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformCustomDomainResource
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<AppPlatformCustomDomainResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AppPlatformCustomDomainResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to