public class DdosProtectionPlanInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
DdosProtectionPlanInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the DDoS protection plan resource.
|
String |
resourceGuid()
Get the resourceGuid property: The resource GUID property of the DDoS protection plan resource.
|
void |
validate()
Validates the instance.
|
List<com.azure.core.management.SubResource> |
virtualNetworks()
Get the virtualNetworks property: The list of virtual networks associated with the DDoS protection plan resource.
|
DdosProtectionPlanInner |
withLocation(String location) |
DdosProtectionPlanInner |
withTags(Map<String,String> tags) |
public String etag()
public String resourceGuid()
public ProvisioningState provisioningState()
public List<com.azure.core.management.SubResource> virtualNetworks()
public DdosProtectionPlanInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic DdosProtectionPlanInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.