ApplicationTypeVersionResource Class

Definition

An application type version resource for the specified application type name resource.

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

Constructors

ApplicationTypeVersionResource()

Initializes a new instance of the ApplicationTypeVersionResource class.

ApplicationTypeVersionResource(String, String, String, String, String, IDictionary<String,String>, String, String, IDictionary<String,String>)

Initializes a new instance of the ApplicationTypeVersionResource class.

Properties

AppPackageUrl

Gets or sets the URL to the application package

DefaultParameterList

Gets list of application type parameters that can be overridden when creating or updating the application.

Etag

Gets azure resource etag.

(Inherited from ProxyResource)
Id

Gets azure resource identifier.

(Inherited from ProxyResource)
Location

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

(Inherited from ProxyResource)
Name

Gets azure resource name.

(Inherited from ProxyResource)
ProvisioningState

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

Tags

Gets or sets azure resource tags.

(Inherited from ProxyResource)
Type

Gets azure resource type.

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to