ServiceGroupDescription 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
ServiceGroupDescription() |
Initializes a new instance of the ServiceGroupDescription class. |
ServiceGroupDescription(ServiceDescription) |
Initializes a new instance of the ServiceGroupDescription class with the specified ServiceDescription. |
ServiceGroupDescription()
Initializes a new instance of the ServiceGroupDescription class.
public ServiceGroupDescription ();
Public Sub New ()
Applies to
ServiceGroupDescription(ServiceDescription)
Initializes a new instance of the ServiceGroupDescription class with the specified ServiceDescription.
public ServiceGroupDescription (System.Fabric.Description.ServiceDescription serviceDescription);
new System.Fabric.Description.ServiceGroupDescription : System.Fabric.Description.ServiceDescription -> System.Fabric.Description.ServiceGroupDescription
Public Sub New (serviceDescription As ServiceDescription)
Parameters
- serviceDescription
- ServiceDescription
The ServiceDescription to use as the basis for the ServiceGroupDescription.
Applies to
Azure SDK for .NET