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

PSApplication Class

Definition

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

Constructors

PSApplication(ApplicationResource)

Properties

Etag

Gets azure resource etag.

(Inherited from ProxyResource)
Id

Gets azure resource identifier.

(Inherited from ProxyResource)
Identity

Gets or sets describes the managed identities for an Azure resource.

(Inherited from ApplicationResource)
Location

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

(Inherited from ProxyResource)
ManagedIdentities

Gets or sets list of user assigned identities for the application, each mapped to a friendly name.

(Inherited from ApplicationResource)
MaximumNodes

Gets or sets the maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.

(Inherited from ApplicationResource)
Metrics

Gets or sets list of application capacity metric description.

(Inherited from ApplicationResource)
MinimumNodes

Gets or sets the minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property.

(Inherited from ApplicationResource)
Name

Gets azure resource name.

(Inherited from ProxyResource)
Parameters

Gets or sets list of application parameters with overridden values from their default values specified in the application manifest.

(Inherited from ApplicationResource)
ProvisioningState

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

(Inherited from ApplicationResource)
RemoveApplicationCapacity

Gets or sets remove the current application capacity settings.

(Inherited from ApplicationResource)
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)
TypeName

Gets or sets the application type name as defined in the application manifest.

(Inherited from ApplicationResource)
TypeVersion

Gets or sets the version of the application type as defined in the application manifest.

(Inherited from ApplicationResource)
UpgradePolicy

Gets or sets describes the policy for a monitored application upgrade.

(Inherited from ApplicationResource)

Methods

Validate()

Validate the object.

(Inherited from ApplicationResource)

Applies to