Class StaticMemberInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.network.models.ChildResource
com.azure.resourcemanager.network.fluent.models.StaticMemberInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
StaticMember Item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the provisioningState property: The provisioning state of the scope assignment resource.region()Get the region property: Resource region.Get the resourceId property: Resource Id.com.azure.core.management.SystemDataGet the systemData property: The system metadata related to this resource.voidvalidate()Validates the instance.withResourceId(String resourceId) Set the resourceId property: Resource Id.Methods inherited from class com.azure.resourcemanager.network.models.ChildResource
etagMethods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
StaticMemberInner
public StaticMemberInner()Creates an instance of StaticMemberInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: The system metadata related to this resource.- Returns:
- the systemData value.
-
resourceId
Get the resourceId property: Resource Id.- Returns:
- the resourceId value.
-
withResourceId
Set the resourceId property: Resource Id.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the StaticMemberInner object itself.
-
region
Get the region property: Resource region.- Returns:
- the region value.
-
provisioningState
Get the provisioningState property: The provisioning state of the scope assignment resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classChildResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-