StaticMemberInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. network. models. ChildResource - com.
azure. resourcemanager. network. fluent. models. StaticMemberInner
- com.
- com.
- com.
public final class StaticMemberInner
extends ChildResource
StaticMember Item.
Constructor Summary
Constructor | Description |
---|---|
StaticMemberInner() |
Creates an instance of Static |
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
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
String |
region()
Get the region property: Resource region. |
String |
resourceId()
Get the resource |
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. |
Static |
withResourceId(String resourceId)
Set the resource |
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:
fromJson
public static StaticMemberInner fromJson(JsonReader jsonReader)
Reads an instance of StaticMemberInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
StaticMemberInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
StaticMemberInner.name()Returns:
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:
systemData
public SystemData systemData()
Get the systemData property: The system metadata related to this resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
StaticMemberInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
StaticMemberInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
StaticMemberInner.validate()withResourceId
public StaticMemberInner withResourceId(String resourceId)
Set the resourceId property: Resource Id.
Parameters:
Returns:
Applies to
Azure SDK for Java