IntegrationAccountSchema Class

Definition

The integration account schema.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IntegrationAccountSchema : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IntegrationAccountSchema = class
    inherit Resource
Public Class IntegrationAccountSchema
Inherits Resource
Inheritance
IntegrationAccountSchema
Attributes

Constructors

IntegrationAccountSchema()

Initializes a new instance of the IntegrationAccountSchema class.

IntegrationAccountSchema(String, String, String, String, String, IDictionary<String,String>, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Object, String, String, ContentLink)

Initializes a new instance of the IntegrationAccountSchema class.

Properties

ChangedTime

Gets the changed time.

Content

Gets or sets the content.

ContentLink

Gets the content link.

ContentType

Gets or sets the content type.

CreatedTime

Gets the created time.

DocumentName

Gets or sets the document name.

FileName

Gets or sets the file name.

Id

Gets the resource id.

(Inherited from Resource)
Location

Gets or sets the resource location.

(Inherited from Resource)
Metadata

Gets or sets the metadata.

Name

Gets the resource name.

(Inherited from Resource)
SchemaType

Gets or sets the schema type. Possible values include: 'NotSpecified', 'Xml'

Tags

Gets or sets the resource tags.

(Inherited from Resource)
TargetNamespace

Gets or sets the target namespace of the schema.

Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to