Class AutoApprovedPrivateLinkServiceInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.AutoApprovedPrivateLinkServiceInner
The information of an AutoApprovedPrivateLinkService.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AutoApprovedPrivateLinkServiceInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the privateLinkService property: The id of the private link service resource.voidvalidate()Validates the instance.withPrivateLinkService(String privateLinkService) Set the privateLinkService property: The id of the private link service resource.
-
Constructor Details
-
AutoApprovedPrivateLinkServiceInner
public AutoApprovedPrivateLinkServiceInner()Creates an instance of AutoApprovedPrivateLinkServiceInner class.
-
-
Method Details
-
privateLinkService
Get the privateLinkService property: The id of the private link service resource.- Returns:
- the privateLinkService value.
-
withPrivateLinkService
Set the privateLinkService property: The id of the private link service resource.- Parameters:
privateLinkService- the privateLinkService value to set.- Returns:
- the AutoApprovedPrivateLinkServiceInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-