ServicePlacementRequiredDomainPolicyDescription Class
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.
Placement policy description that requires a replica to be placed in a particular domain.
public sealed class ServicePlacementRequiredDomainPolicyDescription : System.Fabric.Description.ServicePlacementPolicyDescription
type ServicePlacementRequiredDomainPolicyDescription = class
inherit ServicePlacementPolicyDescription
Public NotInheritable Class ServicePlacementRequiredDomainPolicyDescription
Inherits ServicePlacementPolicyDescription
- Inheritance
Constructors
ServicePlacementRequiredDomainPolicyDescription() |
Instantiates a new ServicePlacementRequiredDomainPolicyDescription object. |
Properties
DomainName |
Gets or sets the name of the domain specified in a ServicePlacementRequiredDomainPolicyDescription |
Type |
Gets the service placement policy type. (Inherited from ServicePlacementPolicyDescription) |
Methods
ToString() |
Return a string representation of the RequiredDomain Service Placement Policy in the form 'RequiredDomain, DomainName' |
Applies to
Azure SDK for .NET