AzureWorkloadContainerExtendedInfo 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
AzureWorkloadContainerExtendedInfo() |
Initializes a new instance of the AzureWorkloadContainerExtendedInfo class. |
AzureWorkloadContainerExtendedInfo(String, InquiryInfo, IList<DistributedNodesInfo>) |
Initializes a new instance of the AzureWorkloadContainerExtendedInfo class. |
AzureWorkloadContainerExtendedInfo()
Initializes a new instance of the AzureWorkloadContainerExtendedInfo class.
public AzureWorkloadContainerExtendedInfo ();
Public Sub New ()
Applies to
AzureWorkloadContainerExtendedInfo(String, InquiryInfo, IList<DistributedNodesInfo>)
Initializes a new instance of the AzureWorkloadContainerExtendedInfo class.
public AzureWorkloadContainerExtendedInfo (string hostServerName = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.InquiryInfo inquiryInfo = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DistributedNodesInfo> nodesList = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo : string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.InquiryInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DistributedNodesInfo> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadContainerExtendedInfo
Public Sub New (Optional hostServerName As String = Nothing, Optional inquiryInfo As InquiryInfo = Nothing, Optional nodesList As IList(Of DistributedNodesInfo) = Nothing)
Parameters
- hostServerName
- String
Host Os Name in case of Stand Alone and Cluster Name in case of distributed container.
- inquiryInfo
- InquiryInfo
Inquiry Status for the container.
- nodesList
- IList<DistributedNodesInfo>
List of the nodes in case of distributed container.
Applies to
Azure SDK for .NET