ServiceGroupMemberDescription 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
ServiceGroupMemberDescription() |
Creates an empty ServiceGroupMemberDescription object. |
ServiceGroupMemberDescription(String, Uri, Byte[]) |
Creates a ServiceGroupMemberDescription object and initializes it with the specified parameters. |
ServiceGroupMemberDescription()
Creates an empty ServiceGroupMemberDescription object.
public ServiceGroupMemberDescription ();
Public Sub New ()
Applies to
ServiceGroupMemberDescription(String, Uri, Byte[])
Creates a ServiceGroupMemberDescription object and initializes it with the specified parameters.
public ServiceGroupMemberDescription (string serviceTypeName, Uri serviceName, byte[] initializationData);
new System.Fabric.Description.ServiceGroupMemberDescription : string * Uri * byte[] -> System.Fabric.Description.ServiceGroupMemberDescription
Public Sub New (serviceTypeName As String, serviceName As Uri, initializationData As Byte())
Parameters
- serviceTypeName
- String
The service type name of the service group member.
- serviceName
- Uri
The fully qualified name to set for the member. For example, if the group name is fabric:/G1 and the member is M1, then the full name to specify is fabric:/G1#M1.
- initializationData
- Byte[]
The byte[] that is provided as the initialization data to the member’s factory.
Applies to
Azure SDK for .NET