Class PrivateLinkServicePropertiesVisibility
java.lang.Object
com.azure.resourcemanager.network.models.ResourceSet
com.azure.resourcemanager.network.models.PrivateLinkServicePropertiesVisibility
The visibility list of the private link service.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PrivateLinkServicePropertiesVisibility class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.withSubscriptions(List<String> subscriptions) Set the subscriptions property: The list of subscriptions.Methods inherited from class com.azure.resourcemanager.network.models.ResourceSet
subscriptions
-
Constructor Details
-
PrivateLinkServicePropertiesVisibility
public PrivateLinkServicePropertiesVisibility()Creates an instance of PrivateLinkServicePropertiesVisibility class.
-
-
Method Details
-
withSubscriptions
Set the subscriptions property: The list of subscriptions.- Overrides:
withSubscriptionsin classResourceSet- Parameters:
subscriptions- the subscriptions value to set.- Returns:
- the ResourceSet object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classResourceSet- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-