ApplicationSecurityGroupPropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationSecurityGroupPropertiesFormat

Implements

public final class ApplicationSecurityGroupPropertiesFormat
implements JsonSerializable<ApplicationSecurityGroupPropertiesFormat>

Application security group properties.

Constructor Summary

Constructor Description
ApplicationSecurityGroupPropertiesFormat()

Creates an instance of ApplicationSecurityGroupPropertiesFormat class.

Method Summary

Modifier and Type Method and Description
static ApplicationSecurityGroupPropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationSecurityGroupPropertiesFormat from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the application security group resource.

String resourceGuid()

Get the resourceGuid property: The resource GUID property of the application security group resource.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationSecurityGroupPropertiesFormat if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ApplicationSecurityGroupPropertiesFormat.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the application security group resource.

Returns:

the provisioningState value.

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:

the resourceGuid value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to