StaticMemberInner Class

public final class StaticMemberInner
extends ChildResource

StaticMember Item.

Constructor Summary

Constructor Description
StaticMemberInner()

Creates an instance of StaticMemberInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: A unique read-only string that changes whenever the resource is updated.

static StaticMemberInner fromJson(JsonReader jsonReader)

Reads an instance of StaticMemberInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the scope assignment resource.

String region()

Get the region property: Resource region.

String resourceId()

Get the resourceId property: Resource Id.

SystemData systemData()

Get the systemData property: The system metadata related to this resource.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

StaticMemberInner withResourceId(String resourceId)

Set the resourceId property: Resource Id.

Methods inherited from ChildResource

Methods inherited from java.lang.Object

Constructor Details

StaticMemberInner

public StaticMemberInner()

Creates an instance of StaticMemberInner class.

Method Details

etag

public String etag()

Get the etag property: A unique read-only string that changes whenever the resource is updated.

Overrides:

StaticMemberInner.etag()

Returns:

the etag value.

fromJson

public static StaticMemberInner fromJson(JsonReader jsonReader)

Reads an instance of StaticMemberInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of StaticMemberInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

StaticMemberInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

StaticMemberInner.name()

Returns:

the name value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the scope assignment resource.

Returns:

the provisioningState value.

region

public String region()

Get the region property: Resource region.

Returns:

the region value.

resourceId

public String resourceId()

Get the resourceId property: Resource Id.

Returns:

the resourceId value.

systemData

public SystemData systemData()

Get the systemData property: The system metadata related to this resource.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

StaticMemberInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

StaticMemberInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

StaticMemberInner.validate()

withResourceId

public StaticMemberInner withResourceId(String resourceId)

Set the resourceId property: Resource Id.

Parameters:

resourceId - the resourceId value to set.

Returns:

the StaticMemberInner object itself.

Applies to