Class AutoApprovedPrivateLinkServiceInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.AutoApprovedPrivateLinkServiceInner
-
public final class AutoApprovedPrivateLinkServiceInner extends Object
The information of an AutoApprovedPrivateLinkService.
-
-
Constructor Summary
Constructors Constructor Description AutoApprovedPrivateLinkServiceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringprivateLinkService()Get the privateLinkService property: The id of the private link service resource.voidvalidate()Validates the instance.AutoApprovedPrivateLinkServiceInnerwithPrivateLinkService(String privateLinkService)Set the privateLinkService property: The id of the private link service resource.
-
-
-
Method Detail
-
privateLinkService
public String privateLinkService()
Get the privateLinkService property: The id of the private link service resource.- Returns:
- the privateLinkService value.
-
withPrivateLinkService
public AutoApprovedPrivateLinkServiceInner withPrivateLinkService(String privateLinkService)
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.
-
-