AccessControl Constructors
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.
Overloads
AccessControl() |
Initializes a new instance of the AccessControl class. |
AccessControl(Nullable<DefaultAction>, IList<String>) |
Initializes a new instance of the AccessControl class. |
AccessControl()
Initializes a new instance of the AccessControl class.
public AccessControl ();
Public Sub New ()
Applies to
AccessControl(Nullable<DefaultAction>, IList<String>)
Initializes a new instance of the AccessControl class.
public AccessControl (Microsoft.Azure.Management.Media.Models.DefaultAction? defaultAction = default, System.Collections.Generic.IList<string> ipAllowList = default);
new Microsoft.Azure.Management.Media.Models.AccessControl : Nullable<Microsoft.Azure.Management.Media.Models.DefaultAction> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.AccessControl
Public Sub New (Optional defaultAction As Nullable(Of DefaultAction) = Nothing, Optional ipAllowList As IList(Of String) = Nothing)
Parameters
- defaultAction
- Nullable<DefaultAction>
The behavior for IP access control in Key Delivery. Possible values include: 'Allow', 'Deny'
The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
Applies to
Azure SDK for .NET