Share via


ServiceFabricManagedClustersExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ServiceFabricManagedClusters.

public static class ServiceFabricManagedClustersExtensions
type ServiceFabricManagedClustersExtensions = class
Public Module ServiceFabricManagedClustersExtensions
Inheritance
ServiceFabricManagedClustersExtensions

Methods

GetManagedClusterVersion(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets information about an available Service Fabric managed cluster code version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion}
  • Operation Id: ManagedClusterVersion_Get
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets information about an available Service Fabric managed cluster code version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions/{clusterVersion}
  • Operation Id: ManagedClusterVersion_Get
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersionByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Gets information about an available Service Fabric cluster code version by environment.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion}
  • Operation Id: ManagedClusterVersion_GetByEnvironment
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersionByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken)

Gets information about an available Service Fabric cluster code version by environment.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions/{clusterVersion}
  • Operation Id: ManagedClusterVersion_GetByEnvironment
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)

Gets all available code versions for Service Fabric cluster resources by location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Operation Id: ManagedClusterVersion_List
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gets all available code versions for Service Fabric cluster resources by location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedClusterVersions
  • Operation Id: ManagedClusterVersion_List
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken)

Gets all available code versions for Service Fabric cluster resources by environment.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
  • Operation Id: ManagedClusterVersion_ListByEnvironment
  • Default Api Version: 2023-12-01-preview
GetManagedClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken)

Gets all available code versions for Service Fabric cluster resources by environment.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/managedClusterVersions
  • Operation Id: ManagedClusterVersion_ListByEnvironment
  • Default Api Version: 2023-12-01-preview
GetManagedUnsupportedVmSize(SubscriptionResource, AzureLocation, String, CancellationToken)

Get unsupported vm size for Service Fabric Managed Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Operation Id: managedUnsupportedVMSizes_Get
  • Default Api Version: 2023-12-01-preview
GetManagedUnsupportedVmSizeAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get unsupported vm size for Service Fabric Managed Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes/{vmSize}
  • Operation Id: managedUnsupportedVMSizes_Get
  • Default Api Version: 2023-12-01-preview
GetManagedUnsupportedVmSizes(SubscriptionResource, AzureLocation, CancellationToken)

Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Operation Id: managedUnsupportedVMSizes_List
  • Default Api Version: 2023-12-01-preview
GetManagedUnsupportedVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/managedUnsupportedVMSizes
  • Operation Id: managedUnsupportedVMSizes_List
  • Default Api Version: 2023-12-01-preview
GetServiceFabricManagedApplicationResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricManagedApplicationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ServiceFabricManagedApplicationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricManagedApplicationResource(ResourceIdentifier) instead.

GetServiceFabricManagedApplicationTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricManagedApplicationTypeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ServiceFabricManagedApplicationTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricManagedApplicationTypeResource(ResourceIdentifier) instead.

GetServiceFabricManagedApplicationTypeVersionResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricManagedApplicationTypeVersionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a ServiceFabricManagedApplicationTypeVersionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricManagedApplicationTypeVersionResource(ResourceIdentifier) instead.

GetServiceFabricManagedCluster(ResourceGroupResource, String, CancellationToken)

Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.

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

Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}
  • Operation Id: ManagedClusters_Get
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedClusterResource
GetServiceFabricManagedClusterResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricManagedClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ServiceFabricManagedClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricManagedClusterResource(ResourceIdentifier) instead.

GetServiceFabricManagedClusters(ResourceGroupResource)

Gets a collection of ServiceFabricManagedClusterResources in the ResourceGroupResource. MockingTo mock this method, please mock GetServiceFabricManagedClusters() instead.

GetServiceFabricManagedClusters(SubscriptionResource, CancellationToken)

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Operation Id: ManagedClusters_ListBySubscription
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedClusterResource
GetServiceFabricManagedClustersAsync(SubscriptionResource, CancellationToken)

Gets all Service Fabric cluster resources created or in the process of being created in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/managedClusters
  • Operation Id: ManagedClusters_ListBySubscription
  • Default Api Version: 2023-12-01-preview
  • Resource: ServiceFabricManagedClusterResource
GetServiceFabricManagedNodeTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricManagedNodeTypeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a ServiceFabricManagedNodeTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricManagedNodeTypeResource(ResourceIdentifier) instead.

GetServiceFabricManagedServiceResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricManagedServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a ServiceFabricManagedServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricManagedServiceResource(ResourceIdentifier) instead.

Applies to