Class ScopedResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.monitor.fluent.models.ScopedResourceInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ScopedResourceInner
extends com.azure.core.management.ProxyResource
A private link scoped resource.
-
Constructor Summary
Constructors -
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.com.azure.core.management.SystemDataGet the systemData property: System data.voidvalidate()Validates the instance.withLinkedResourceId(String linkedResourceId) Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ScopedResourceInner
public ScopedResourceInner()Creates an instance of ScopedResourceInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: System data.- Returns:
- the systemData value.
-
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 ScopedResourceInner 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.
-