Skip to main content

managed_unsupported_vm_sizes

Creates, updates, deletes, gets or lists a managed_unsupported_vm_sizes resource.

Overview

Namemanaged_unsupported_vm_sizes
TypeResource
Idazure.service_fabric_managed_clusters.managed_unsupported_vm_sizes

Fields

NameDatatypeDescription
idtextVM Size id.
nametextVM Size name.
locationtextfield from the properties object
sizetextfield from the properties object
subscriptionIdtextfield from the properties object
typetextVM Size type.
vmSizetextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, subscriptionId, vmSizeGet unsupported vm size for Service Fabric Managed Clusters.
listSELECTlocation, subscriptionIdGet the lists of unsupported vm sizes for Service Fabric Managed Clusters.

SELECT examples

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

SELECT
id,
name,
location,
size,
subscriptionId,
type,
vmSize
FROM azure.service_fabric_managed_clusters.vw_managed_unsupported_vm_sizes
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';