public class IpGroupInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
IpGroupInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
List<com.azure.core.management.SubResource> |
firewalls()
Get the firewalls property: List of references to Azure resources that this IpGroups is associated with.
|
String |
id()
Get the id property: Resource ID.
|
List<String> |
ipAddresses()
Get the ipAddresses property: IpAddresses/IpAddressPrefixes in the IpGroups resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the IpGroups resource.
|
void |
validate()
Validates the instance.
|
IpGroupInner |
withId(String id)
Set the id property: Resource ID.
|
IpGroupInner |
withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: IpAddresses/IpAddressPrefixes in the IpGroups resource.
|
public String etag()
public ProvisioningState provisioningState()
public List<String> ipAddresses()
public IpGroupInner withIpAddresses(List<String> ipAddresses)
ipAddresses - the ipAddresses value to set.public List<com.azure.core.management.SubResource> firewalls()
public String id()
id in class com.azure.core.management.ProxyResourcepublic IpGroupInner 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.