ServiceTypeDescription 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
ServiceTypeDescription(ServiceDescriptionKind) |
Instantiates a ServiceTypeDescription class with specified service description kind. |
ServiceTypeDescription(ServiceTypeDescription) |
Instantiates a ServiceTypeDescription class with parameters from another ServiceTypeDescription object. |
ServiceTypeDescription(ServiceDescriptionKind)
Instantiates a ServiceTypeDescription class with specified service description kind.
protected internal ServiceTypeDescription(System.Fabric.Description.ServiceDescriptionKind kind);
new System.Fabric.Description.ServiceTypeDescription : System.Fabric.Description.ServiceDescriptionKind -> System.Fabric.Description.ServiceTypeDescription
Protected Friend Sub New (kind As ServiceDescriptionKind)
Parameters
The service description kind.
Applies to
ServiceTypeDescription(ServiceTypeDescription)
Instantiates a ServiceTypeDescription class with parameters from another ServiceTypeDescription object.
protected internal ServiceTypeDescription(System.Fabric.Description.ServiceTypeDescription other);
new System.Fabric.Description.ServiceTypeDescription : System.Fabric.Description.ServiceTypeDescription -> System.Fabric.Description.ServiceTypeDescription
Protected Friend Sub New (other As ServiceTypeDescription)
Parameters
- other
- ServiceTypeDescription
The service type description from which parameters are copied.
Applies to
Azure SDK for .NET