Uses of Class
com.azure.resourcemanager.compute.models.ExpandTypesForGetVMScaleSets
Packages that use ExpandTypesForGetVMScaleSets
Package
Description
Package containing the service clients for ComputeManagementClient.
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 ExpandTypesForGetVMScaleSetsModifier and TypeMethodDescriptioncom.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 ExpandTypesForGetVMScaleSetsModifier and TypeFieldDescriptionstatic final ExpandTypesForGetVMScaleSetsExpandTypesForGetVMScaleSets.USER_DATAStatic value userData for ExpandTypesForGetVMScaleSets.Methods in com.azure.resourcemanager.compute.models that return ExpandTypesForGetVMScaleSetsModifier and TypeMethodDescriptionstatic 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 ExpandTypesForGetVMScaleSetsModifier and TypeMethodDescriptionExpandTypesForGetVMScaleSets.values()Gets known ExpandTypesForGetVMScaleSets values.