Uses of Class
com.azure.resourcemanager.resources.models.ExportTemplateOutputFormat
Packages that use ExportTemplateOutputFormat
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ExportTemplateOutputFormat in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as ExportTemplateOutputFormatModifier and TypeFieldDescriptionstatic final ExportTemplateOutputFormatExportTemplateOutputFormat.BICEPStatic value Bicep for ExportTemplateOutputFormat.static final ExportTemplateOutputFormatExportTemplateOutputFormat.JSONStatic value Json for ExportTemplateOutputFormat.Methods in com.azure.resourcemanager.resources.models that return ExportTemplateOutputFormatModifier and TypeMethodDescriptionstatic ExportTemplateOutputFormatExportTemplateOutputFormat.fromString(String name) Creates or finds a ExportTemplateOutputFormat from its string representation.ExportTemplateRequest.outputFormat()Get the outputFormat property: The output format for the exported resources.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ExportTemplateOutputFormatModifier and TypeMethodDescriptionstatic Collection<ExportTemplateOutputFormat> ExportTemplateOutputFormat.values()Gets known ExportTemplateOutputFormat values.Methods in com.azure.resourcemanager.resources.models with parameters of type ExportTemplateOutputFormatModifier and TypeMethodDescriptionExportTemplateRequest.withOutputFormat(ExportTemplateOutputFormat outputFormat) Set the outputFormat property: The output format for the exported resources.