Class SharingStatus
java.lang.Object
com.azure.resourcemanager.compute.models.SharingStatus
Sharing status of current gallery.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the aggregatedState property: The sharing state of the gallery.summary()Get the summary property: Summary of all regional sharing status.voidvalidate()Validates the instance.withSummary(List<RegionalSharingStatus> summary) Set the summary property: Summary of all regional sharing status.
-
Constructor Details
-
SharingStatus
public SharingStatus()Creates an instance of SharingStatus class.
-
-
Method Details
-
aggregatedState
Get the aggregatedState property: The sharing state of the gallery. Aggregated sharing state of current gallery.- Returns:
- the aggregatedState value.
-
summary
Get the summary property: Summary of all regional sharing status.- Returns:
- the summary value.
-
withSummary
Set the summary property: Summary of all regional sharing status.- Parameters:
summary- the summary value to set.- Returns:
- the SharingStatus object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-