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

PSManagedApplication Class

Definition

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

Constructors

PSManagedApplication(ApplicationResource)

Properties

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 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)
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)
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)
UpgradePolicy

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

(Inherited from ApplicationResource)
Version

Gets or sets the version of the application type as defined in the application manifest. This name must be the full Arm Resource ID for the referenced application type version.

(Inherited from ApplicationResource)

Methods

Validate()

Validate the object.

(Inherited from ApplicationResource)

Applies to