ServicePlacementPolicyDescription Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription) |
Construtor para um ServicePlacementPolicyDescription |
ServicePlacementPolicyDescription(ServicePlacementPolicyType) |
Inicializa uma nova instância da classe ServicePlacementPolicyDescription. |
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)
Construtor para um ServicePlacementPolicyDescription
protected ServicePlacementPolicyDescription (System.Fabric.Description.ServicePlacementPolicyDescription other);
new System.Fabric.Description.ServicePlacementPolicyDescription : System.Fabric.Description.ServicePlacementPolicyDescription -> System.Fabric.Description.ServicePlacementPolicyDescription
Protected Sub New (other As ServicePlacementPolicyDescription)
Parâmetros
O ServicePlacementPolicyDescription do qual o novo objeto deve ser construído.
Aplica-se a
ServicePlacementPolicyDescription(ServicePlacementPolicyType)
Inicializa uma nova instância da classe ServicePlacementPolicyDescription.
public ServicePlacementPolicyDescription (System.Fabric.Description.ServicePlacementPolicyType type);
new System.Fabric.Description.ServicePlacementPolicyDescription : System.Fabric.Description.ServicePlacementPolicyType -> System.Fabric.Description.ServicePlacementPolicyDescription
Public Sub New (type As ServicePlacementPolicyType)
Parâmetros
O tipo de política de posicionamento do serviço.
Aplica-se a
Azure SDK for .NET