Class StaticMemberProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.StaticMemberProperties
Properties of static member.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StaticMemberProperties class. -
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.voidvalidate()Validates the instance.withResourceId(String resourceId) Set the resourceId property: Resource Id.
-
Constructor Details
-
StaticMemberProperties
public StaticMemberProperties()Creates an instance of StaticMemberProperties class.
-
-
Method Details
-
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 StaticMemberProperties 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.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-