PrivateLinkServicePropertiesVisibility Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ResourceSet - com.
azure. resourcemanager. network. models. PrivateLinkServicePropertiesVisibility
- com.
- com.
public final class PrivateLinkServicePropertiesVisibility
extends ResourceSet
The visibility list of the private link service.
Constructor Summary
Constructor | Description |
---|---|
PrivateLinkServicePropertiesVisibility() |
Creates an instance of Private |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Private |
withSubscriptions(List<String> subscriptions)
Set the subscriptions property: The list of subscriptions. |
Methods inherited from ResourceSet
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkServicePropertiesVisibility
public PrivateLinkServicePropertiesVisibility()
Creates an instance of PrivateLinkServicePropertiesVisibility class.
Method Details
fromJson
public static PrivateLinkServicePropertiesVisibility fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkServicePropertiesVisibility from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
PrivateLinkServicePropertiesVisibility.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
PrivateLinkServicePropertiesVisibility.validate()withSubscriptions
public PrivateLinkServicePropertiesVisibility withSubscriptions(List
Set the subscriptions property: The list of subscriptions.
Overrides:
PrivateLinkServicePropertiesVisibility.withSubscriptions(List<String> subscriptions)Parameters:
Applies to
Azure SDK for Java