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