Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-dns-profile-2019-03-01-hybrid

Package version

Index

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

HttpStatusCode

HttpStatusCode: "Continue" | "SwitchingProtocols" | "OK" | "Created" | "Accepted" | "NonAuthoritativeInformation" | "NoContent" | "ResetContent" | "PartialContent" | "MultipleChoices" | "Ambiguous" | "MovedPermanently" | "Moved" | "Found" | "Redirect" | "SeeOther" | "RedirectMethod" | "NotModified" | "UseProxy" | "Unused" | "TemporaryRedirect" | "RedirectKeepVerb" | "BadRequest" | "Unauthorized" | "PaymentRequired" | "Forbidden" | "NotFound" | "MethodNotAllowed" | "NotAcceptable" | "ProxyAuthenticationRequired" | "RequestTimeout" | "Conflict" | "Gone" | "LengthRequired" | "PreconditionFailed" | "RequestEntityTooLarge" | "RequestUriTooLong" | "UnsupportedMediaType" | "RequestedRangeNotSatisfiable" | "ExpectationFailed" | "UpgradeRequired" | "InternalServerError" | "NotImplemented" | "BadGateway" | "ServiceUnavailable" | "GatewayTimeout" | "HttpVersionNotSupported"

Defines values for HttpStatusCode. Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported'

readonly
enum

{string}

OperationStatus

OperationStatus: "InProgress" | "Succeeded" | "Failed"

Defines values for OperationStatus. Possible values include: 'InProgress', 'Succeeded', 'Failed'

readonly
enum

{string}

RecordSetsCreateOrUpdateResponse

RecordSetsCreateOrUpdateResponse: RecordSet & object

Contains response data for the createOrUpdate operation.

RecordSetsGetResponse

RecordSetsGetResponse: RecordSet & object

Contains response data for the get operation.

RecordSetsListByDnsZoneNextResponse

RecordSetsListByDnsZoneNextResponse: RecordSetListResult & object

Contains response data for the listByDnsZoneNext operation.

RecordSetsListByDnsZoneResponse

RecordSetsListByDnsZoneResponse: RecordSetListResult & object

Contains response data for the listByDnsZone operation.

RecordSetsListByTypeNextResponse

RecordSetsListByTypeNextResponse: RecordSetListResult & object

Contains response data for the listByTypeNext operation.

RecordSetsListByTypeResponse

RecordSetsListByTypeResponse: RecordSetListResult & object

Contains response data for the listByType operation.

RecordSetsUpdateResponse

RecordSetsUpdateResponse: RecordSet & object

Contains response data for the update operation.

RecordType

RecordType: "A" | "AAAA" | "CNAME" | "MX" | "NS" | "PTR" | "SOA" | "SRV" | "TXT"

Defines values for RecordType. Possible values include: 'A', 'AAAA', 'CNAME', 'MX', 'NS', 'PTR', 'SOA', 'SRV', 'TXT'

readonly
enum

{string}

ZonesBeginDeleteMethodResponse

ZonesBeginDeleteMethodResponse: ZoneDeleteResult & object

Contains response data for the beginDeleteMethod operation.

ZonesCreateOrUpdateResponse

ZonesCreateOrUpdateResponse: Zone & object

Contains response data for the createOrUpdate operation.

ZonesDeleteMethodResponse

ZonesDeleteMethodResponse: ZoneDeleteResult & object

Contains response data for the deleteMethod operation.

ZonesGetResponse

ZonesGetResponse: Zone & object

Contains response data for the get operation.

ZonesListByResourceGroupNextResponse

ZonesListByResourceGroupNextResponse: ZoneListResult & object

Contains response data for the listByResourceGroupNext operation.

ZonesListByResourceGroupResponse

ZonesListByResourceGroupResponse: ZoneListResult & object

Contains response data for the listByResourceGroup operation.

ZonesListNextResponse

ZonesListNextResponse: ZoneListResult & object

Contains response data for the listNext operation.

ZonesListResponse

ZonesListResponse: ZoneListResult & object

Contains response data for the list operation.

Variables

Const BaseResource

BaseResource: any = BaseResourceMapper

Const CloudError

CloudError: any = CloudErrorMapper

Object literals

Const ARecord

ARecord: object

serializedName

serializedName: string = "ARecord"

type

type: object

className

className: string = "ARecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

ipv4Address

ipv4Address: object

serializedName

serializedName: string = "ipv4Address"

type

type: object

name

name: string = "String"

Const AaaaRecord

AaaaRecord: object

serializedName

serializedName: string = "AaaaRecord"

type

type: object

className

className: string = "AaaaRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

ipv6Address

ipv6Address: object

serializedName

serializedName: string = "ipv6Address"

type

type: object

name

name: string = "String"

Const AzureEntityResource

AzureEntityResource: object

serializedName

serializedName: string = "AzureEntityResource"

type

type: object

className

className: string = "AzureEntityResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

etag

etag: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

Const CnameRecord

CnameRecord: object

serializedName

serializedName: string = "CnameRecord"

type

type: object

className

className: string = "CnameRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

cname

cname: object

serializedName

serializedName: string = "cname"

type

type: object

name

name: string = "String"

Const MxRecord

MxRecord: object

serializedName

serializedName: string = "MxRecord"

type

type: object

className

className: string = "MxRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

exchange

exchange: object

serializedName

serializedName: string = "exchange"

type

type: object

name

name: string = "String"

preference

preference: object

serializedName

serializedName: string = "preference"

type

type: object

name

name: string = "Number"

Const NsRecord

NsRecord: object

serializedName

serializedName: string = "NsRecord"

type

type: object

className

className: string = "NsRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

nsdname

nsdname: object

serializedName

serializedName: string = "nsdname"

type

type: object

name

name: string = "String"

Const ProxyResource

ProxyResource: object

serializedName

serializedName: string = "ProxyResource"

type

type: object

className

className: string = "ProxyResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const PtrRecord

PtrRecord: object

serializedName

serializedName: string = "PtrRecord"

type

type: object

className

className: string = "PtrRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

ptrdname

ptrdname: object

serializedName

serializedName: string = "ptrdname"

type

type: object

name

name: string = "String"

Const RecordSet

RecordSet: object

serializedName

serializedName: string = "RecordSet"

type

type: object

className

className: string = "RecordSet"

name

name: string = "Composite"

modelProperties

modelProperties: object

aRecords

aRecords: object

serializedName

serializedName: string = "properties.ARecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ARecord"

name

name: string = "Composite"

aaaaRecords

aaaaRecords: object

serializedName

serializedName: string = "properties.AAAARecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "AaaaRecord"

name

name: string = "Composite"

cnameRecord

cnameRecord: object

serializedName

serializedName: string = "properties.CNAMERecord"

type

type: object

className

className: string = "CnameRecord"

name

name: string = "Composite"

etag

etag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

metadata

metadata: object

serializedName

serializedName: string = "properties.metadata"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

mxRecords

mxRecords: object

serializedName

serializedName: string = "properties.MXRecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MxRecord"

name

name: string = "Composite"

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

nsRecords

nsRecords: object

serializedName

serializedName: string = "properties.NSRecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "NsRecord"

name

name: string = "Composite"

ptrRecords

ptrRecords: object

serializedName

serializedName: string = "properties.PTRRecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PtrRecord"

name

name: string = "Composite"

soaRecord

soaRecord: object

serializedName

serializedName: string = "properties.SOARecord"

type

type: object

className

className: string = "SoaRecord"

name

name: string = "Composite"

srvRecords

srvRecords: object

serializedName

serializedName: string = "properties.SRVRecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "SrvRecord"

name

name: string = "Composite"

tTL

tTL: object

serializedName

serializedName: string = "properties.TTL"

type

type: object

name

name: string = "Number"

txtRecords

txtRecords: object

serializedName

serializedName: string = "properties.TXTRecords"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "TxtRecord"

name

name: string = "Composite"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const RecordSetListResult

RecordSetListResult: object

serializedName

serializedName: string = "RecordSetListResult"

type

type: object

className

className: string = "RecordSetListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "RecordSet"

name

name: string = "Composite"

Const RecordSetUpdateParameters

RecordSetUpdateParameters: object

serializedName

serializedName: string = "RecordSetUpdateParameters"

type

type: object

className

className: string = "RecordSetUpdateParameters"

name

name: string = "Composite"

modelProperties

modelProperties: object

recordSet

recordSet: object

serializedName

serializedName: string = "RecordSet"

type

type: object

className

className: string = "RecordSet"

name

name: string = "Composite"

Const Resource

Resource: object

serializedName

serializedName: string = "Resource"

type

type: object

className

className: string = "Resource"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const SoaRecord

SoaRecord: object

serializedName

serializedName: string = "SoaRecord"

type

type: object

className

className: string = "SoaRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

email

email: object

serializedName

serializedName: string = "email"

type

type: object

name

name: string = "String"

expireTime

expireTime: object

serializedName

serializedName: string = "expireTime"

type

type: object

name

name: string = "Number"

host

host: object

serializedName

serializedName: string = "host"

type

type: object

name

name: string = "String"

minimumTtl

minimumTtl: object

serializedName

serializedName: string = "minimumTTL"

type

type: object

name

name: string = "Number"

refreshTime

refreshTime: object

serializedName

serializedName: string = "refreshTime"

type

type: object

name

name: string = "Number"

retryTime

retryTime: object

serializedName

serializedName: string = "retryTime"

type

type: object

name

name: string = "Number"

serialNumber

serialNumber: object

serializedName

serializedName: string = "serialNumber"

type

type: object

name

name: string = "Number"

Const SrvRecord

SrvRecord: object

serializedName

serializedName: string = "SrvRecord"

type

type: object

className

className: string = "SrvRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

port

port: object

serializedName

serializedName: string = "port"

type

type: object

name

name: string = "Number"

priority

priority: object

serializedName

serializedName: string = "priority"

type

type: object

name

name: string = "Number"

target

target: object

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

weight

weight: object

serializedName

serializedName: string = "weight"

type

type: object

name

name: string = "Number"

Const TrackedResource

TrackedResource: object

serializedName

serializedName: string = "TrackedResource"

type

type: object

className

className: string = "TrackedResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

type

type: object

name

name: string = "String"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

Const TxtRecord

TxtRecord: object

serializedName

serializedName: string = "TxtRecord"

type

type: object

className

className: string = "TxtRecord"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const Zone

Zone: object

serializedName

serializedName: string = "Zone"

type

type: object

className

className: string = "Zone"

name

name: string = "Composite"

modelProperties

modelProperties: object

etag

etag: object

serializedName

serializedName: string = "etag"

type

type: object

name

name: string = "String"

maxNumberOfRecordSets

maxNumberOfRecordSets: object

serializedName

serializedName: string = "properties.maxNumberOfRecordSets"

type

type: object

name

name: string = "Number"

nameServers

nameServers: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "properties.nameServers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

numberOfRecordSets

numberOfRecordSets: object

serializedName

serializedName: string = "properties.numberOfRecordSets"

type

type: object

name

name: string = "Number"

Const ZoneDeleteResult

ZoneDeleteResult: object

serializedName

serializedName: string = "ZoneDeleteResult"

type

type: object

className

className: string = "ZoneDeleteResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

azureAsyncOperation

azureAsyncOperation: object

serializedName

serializedName: string = "azureAsyncOperation"

type

type: object

name

name: string = "String"

requestId

requestId: object

serializedName

serializedName: string = "requestId"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

allowedValues

allowedValues: string[] = ["InProgress","Succeeded","Failed"]

name

name: string = "Enum"

statusCode

statusCode: object

serializedName

serializedName: string = "statusCode"

type

type: object

allowedValues

allowedValues: string[] = ["Continue","SwitchingProtocols","OK","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultipleChoices","Ambiguous","MovedPermanently","Moved","Found","Redirect","SeeOther","RedirectMethod","NotModified","UseProxy","Unused","TemporaryRedirect","RedirectKeepVerb","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","RequestEntityTooLarge","RequestUriTooLong","UnsupportedMediaType","RequestedRangeNotSatisfiable","ExpectationFailed","UpgradeRequired","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported"]

name

name: string = "Enum"

Const ZoneListResult

ZoneListResult: object

serializedName

serializedName: string = "ZoneListResult"

type

type: object

className

className: string = "ZoneListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

serializedName

serializedName: string = ""

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Zone"

name

name: string = "Composite"

Const acceptLanguage

acceptLanguage: object

parameterPath

parameterPath: string = "acceptLanguage"

mapper

mapper: object

defaultValue

defaultValue: string = "en-US"

serializedName

serializedName: string = "accept-language"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "api-version"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const ifMatch

ifMatch: object

parameterPath

parameterPath: string[] = ["options","ifMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-Match"

type

type: object

name

name: string = "String"

Const ifNoneMatch

ifNoneMatch: object

parameterPath

parameterPath: string[] = ["options","ifNoneMatch"]

mapper

mapper: object

serializedName

serializedName: string = "If-None-Match"

type

type: object

name

name: string = "String"

Const nextPageLink

nextPageLink: object

parameterPath

parameterPath: string = "nextPageLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const recordType

recordType: object

parameterPath

parameterPath: string = "recordType"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "recordType"

type

type: object

allowedValues

allowedValues: string[] = ["A","AAAA","CNAME","MX","NS","PTR","SOA","SRV","TXT"]

name

name: string = "Enum"

Const recordsetnamesuffix

recordsetnamesuffix: object

parameterPath

parameterPath: string[] = ["options","recordsetnamesuffix"]

mapper

mapper: object

serializedName

serializedName: string = "$recordsetnamesuffix"

type

type: object

name

name: string = "String"

Const relativeRecordSetName

relativeRecordSetName: object

parameterPath

parameterPath: string = "relativeRecordSetName"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "relativeRecordSetName"

type

type: object

name

name: string = "String"

Const resourceGroupName

resourceGroupName: object

parameterPath

parameterPath: string = "resourceGroupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "resourceGroupName"

constraints

constraints: object

MaxLength

MaxLength: number = 90

MinLength

MinLength: number = 1

Pattern

Pattern: RegExp = /^[-\w\._\(\)]+$/

type

type: object

name

name: string = "String"

Const subscriptionId

subscriptionId: object

parameterPath

parameterPath: string = "subscriptionId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "subscriptionId"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const top

top: object

parameterPath

parameterPath: string[] = ["options","top"]

mapper

mapper: object

serializedName

serializedName: string = "$top"

type

type: object

name

name: string = "Number"

Const zoneName

zoneName: object

parameterPath

parameterPath: string = "zoneName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "zoneName"

type

type: object

name

name: string = "String"

Generated using TypeDoc