Uses of Class
com.azure.resourcemanager.compute.models.ExpandTypesForGetVMScaleSets
-
Packages that use ExpandTypesForGetVMScaleSets Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ExpandTypesForGetVMScaleSets in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type ExpandTypesForGetVMScaleSets Modifier and Type Method Description Mono<VirtualMachineScaleSetInner>VirtualMachineScaleSetsClient. getByResourceGroupAsync(String resourceGroupName, String vmScaleSetName, ExpandTypesForGetVMScaleSets expand)Display information about a virtual machine scale set.com.azure.core.http.rest.Response<VirtualMachineScaleSetInner>VirtualMachineScaleSetsClient. getByResourceGroupWithResponse(String resourceGroupName, String vmScaleSetName, ExpandTypesForGetVMScaleSets expand, com.azure.core.util.Context context)Display information about a virtual machine scale set.Mono<com.azure.core.http.rest.Response<VirtualMachineScaleSetInner>>VirtualMachineScaleSetsClient. getByResourceGroupWithResponseAsync(String resourceGroupName, String vmScaleSetName, ExpandTypesForGetVMScaleSets expand)Display information about a virtual machine scale set. -
Uses of ExpandTypesForGetVMScaleSets in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as ExpandTypesForGetVMScaleSets Modifier and Type Field Description static ExpandTypesForGetVMScaleSetsExpandTypesForGetVMScaleSets. USER_DATAStatic value userData for ExpandTypesForGetVMScaleSets.Methods in com.azure.resourcemanager.compute.models that return ExpandTypesForGetVMScaleSets Modifier and Type Method Description static ExpandTypesForGetVMScaleSetsExpandTypesForGetVMScaleSets. fromString(String name)Creates or finds a ExpandTypesForGetVMScaleSets from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ExpandTypesForGetVMScaleSets Modifier and Type Method Description static Collection<ExpandTypesForGetVMScaleSets>ExpandTypesForGetVMScaleSets. values()
-