ServiceFabricApplicationPatch Class

Definition

The application resource for patch operations.

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

Constructors

ServiceFabricApplicationPatch(AzureLocation)

Initializes a new instance of ServiceFabricApplicationPatch.

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

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)
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<ServiceFabricApplicationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceFabricApplicationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceFabricApplicationPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceFabricApplicationPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceFabricApplicationPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to