ApplicationSecurityGroupPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationSecurityGroupPropertiesFormat
- com.
Implements
public final class ApplicationSecurityGroupPropertiesFormat
implements JsonSerializable<ApplicationSecurityGroupPropertiesFormat>
Application security group properties.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationSecurityGroupPropertiesFormat() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationSecurityGroupPropertiesFormat
public ApplicationSecurityGroupPropertiesFormat()
Creates an instance of ApplicationSecurityGroupPropertiesFormat class.
Method Details
fromJson
public static ApplicationSecurityGroupPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationSecurityGroupPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the application security group resource.
Returns:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: The resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.
Returns:
toJson
validate
public void validate()
Validates the instance.