AccessPolicyAssignmentDeleteHeaders 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
AccessPolicyAssignmentDeleteHeaders() |
Initializes a new instance of the AccessPolicyAssignmentDeleteHeaders class. |
AccessPolicyAssignmentDeleteHeaders(String) |
Initializes a new instance of the AccessPolicyAssignmentDeleteHeaders class. |
AccessPolicyAssignmentDeleteHeaders()
Initializes a new instance of the AccessPolicyAssignmentDeleteHeaders class.
public AccessPolicyAssignmentDeleteHeaders ();
Public Sub New ()
Applies to
AccessPolicyAssignmentDeleteHeaders(String)
Initializes a new instance of the AccessPolicyAssignmentDeleteHeaders class.
public AccessPolicyAssignmentDeleteHeaders (string location = default);
new Microsoft.Azure.Management.RedisCache.Models.AccessPolicyAssignmentDeleteHeaders : string -> Microsoft.Azure.Management.RedisCache.Models.AccessPolicyAssignmentDeleteHeaders
Public Sub New (Optional location As String = Nothing)
Parameters
- location
- String