MockableServiceFabricManagedClustersSubscriptionResource.GetManagedUnsupportedVmSize Method
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.
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: 2024-04-01
public virtual Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize> GetManagedUnsupportedVmSize (Azure.Core.AzureLocation location, string vmSize, System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedUnsupportedVmSize : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
override this.GetManagedUnsupportedVmSize : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedUnsupportedVmSize>
Public Overridable Function GetManagedUnsupportedVmSize (location As AzureLocation, vmSize As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricManagedUnsupportedVmSize)
Parameters
- location
- AzureLocation
The location for the cluster code versions. This is different from cluster location.
- vmSize
- String
VM Size name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
vmSize
is an empty string, and was expected to be non-empty.
vmSize
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET