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