ServiceFabricApplicationData Class

Definition

A class representing the ServiceFabricApplication data model. The application resource.

public class ServiceFabricApplicationData : Azure.ResourceManager.Models.TrackedResourceData
public class ServiceFabricApplicationData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationData>
type ServiceFabricApplicationData = class
    inherit TrackedResourceData
type ServiceFabricApplicationData = class
    inherit TrackedResourceData
    interface IJsonModel<ServiceFabricApplicationData>
    interface IPersistableModel<ServiceFabricApplicationData>
Public Class ServiceFabricApplicationData
Inherits TrackedResourceData
Public Class ServiceFabricApplicationData
Inherits TrackedResourceData
Implements IJsonModel(Of ServiceFabricApplicationData), IPersistableModel(Of ServiceFabricApplicationData)
Inheritance
ServiceFabricApplicationData
Implements

Constructors

ServiceFabricApplicationData(AzureLocation)

Initializes a new instance of ServiceFabricApplicationData.

Properties

ETag

Azure resource etag.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Identity

Describes the managed identities for an Azure resource.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagedIdentities

List of user assigned identities for the application, each mapped to a friendly name.

MaximumNodes

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.

Metrics

List of application capacity metric description.

MinimumNodes

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.

Name

The name of the resource.

(Inherited from ResourceData)
Parameters

List of application parameters with overridden values from their default values specified in the application manifest.

ProvisioningState

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

RemoveApplicationCapacity

Remove the current application capacity settings.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
TypeName

The application type name as defined in the application manifest.

TypeVersion

The version of the application type as defined in the application manifest.

UpgradePolicy

Describes the policy for a monitored application upgrade.

Explicit Interface Implementations

IJsonModel<ServiceFabricApplicationData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceFabricApplicationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceFabricApplicationData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceFabricApplicationData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceFabricApplicationData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to