StaticMemberProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.StaticMemberProperties

Implements

public final class StaticMemberProperties
implements JsonSerializable<StaticMemberProperties>

Properties of static member.

Constructor Summary

Constructor Description
StaticMemberProperties()

Creates an instance of StaticMemberProperties class.

Method Summary

Modifier and Type Method and Description
static StaticMemberProperties fromJson(JsonReader jsonReader)

Reads an instance of StaticMemberProperties from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

StaticMemberProperties withResourceId(String resourceId)

Set the resourceId property: Resource Id.

Methods inherited from java.lang.Object

Constructor Details

StaticMemberProperties

public StaticMemberProperties()

Creates an instance of StaticMemberProperties class.

Method Details

fromJson

public static StaticMemberProperties fromJson(JsonReader jsonReader)

Reads an instance of StaticMemberProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the StaticMemberProperties.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withResourceId

public StaticMemberProperties withResourceId(String resourceId)

Set the resourceId property: Resource Id.

Parameters:

resourceId - the resourceId value to set.

Returns:

the StaticMemberProperties object itself.

Applies to