共用方式為


ServiceFabricManagedNodeTypeCollection Class

Definition

A class representing a collection of ServiceFabricManagedNodeTypeResource and their operations. Each ServiceFabricManagedNodeTypeResource in the collection will belong to the same instance of ServiceFabricManagedClusterResource. To get a ServiceFabricManagedNodeTypeCollection instance call the GetServiceFabricManagedNodeTypes method from an instance of ServiceFabricManagedClusterResource.

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

Constructors

ServiceFabricManagedNodeTypeCollection()

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

Create or update a Service Fabric node type of a given managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_CreateOrUpdate
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
CreateOrUpdateAsync(WaitUntil, String, ServiceFabricManagedNodeTypeData, CancellationToken)

Create or update a Service Fabric node type of a given managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_CreateOrUpdate
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
Get(String, CancellationToken)

Get a Service Fabric node type of a given managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
GetAll(CancellationToken)

Gets all Node types of the specified managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes
  • Operation Id: NodeTypes_ListByManagedClusters
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
GetAllAsync(CancellationToken)

Gets all Node types of the specified managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes
  • Operation Id: NodeTypes_ListByManagedClusters
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
GetAsync(String, CancellationToken)

Get a Service Fabric node type of a given managed cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}/nodeTypes/{nodeTypeName}
  • Operation Id: NodeTypes_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedNodeTypeResource
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<ServiceFabricManagedNodeTypeResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ServiceFabricManagedNodeTypeResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to