CauWmiObject Constructor (Guid, String, String)
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
public CauWmiObject(
Guid orchestratorId,
string objectType,
string nodeName
)
public:
CauWmiObject(
Guid orchestratorId,
String^ objectType,
String^ nodeName
)
new :
orchestratorId:Guid *
objectType:string *
nodeName:string -> CauWmiObject
Public Sub New (
orchestratorId As Guid,
objectType As String,
nodeName As String
)
Parameters
- orchestratorId
Type: System.Guid
- objectType
Type: System.String
- nodeName
Type: System.String
See Also
CauWmiObject Class
Microsoft.ClusterAwareUpdating Namespace
Return to top