ApplicationTypeResource Class

Definition

The application type name resource

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

Constructors

ApplicationTypeResource()

Initializes a new instance of the ApplicationTypeResource class.

ApplicationTypeResource(String, String, String, String, IDictionary<String,String>, String, String)

Initializes a new instance of the ApplicationTypeResource class.

Properties

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)

Applies to