ServiceFabricExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
GetClusterVersions(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version.
|
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetClusterVersionsAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version.
|
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ClusterVersionsEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
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.
|
GetServiceFabricClusterAsync(ResourceGroupResource, String, CancellationToken) |
Get a Service Fabric cluster resource created or in the process of being created in the specified resource group.
|
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.
|
GetServiceFabricClustersAsync(SubscriptionResource, CancellationToken) |
Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
|
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.
|
GetServiceFabricVmSizeResourceAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Clusters.
|
GetServiceFabricVmSizeResources(SubscriptionResource, AzureLocation) |
Gets a collection of ServiceFabricVmSizeResources in the SubscriptionResource. MockingTo mock this method, please mock GetServiceFabricVmSizeResources(AzureLocation) instead. |
Applies to
Azure SDK for .NET