ServiceFabricExtensions Class

Definition

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

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

Methods

GetClusterVersions(SubscriptionResource, AzureLocation, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Operation Id: ClusterVersions_List
  • Default Api Version: 2023-11-01-preview
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets information about an available Service Fabric cluster code version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Operation Id: ClusterVersions_Get
  • Default Api Version: 2023-11-01-preview
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions
  • Operation Id: ClusterVersions_List
  • Default Api Version: 2023-11-01-preview
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Gets information about an available Service Fabric cluster code version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}
  • Operation Id: ClusterVersions_Get
  • Default Api Version: 2023-11-01-preview
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • Operation Id: ClusterVersions_ListByEnvironment
  • Default Api Version: 2023-11-01-preview
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, 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}/clusterVersions/{clusterVersion}
  • Operation Id: ClusterVersions_GetByEnvironment
  • Default Api Version: 2023-11-01-preview
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions
  • Operation Id: ClusterVersions_ListByEnvironment
  • Default Api Version: 2023-11-01-preview
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, 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}/clusterVersions/{clusterVersion}
  • Operation Id: ClusterVersions_GetByEnvironment
  • Default Api Version: 2023-11-01-preview
GetServiceFabricApplicationResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricApplicationResource 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 ServiceFabricApplicationResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricApplicationResource(ResourceIdentifier) instead.

GetServiceFabricApplicationTypeResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricApplicationTypeResource 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 ServiceFabricApplicationTypeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricApplicationTypeResource(ResourceIdentifier) instead.

GetServiceFabricApplicationTypeVersionResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricApplicationTypeVersionResource 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 ServiceFabricApplicationTypeVersionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricApplicationTypeVersionResource(ResourceIdentifier) instead.

GetServiceFabricCluster(ResourceGroupResource, String, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
  • Operation Id: Clusters_Get
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricClusterResource
GetServiceFabricClusterAsync(ResourceGroupResource, String, CancellationToken)

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}
  • Operation Id: Clusters_Get
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricClusterResource
GetServiceFabricClusterResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricClusterResource 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 ServiceFabricClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricClusterResource(ResourceIdentifier) instead.

GetServiceFabricClusters(ResourceGroupResource)

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

GetServiceFabricClusters(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/clusters
  • Operation Id: Clusters_List
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricClusterResource
GetServiceFabricClustersAsync(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/clusters
  • Operation Id: Clusters_List
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricClusterResource
GetServiceFabricServiceResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceFabricServiceResource 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 ServiceFabricServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetServiceFabricServiceResource(ResourceIdentifier) instead.

GetServiceFabricVmSizeResource(ArmClient, ResourceIdentifier)

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

GetServiceFabricVmSizeResource(SubscriptionResource, AzureLocation, String, CancellationToken)

Get unsupported vm size for Service Fabric Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/unsupportedVmSizes/{vmSize}
  • Operation Id: UnsupportedVmSizes_Get
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricVmSizeResource
GetServiceFabricVmSizeResourceAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get unsupported vm size for Service Fabric Clusters.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/unsupportedVmSizes/{vmSize}
  • Operation Id: UnsupportedVmSizes_Get
  • Default Api Version: 2023-11-01-preview
  • Resource: ServiceFabricVmSizeResource
GetServiceFabricVmSizeResources(SubscriptionResource, AzureLocation)

Gets a collection of ServiceFabricVmSizeResources in the SubscriptionResource. MockingTo mock this method, please mock GetServiceFabricVmSizeResources(AzureLocation) instead.

Applies to