你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSServiceCorrelation Class

Definition

public class PSServiceCorrelation : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceCorrelation
type PSServiceCorrelation = class
    inherit ServiceCorrelation
Public Class PSServiceCorrelation
Inherits ServiceCorrelation
Inheritance
PSServiceCorrelation

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)

Applies to