ApplicationResource Class

Definition

The application resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationResource : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationResource = class
    inherit ProxyResource
Public Class ApplicationResource
Inherits ProxyResource
Inheritance
ApplicationResource
Attributes

Constructors

ApplicationResource()

Initializes a new instance of the ApplicationResource class.

ApplicationResource(String, String, String, String, IDictionary<String, String>, SystemData, ManagedIdentity, String, String, IDictionary<String, String>, ApplicationUpgradePolicy, IList<ApplicationUserAssignedIdentity>)

Initializes a new instance of the ApplicationResource class.

Properties

Id

Gets azure resource identifier.

(Inherited from ProxyResource)
Identity
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.

Name

Gets azure resource name.

(Inherited from ProxyResource)
Parameters
ProvisioningState

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

SystemData (Inherited from ProxyResource)
Tags

Gets or sets azure resource tags.

(Inherited from ProxyResource)
Type

Gets azure resource type.

(Inherited from ProxyResource)
UpgradePolicy
Version

Methods

Validate()

Validate the object.

Applies to