Class RegionalSharingStatus
java.lang.Object
com.azure.resourcemanager.compute.models.RegionalSharingStatus
Gallery regional sharing status.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetails()Get the details property: Details of gallery regional sharing failure.region()Get the region property: Region name.state()Get the state property: The sharing state of the gallery.voidvalidate()Validates the instance.withDetails(String details) Set the details property: Details of gallery regional sharing failure.withRegion(String region) Set the region property: Region name.
-
Constructor Details
-
RegionalSharingStatus
public RegionalSharingStatus()Creates an instance of RegionalSharingStatus class.
-
-
Method Details
-
region
Get the region property: Region name.- Returns:
- the region value.
-
withRegion
Set the region property: Region name.- Parameters:
region- the region value to set.- Returns:
- the RegionalSharingStatus object itself.
-
state
Get the state property: The sharing state of the gallery. Gallery sharing state in current region.- Returns:
- the state value.
-
details
Get the details property: Details of gallery regional sharing failure.- Returns:
- the details value.
-
withDetails
Set the details property: Details of gallery regional sharing failure.- Parameters:
details- the details value to set.- Returns:
- the RegionalSharingStatus object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-