Поделиться через


EnterpriseMccCustomerCollection Class

Definition

A class representing a collection of EnterpriseMccCustomerResource and their operations. Each EnterpriseMccCustomerResource in the collection will belong to the same instance of ResourceGroupResource. To get an EnterpriseMccCustomerCollection instance call the GetEnterpriseMccCustomers method from an instance of ResourceGroupResource.

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

Constructors

EnterpriseMccCustomerCollection()

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

This api creates an enterprise mcc customer with the specified create parameters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_CreateOrUpdate
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
CreateOrUpdateAsync(WaitUntil, String, EnterpriseMccCustomerData, CancellationToken)

This api creates an enterprise mcc customer with the specified create parameters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_CreateOrUpdate
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_Get
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_Get
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
Get(String, CancellationToken)

Gets the enterprise mcc customer resource information using this get call

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_Get
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
GetAll(CancellationToken)

This api gets the information about all enterprise mcc customer resources under the given subscription and resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers
  • Operation Id: EnterpriseMccCustomerResource_ListByResourceGroup
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
GetAllAsync(CancellationToken)

This api gets the information about all enterprise mcc customer resources under the given subscription and resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers
  • Operation Id: EnterpriseMccCustomerResource_ListByResourceGroup
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
GetAsync(String, CancellationToken)

Gets the enterprise mcc customer resource information using this get call

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_Get
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_Get
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedCache/enterpriseMccCustomers/{customerResourceName}
  • Operation Id: EnterpriseMccCustomerResource_Get
  • Default Api Version: 2024-11-30-preview
  • Resource: EnterpriseMccCustomerResource
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<EnterpriseMccCustomerResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<EnterpriseMccCustomerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to