ScopedResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. monitor. fluent. models. ScopedResourceInner
- com.
- com.
public final class ScopedResourceInner
extends ProxyResource
A private link scoped resource.
Constructor Summary
Constructor | Description |
---|---|
ScopedResourceInner() |
Creates an instance of Scoped |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Scoped |
fromJson(JsonReader jsonReader)
Reads an instance of Scoped |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
linkedResourceId()
Get the linked |
String |
name()
Get the name property: The name of the resource. |
String |
provisioningState()
Get the provisioning |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Scoped |
withLinkedResourceId(String linkedResourceId)
Set the linked |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ScopedResourceInner
public ScopedResourceInner()
Creates an instance of ScopedResourceInner class.
Method Details
fromJson
public static ScopedResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ScopedResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ScopedResourceInner.id()Returns:
linkedResourceId
public String linkedResourceId()
Get the linkedResourceId property: The resource id of the scoped Azure monitor resource.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ScopedResourceInner.name()Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: State of the private endpoint connection.
Returns:
systemData
public SystemData systemData()
Get the systemData property: System data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ScopedResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ScopedResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withLinkedResourceId
public ScopedResourceInner withLinkedResourceId(String linkedResourceId)
Set the linkedResourceId property: The resource id of the scoped Azure monitor resource.
Parameters:
Returns:
Applies to
Azure SDK for Java