Class PrivateLinkServicePropertiesVisibility
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ResourceSet
-
- com.azure.resourcemanager.network.models.PrivateLinkServicePropertiesVisibility
-
public final class PrivateLinkServicePropertiesVisibility extends ResourceSet
The visibility list of the private link service.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkServicePropertiesVisibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.PrivateLinkServicePropertiesVisibilitywithSubscriptions(List<String> subscriptions)Set the subscriptions property: The list of subscriptions.-
Methods inherited from class com.azure.resourcemanager.network.models.ResourceSet
subscriptions
-
-
-
-
Method Detail
-
withSubscriptions
public PrivateLinkServicePropertiesVisibility withSubscriptions(List<String> subscriptions)
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.
-
-