ApplicationSecurityGroupInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. network. fluent. models. ApplicationSecurityGroupInner
- com.
- com.
- com.
public final class ApplicationSecurityGroupInner
extends Resource
An application security group in a resource group.
Constructor Summary
Constructor | Description |
---|---|
ApplicationSecurityGroupInner() |
Creates an instance of Application |
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
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
id()
Get the id property: Resource ID. |
String |
name()
Get the name property: The name of the resource. |
Provisioning |
provisioningState()
Get the provisioning |
String |
resourceGuid()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Application |
withId(String id)
Set the id property: Resource ID. |
Application |
withLocation(String location) |
Application |
withTags(Map<String,String> tags) |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ApplicationSecurityGroupInner
public ApplicationSecurityGroupInner()
Creates an instance of ApplicationSecurityGroupInner class.
Method Details
etag
public String etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
Returns:
fromJson
public static ApplicationSecurityGroupInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationSecurityGroupInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Overrides:
ApplicationSecurityGroupInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ApplicationSecurityGroupInner.name()Returns:
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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationSecurityGroupInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApplicationSecurityGroupInner.type()Returns:
validate
public void validate()
Validates the instance.
withId
public ApplicationSecurityGroupInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withLocation
public ApplicationSecurityGroupInner withLocation(String location)
Overrides:
ApplicationSecurityGroupInner.withLocation(String location)Parameters:
withTags
public ApplicationSecurityGroupInner withTags(Map
Overrides:
ApplicationSecurityGroupInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java