HciClusterDeploymentSettingCollection Class

Definition

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

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

Constructors

HciClusterDeploymentSettingCollection()

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

Create a DeploymentSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
CreateOrUpdateAsync(WaitUntil, String, HciClusterDeploymentSettingData, CancellationToken)

Create a DeploymentSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_CreateOrUpdate
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
Get(String, CancellationToken)

Get a DeploymentSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
GetAll(CancellationToken)

List DeploymentSetting resources by Clusters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings
  • Operation Id: DeploymentSettings_ListByClusters
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
GetAllAsync(CancellationToken)

List DeploymentSetting resources by Clusters

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings
  • Operation Id: DeploymentSettings_ListByClusters
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
GetAsync(String, CancellationToken)

Get a DeploymentSetting

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/clusters/{clusterName}/deploymentSettings/{deploymentSettingsName}
  • Operation Id: DeploymentSettings_Get
  • Default Api Version: 2024-04-01
  • Resource: HciClusterDeploymentSettingResource
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<HciClusterDeploymentSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HciClusterDeploymentSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to