共用方式為


ArcSettingCollection Class

Definition

A class representing a collection of ArcSettingResource and their operations. Each ArcSettingResource in the collection will belong to the same instance of HciClusterResource. To get an ArcSettingCollection instance call the GetArcSettings method from an instance of HciClusterResource.

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

Constructors

ArcSettingCollection()

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

Create ArcSetting for HCI cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Create
CreateOrUpdateAsync(WaitUntil, String, ArcSettingData, CancellationToken)

Create ArcSetting for HCI cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Get
Get(String, CancellationToken)

Get ArcSetting resource details of HCI Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Get
GetAll(CancellationToken)

Get ArcSetting resources of HCI Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings
  • Operation Id: ArcSettings_ListByCluster
GetAllAsync(CancellationToken)

Get ArcSetting resources of HCI Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings
  • Operation Id: ArcSettings_ListByCluster
GetAsync(String, CancellationToken)

Get ArcSetting resource details of HCI Cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/arcSettings/{arcSettingName}
  • Operation Id: ArcSettings_Get
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<ArcSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ArcSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to