Uses of Class
com.azure.resourcemanager.compute.models.SoftDeletedArtifactTypes
Packages that use SoftDeletedArtifactTypes
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SoftDeletedArtifactTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SoftDeletedArtifactTypesModifier and TypeMethodDescriptionGallerySoftDeletedResourceInner.softDeletedArtifactType()Get the softDeletedArtifactType property: artifact type of the soft-deleted resource.GallerySoftDeletedResourceProperties.softDeletedArtifactType()Get the softDeletedArtifactType property: artifact type of the soft-deleted resource.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type SoftDeletedArtifactTypesModifier and TypeMethodDescriptionGallerySoftDeletedResourceInner.withSoftDeletedArtifactType(SoftDeletedArtifactTypes softDeletedArtifactType) Set the softDeletedArtifactType property: artifact type of the soft-deleted resource.GallerySoftDeletedResourceProperties.withSoftDeletedArtifactType(SoftDeletedArtifactTypes softDeletedArtifactType) Set the softDeletedArtifactType property: artifact type of the soft-deleted resource. -
Uses of SoftDeletedArtifactTypes in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SoftDeletedArtifactTypes in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classartifact type of the soft-deleted resource.Fields in com.azure.resourcemanager.compute.models declared as SoftDeletedArtifactTypesModifier and TypeFieldDescriptionstatic final SoftDeletedArtifactTypesSoftDeletedArtifactTypes.IMAGESStatic value Images for SoftDeletedArtifactTypes.Methods in com.azure.resourcemanager.compute.models that return SoftDeletedArtifactTypesModifier and TypeMethodDescriptionstatic SoftDeletedArtifactTypesSoftDeletedArtifactTypes.fromString(String name) Creates or finds a SoftDeletedArtifactTypes from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SoftDeletedArtifactTypesModifier and TypeMethodDescriptionstatic Collection<SoftDeletedArtifactTypes> SoftDeletedArtifactTypes.values()Gets known SoftDeletedArtifactTypes values.