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


IspCustomerCollection Class

Definition

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

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

Constructors

IspCustomerCollection()

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

This api creates an ispCustomer with the specified create parameters

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

This api creates an ispCustomer with the specified create parameters

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Gets the ispCustomer resource information using this get call

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

This api gets the information about all ispCustomer resources under the given subscription and resource group

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

This api gets the information about all ispCustomer resources under the given subscription and resource group

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

Gets the ispCustomer resource information using this get call

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<IspCustomerResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to