NestedResourceTypeThirdSkuCollection Class

Definition

A class representing a collection of NestedResourceTypeThirdSkuResource and their operations. Each NestedResourceTypeThirdSkuResource in the collection will belong to the same instance of ResourceTypeRegistrationResource. To get a NestedResourceTypeThirdSkuCollection instance call the GetNestedResourceTypeThirdSkus method from an instance of ResourceTypeRegistrationResource.

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

Constructors

NestedResourceTypeThirdSkuCollection()

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

Creates or updates the resource type skus in the given resource type.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_CreateOrUpdateNestedResourceTypeThird
CreateOrUpdateAsync(WaitUntil, String, ResourceTypeSkuData, CancellationToken)

Creates or updates the resource type skus in the given resource type.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_CreateOrUpdateNestedResourceTypeThird
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeThird
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeThird
Get(String, CancellationToken)

Gets the sku details for the given resource type and sku name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeThird
GetAll(CancellationToken)

Gets the list of skus for the given resource type.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus
  • Operation Id: Skus_ListByResourceTypeRegistrationsNestedResourceTypeThird
GetAllAsync(CancellationToken)

Gets the list of skus for the given resource type.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus
  • Operation Id: Skus_ListByResourceTypeRegistrationsNestedResourceTypeThird
GetAsync(String, CancellationToken)

Gets the sku details for the given resource type and sku name.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeThird
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeThird
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/resourcetypeRegistrations/{nestedResourceTypeThird}/skus/{sku}
  • Operation Id: Skus_GetNestedResourceTypeThird
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<NestedResourceTypeThirdSkuResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NestedResourceTypeThirdSkuResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to