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