ArmScVmmModelFactory.ScVmmServerData Method
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.
Initializes a new instance of ScVmmServerData.
public static Azure.ResourceManager.ScVmm.ScVmmServerData ScVmmServerData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default, Azure.ResourceManager.ScVmm.Models.VmmCredential credentials = default, string fqdn = default, int? port = default, string connectionStatus = default, string errorMessage = default, string uuid = default, string version = default, Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState? provisioningState = default);
static member ScVmmServerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * Azure.ResourceManager.ScVmm.Models.VmmCredential * string * Nullable<int> * string * string * string * string * Nullable<Azure.ResourceManager.ScVmm.Models.ScVmmProvisioningState> -> Azure.ResourceManager.ScVmm.ScVmmServerData
Public Shared Function ScVmmServerData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional credentials As VmmCredential = Nothing, Optional fqdn As String = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional connectionStatus As String = Nothing, Optional errorMessage As String = Nothing, Optional uuid As String = Nothing, Optional version As String = Nothing, Optional provisioningState As Nullable(Of ScVmmProvisioningState) = Nothing) As ScVmmServerData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- extendedLocation
- ExtendedLocation
The extended location.
- credentials
- VmmCredential
Credentials to connect to VMMServer.
- fqdn
- String
Fqdn is the hostname/ip of the vmmServer.
- connectionStatus
- String
Gets the connection status to the vmmServer.
- errorMessage
- String
Gets any error message if connection to vmmServer is having any issue.
- uuid
- String
Unique ID of vmmServer.
- version
- String
Version is the version of the vmmSever.
- provisioningState
- Nullable<ScVmmProvisioningState>
Provisioning state of the resource.
Returns
A new ScVmmServerData instance for mocking.
Applies to
Azure SDK for .NET