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

PSService Class

Definition

public class PSService : Microsoft.Azure.Management.ServiceFabric.Models.ServiceResource
type PSService = class
    inherit ServiceResource
Public Class PSService
Inherits ServiceResource
Inheritance

Constructors

PSService(ServiceResource)

Properties

CorrelationScheme

Gets or sets a list that describes the correlation of the service with other services.

(Inherited from ServiceResource)
DefaultMoveCost

Gets or sets specifies the move cost for the service. Possible values include: 'Zero', 'Low', 'Medium', 'High'

(Inherited from ServiceResource)
Etag

Gets azure resource etag.

(Inherited from ProxyResource)
Id

Gets azure resource identifier.

(Inherited from ProxyResource)
Location

Gets or sets it will be deprecated in New API, resource location depends on the parent resource.

(Inherited from ProxyResource)
Name

Gets azure resource name.

(Inherited from ProxyResource)
PartitionDescription

Gets or sets describes how the service is partitioned.

(Inherited from ServiceResource)
PlacementConstraints

Gets or sets the placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".

(Inherited from ServiceResource)
ProvisioningState

Gets the current deployment or provisioning state, which only appears in the response

(Inherited from ServiceResource)
ServiceDnsName

Gets or sets dns name used for the service. If this is specified, then the service can be accessed via its DNS name instead of service name.

(Inherited from ServiceResource)
ServiceLoadMetrics

Gets or sets the service load metrics is given as an array of ServiceLoadMetricDescription objects.

(Inherited from ServiceResource)
ServicePackageActivationMode

Gets or sets the activation Mode of the service package Possible values include: 'SharedProcess', 'ExclusiveProcess'

(Inherited from ServiceResource)
ServicePlacementPolicies

Gets or sets a list that describes the correlation of the service with other services.

(Inherited from ServiceResource)
ServiceTypeName

Gets or sets the name of the service type

(Inherited from ServiceResource)
SystemData

Gets metadata pertaining to creation and last modification of the resource.

(Inherited from ProxyResource)
Tags

Gets or sets azure resource tags.

(Inherited from ProxyResource)
Type

Gets azure resource type.

(Inherited from ProxyResource)

Applies to