Class PrivateLinkScopedResource
java.lang.Object
com.azure.resourcemanager.applicationinsights.models.PrivateLinkScopedResource
The private link scope resource reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: The full resource Id of the private link scope resource.scopeId()Get the scopeId property: The private link scope unique Identifier.voidvalidate()Validates the instance.withResourceId(String resourceId) Set the resourceId property: The full resource Id of the private link scope resource.withScopeId(String scopeId) Set the scopeId property: The private link scope unique Identifier.
-
Constructor Details
-
PrivateLinkScopedResource
public PrivateLinkScopedResource()
-
-
Method Details
-
resourceId
Get the resourceId property: The full resource Id of the private link scope resource.- Returns:
- the resourceId value.
-
withResourceId
Set the resourceId property: The full resource Id of the private link scope resource.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the PrivateLinkScopedResource object itself.
-
scopeId
Get the scopeId property: The private link scope unique Identifier.- Returns:
- the scopeId value.
-
withScopeId
Set the scopeId property: The private link scope unique Identifier.- Parameters:
scopeId- the scopeId value to set.- Returns:
- the PrivateLinkScopedResource object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-