Uses of Class
com.azure.resourcemanager.compute.models.FileFormat
Packages that use FileFormat
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of FileFormat in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type FileFormat in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classUsed to specify the file format when making request for SAS on a VHDX file format snapshot.Fields in com.azure.resourcemanager.compute.models declared as FileFormatModifier and TypeFieldDescriptionstatic final FileFormatFileFormat.VHDStatic value VHD for FileFormat.static final FileFormatFileFormat.VHDXStatic value VHDX for FileFormat.Methods in com.azure.resourcemanager.compute.models that return FileFormatModifier and TypeMethodDescriptionGrantAccessData.fileFormat()Get the fileFormat property: Used to specify the file format when making request for SAS on a VHDX file format snapshot.static FileFormatFileFormat.fromString(String name) Creates or finds a FileFormat from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type FileFormatModifier and TypeMethodDescriptionstatic Collection<FileFormat> FileFormat.values()Gets known FileFormat values.Methods in com.azure.resourcemanager.compute.models with parameters of type FileFormatModifier and TypeMethodDescriptionGrantAccessData.withFileFormat(FileFormat fileFormat) Set the fileFormat property: Used to specify the file format when making request for SAS on a VHDX file format snapshot.