Freigeben über


ArmArcScVmmModelFactory.ScVmmServerData Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

extendedLocation
ExtendedLocation

Der erweiterte Speicherort.

credentials
VmmServerPropertiesCredentials

Anmeldeinformationen zum Herstellen einer Verbindung mit VMMServer.

fqdn
String

Fqdn ist der Hostname/die IP des vmmServers.

port
Nullable<Int32>

Port ist der Port, an dem der vmmServer lauscht.

connectionStatus
String

Ruft die Verbindung status mit dem vmmServer ab oder legt diesen fest.

errorMessage
String

Ruft jede Fehlermeldung ab, wenn bei der Verbindung mit vmmServer ein Problem auftritt, oder legt diese fest.

uuid
String

Eindeutige ID von vmmServer.

version
String

Version ist die Version von vmmSever.

provisioningState
String

Ruft den Bereitstellungsstatus ab oder legt diese fest.

Gibt zurück

Eine neue ScVmmServerData instance zum Simulieren.

Gilt für: