IPAccessControlDefaultAction 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 behavior for IP access control in Key Delivery.
public readonly struct IPAccessControlDefaultAction : IEquatable<Azure.ResourceManager.Media.Models.IPAccessControlDefaultAction>
type IPAccessControlDefaultAction = struct
Public Structure IPAccessControlDefaultAction
Implements IEquatable(Of IPAccessControlDefaultAction)
- Inheritance
-
IPAccessControlDefaultAction
- Implements
Constructors
IPAccessControlDefaultAction(String) |
Initializes a new instance of IPAccessControlDefaultAction. |
Properties
Allow |
All public IP addresses are allowed. |
Deny |
Public IP addresses are blocked. |
Methods
Equals(IPAccessControlDefaultAction) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(IPAccessControlDefaultAction, IPAccessControlDefaultAction) |
Determines if two IPAccessControlDefaultAction values are the same. |
Implicit(String to IPAccessControlDefaultAction) |
Converts a string to a IPAccessControlDefaultAction. |
Inequality(IPAccessControlDefaultAction, IPAccessControlDefaultAction) |
Determines if two IPAccessControlDefaultAction values are not the same. |
Applies to
Azure SDK for .NET