ServiceCorrelation Class

Creates a particular correlation between services.

All required parameters must be populated in order to send to Azure.

Inheritance
ServiceCorrelation

Constructor

ServiceCorrelation(*, scheme: Union[str, azure.mgmt.servicefabricmanagedclusters.models._service_fabric_managed_clusters_management_client_enums.ServiceCorrelationScheme], service_name: str, **kwargs)

Parameters

scheme
str or <xref:service_fabric_managed_clusters_management_client.models.ServiceCorrelationScheme>
Required

Required. The ServiceCorrelationScheme which describes the relationship between this service and the service specified via ServiceName. Possible values include: "AlignedAffinity", "NonAlignedAffinity".

service_name
str
Required

Required. The Arm Resource ID of the service that the correlation relationship is established with.