DdosSettingsProtectionCoverage Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DDoS protection policy customizability of the public IP. Only standard coverage will have the ability to be customized.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverageTypeConverter))]
public struct DdosSettingsProtectionCoverage : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverage>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DdosSettingsProtectionCoverageTypeConverter))>]
type DdosSettingsProtectionCoverage = struct
interface IArgumentCompleter
Public Structure DdosSettingsProtectionCoverage
Implements IArgumentCompleter, IEquatable(Of DdosSettingsProtectionCoverage)
- Inheritance
-
DdosSettingsProtectionCoverage
- Attributes
- Implements
Fields
Basic | |
Standard |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DdosSettingsProtectionCoverage) |
Compares values of enum type DdosSettingsProtectionCoverage |
Equals(Object) |
Compares values of enum type DdosSettingsProtectionCoverage (override for Object) |
GetHashCode() |
Returns hashCode for enum DdosSettingsProtectionCoverage |
ToString() |
Returns string representation for DdosSettingsProtectionCoverage |
Operators
Equality(DdosSettingsProtectionCoverage, DdosSettingsProtectionCoverage) |
Overriding == operator for enum DdosSettingsProtectionCoverage |
Implicit(DdosSettingsProtectionCoverage to String) |
Implicit operator to convert DdosSettingsProtectionCoverage to string |
Implicit(String to DdosSettingsProtectionCoverage) |
Implicit operator to convert string to DdosSettingsProtectionCoverage |
Inequality(DdosSettingsProtectionCoverage, DdosSettingsProtectionCoverage) |
Overriding != operator for enum DdosSettingsProtectionCoverage |