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