DdosProtectionPlan Interface
Implements
public interface DdosProtectionPlan
extends GroupableResource<NetworkManager,DdosProtectionPlanInner>, Refreshable<DdosProtectionPlan>, Updatable<Update>
DDoS protection plan.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
provisioningState()
Gets the provisioning state of the DDoS protection plan resource. |
abstract String |
resourceGuid()
Gets the resource GUID property of the DDoS protection plan resource. |
abstract
List<Sub |
virtualNetworks()
Gets the list of virtual networks associated with the DDoS protection plan resource. |
Method Details
provisioningState
public abstract String provisioningState()
Gets the provisioning state of the DDoS protection plan resource.
Returns:
resourceGuid
public abstract String resourceGuid()
Gets the resource GUID property of the DDoS protection plan resource.
Returns:
virtualNetworks
public abstract List
Gets the list of virtual networks associated with the DDoS protection plan resource.
Returns:
Applies to
Azure SDK for Java