Class ScopedResourceProperties
java.lang.Object
com.azure.resourcemanager.monitor.fluent.models.ScopedResourceProperties
Properties of a private link scoped resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ScopedResourceProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the linkedResourceId property: The resource id of the scoped Azure monitor resource.Get the provisioningState property: State of the private endpoint connection.voidvalidate()Validates the instance.withLinkedResourceId(String linkedResourceId) Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.
-
Constructor Details
-
ScopedResourceProperties
public ScopedResourceProperties()Creates an instance of ScopedResourceProperties class.
-
-
Method Details
-
linkedResourceId
Get the linkedResourceId property: The resource id of the scoped Azure monitor resource.- Returns:
- the linkedResourceId value.
-
withLinkedResourceId
Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.- Parameters:
linkedResourceId- the linkedResourceId value to set.- Returns:
- the ScopedResourceProperties object itself.
-
provisioningState
Get the provisioningState property: State of the private endpoint connection.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-