public class ApplicationSecurityGroupInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ApplicationSecurityGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
id()
Get the id property: Resource ID.
|
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.
|
void |
validate()
Validates the instance.
|
ApplicationSecurityGroupInner |
withId(String id)
Set the id property: Resource ID.
|
public String etag()
public String resourceGuid()
public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic ApplicationSecurityGroupInner withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.