ArmArcScVmmModelFactory.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.ArcScVmm.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.ArcScVmm.Models.VmmServerPropertiesCredentials credentials = default, string fqdn = default, int? port = default, string connectionStatus = default, string errorMessage = default, string uuid = default, string version = default, string 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.ArcScVmm.Models.VmmServerPropertiesCredentials * string * Nullable<int> * string * string * string * string * string -> Azure.ResourceManager.ArcScVmm.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 VmmServerPropertiesCredentials = 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 String = 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
- VmmServerPropertiesCredentials
Credentials to connect to VMMServer.
- fqdn
- String
Fqdn is the hostname/ip of the vmmServer.
- connectionStatus
- String
Gets or sets the connection status to the vmmServer.
- errorMessage
- String
Gets or sets 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
- String
Gets or sets the provisioning state.
Returns
A new ScVmmServerData instance for mocking.