StaticMemberProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. StaticMemberProperties
- com.
Implements
public final class StaticMemberProperties
implements JsonSerializable<StaticMemberProperties>
Properties of static member.
Constructor Summary
| Constructor | Description |
|---|---|
| StaticMemberProperties() |
Creates an instance of Static |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
region()
Get the region property: Resource region. |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Static |
withResourceId(String resourceId)
Set the resource |
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:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the scope assignment resource.
Returns:
region
public String region()
Get the region property: Resource region.
Returns:
resourceId
public String resourceId()
Get the resourceId property: Resource Id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public StaticMemberProperties withResourceId(String resourceId)
Set the resourceId property: Resource Id.
Parameters:
Returns: