ServiceFabricManagedClustersExtensions 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.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.
|
GetManagedClusterVersionAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Gets information about an available Service Fabric managed cluster code version.
|
GetManagedClusterVersionByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetManagedClusterVersionByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, String, CancellationToken) |
Gets information about an available Service Fabric cluster code version by environment.
|
GetManagedClusterVersions(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetManagedClusterVersionsAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by location.
|
GetManagedClusterVersionsByEnvironment(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetManagedClusterVersionsByEnvironmentAsync(SubscriptionResource, AzureLocation, ManagedClusterVersionEnvironment, CancellationToken) |
Gets all available code versions for Service Fabric cluster resources by environment.
|
GetManagedUnsupportedVmSize(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Managed Clusters.
|
GetManagedUnsupportedVmSizeAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Get unsupported vm size for Service Fabric Managed Clusters.
|
GetManagedUnsupportedVmSizes(SubscriptionResource, AzureLocation, CancellationToken) |
Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
|
GetManagedUnsupportedVmSizesAsync(SubscriptionResource, AzureLocation, CancellationToken) |
Get the lists of unsupported vm sizes for Service Fabric Managed Clusters.
|
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.
|
GetServiceFabricManagedClusterAsync(ResourceGroupResource, String, CancellationToken) |
Get a Service Fabric managed cluster resource created or in the process of being created in the specified resource group.
|
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.
|
GetServiceFabricManagedClustersAsync(SubscriptionResource, CancellationToken) |
Gets all Service Fabric cluster resources created or in the process of being created in the subscription.
|
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
Azure SDK for .NET