Uses of Class
com.azure.resourcemanager.compute.models.SharingState
-
Packages that use SharingState Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of SharingState in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as SharingState Modifier and Type Field Description static SharingStateSharingState. FAILEDStatic value Failed for SharingState.static SharingStateSharingState. IN_PROGRESSStatic value InProgress for SharingState.static SharingStateSharingState. SUCCEEDEDStatic value Succeeded for SharingState.static SharingStateSharingState. UNKNOWNStatic value Unknown for SharingState.Methods in com.azure.resourcemanager.compute.models that return SharingState Modifier and Type Method Description SharingStateSharingStatus. aggregatedState()Get the aggregatedState property: The sharing state of the gallery.static SharingStateSharingState. fromString(String name)Creates or finds a SharingState from its string representation.SharingStateRegionalSharingStatus. state()Get the state property: The sharing state of the gallery.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharingState Modifier and Type Method Description static Collection<SharingState>SharingState. values()
-