Get Ddos Custom Policy Result
data class GetDdosCustomPolicyResult(val etag: String, val id: String? = null, val location: String? = null, val name: String, val protocolCustomSettings: List<ProtocolCustomSettingsFormatResponse>? = null, val provisioningState: String, val publicIPAddresses: List<SubResourceResponse>, val resourceGuid: String, val tags: Map<String, String>? = null, val type: String)
A DDoS custom policy in a resource group.
Constructors
Link copied to clipboard
constructor(etag: String, id: String? = null, location: String? = null, name: String, protocolCustomSettings: List<ProtocolCustomSettingsFormatResponse>? = null, provisioningState: String, publicIPAddresses: List<SubResourceResponse>, resourceGuid: String, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The protocol-specific DDoS policy customization parameters.
Link copied to clipboard
The provisioning state of the DDoS custom policy resource.
Link copied to clipboard
The list of public IPs associated with the DDoS custom policy resource. This list is read-only.
Link copied to clipboard
The resource GUID property of the DDoS custom policy resource. It uniquely identifies the resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.