PSServiceCorrelation 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.
public class PSServiceCorrelation : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation
type PSServiceCorrelation = class
inherit ServiceCorrelation
Public Class PSServiceCorrelation
Inherits ServiceCorrelation
- Inheritance
Constructors
PSServiceCorrelation(ServiceCorrelation) | |
PSServiceCorrelation(String, String) |
Properties
Scheme |
Gets or sets the ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. Possible values include: 'AlignedAffinity', 'NonAlignedAffinity' (Inherited from ServiceCorrelation) |
ServiceName |
Gets or sets the Arm Resource ID of the service that the correlation relationship is established with. (Inherited from ServiceCorrelation) |
Methods
Validate() |
Validate the object. (Inherited from ServiceCorrelation) |