ServicePlacementPolicyDescription Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription) |
Constructor para servicePlacementPolicyDescription |
ServicePlacementPolicyDescription(ServicePlacementPolicyType) |
Inicializa una nueva instancia de la clase ServicePlacementPolicyDescription. |
ServicePlacementPolicyDescription(ServicePlacementPolicyDescription)
Constructor para 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
ServicePlacementPolicyDescription desde la que se debe construir el nuevo objeto.
Se aplica a
ServicePlacementPolicyDescription(ServicePlacementPolicyType)
Inicializa una nueva instancia de la clase 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
El tipo de directiva de selección de ubicación del servicio.
Se aplica a
Azure SDK for .NET