Class ScopedResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.monitor.fluent.models.ScopedResourceInner
-
public class ScopedResourceInner extends com.azure.core.management.ProxyResourceA private link scoped resource.
-
-
Constructor Summary
Constructors Constructor Description ScopedResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlinkedResourceId()Get the linkedResourceId property: The resource id of the scoped Azure monitor resource.StringprovisioningState()Get the provisioningState property: State of the private endpoint connection.voidvalidate()Validates the instance.ScopedResourceInnerwithLinkedResourceId(String linkedResourceId)Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.
-
-
-
Method Detail
-
linkedResourceId
public String linkedResourceId()
Get the linkedResourceId property: The resource id of the scoped Azure monitor resource.- Returns:
- the linkedResourceId value.
-
withLinkedResourceId
public ScopedResourceInner withLinkedResourceId(String linkedResourceId)
Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.- Parameters:
linkedResourceId- the linkedResourceId value to set.- Returns:
- the ScopedResourceInner object itself.
-
provisioningState
public String 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.
-
-