Uses of Class
com.azure.resourcemanager.compute.models.SharingState
Packages that use SharingState
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of SharingState in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type SharingState in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe sharing state of the gallery, which only appears in the response.Fields in com.azure.resourcemanager.compute.models declared as SharingStateModifier and TypeFieldDescriptionstatic final SharingStateSharingState.FAILEDStatic value Failed for SharingState.static final SharingStateSharingState.IN_PROGRESSStatic value InProgress for SharingState.static final SharingStateSharingState.SUCCEEDEDStatic value Succeeded for SharingState.static final SharingStateSharingState.UNKNOWNStatic value Unknown for SharingState.Methods in com.azure.resourcemanager.compute.models that return SharingStateModifier and TypeMethodDescriptionSharingStatus.aggregatedState()Get the aggregatedState property: Aggregated sharing state of current gallery.static SharingStateSharingState.fromString(String name) Creates or finds a SharingState from its string representation.RegionalSharingStatus.state()Get the state property: Gallery sharing state in current region.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharingStateModifier and TypeMethodDescriptionstatic Collection<SharingState> SharingState.values()Gets known SharingState values.