AutoApprovedPrivateLinkServiceInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. AutoApprovedPrivateLinkServiceInner
- com.
Implements
public final class AutoApprovedPrivateLinkServiceInner
implements JsonSerializable<AutoApprovedPrivateLinkServiceInner>
The information of an AutoApprovedPrivateLinkService.
Constructor Summary
Constructor | Description |
---|---|
AutoApprovedPrivateLinkServiceInner() |
Creates an instance of Auto |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Auto |
fromJson(JsonReader jsonReader)
Reads an instance of Auto |
String |
privateLinkService()
Get the private |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Auto |
withPrivateLinkService(String privateLinkService)
Set the private |
Methods inherited from java.lang.Object
Constructor Details
AutoApprovedPrivateLinkServiceInner
public AutoApprovedPrivateLinkServiceInner()
Creates an instance of AutoApprovedPrivateLinkServiceInner class.
Method Details
fromJson
public static AutoApprovedPrivateLinkServiceInner fromJson(JsonReader jsonReader)
Reads an instance of AutoApprovedPrivateLinkServiceInner from the JsonReader.
Parameters:
Returns:
Throws:
privateLinkService
public String privateLinkService()
Get the privateLinkService property: The id of the private link service resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withPrivateLinkService
public AutoApprovedPrivateLinkServiceInner withPrivateLinkService(String privateLinkService)
Set the privateLinkService property: The id of the private link service resource.
Parameters:
Returns:
Applies to
Azure SDK for Java