HostGroup 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
HostGroup() |
Initializes a new instance of the HostGroup class with a random id. |
HostGroup(String) |
Initializes a new instance of the HostGroup class. |
HostGroup()
Initializes a new instance of the HostGroup class with a random id.
public:
HostGroup();
public HostGroup ();
Public Sub New ()
Applies to
HostGroup(String)
Initializes a new instance of the HostGroup class.
public:
HostGroup(System::String ^ id);
public HostGroup (string id);
new Microsoft.ServiceHub.Client.HostGroup : string -> Microsoft.ServiceHub.Client.HostGroup
Public Sub New (id As String)
Parameters
- id
- String
Host group id. Not null or whitespace.