Options
All
  • Public
  • Public/Protected
  • All
Menu

@azure/arm-hybridcompute

Package version

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Object literals

Type aliases

CreatedByType

CreatedByType: string

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

HybridComputePrivateLinkScope

HybridComputePrivateLinkScope: PrivateLinkScopesResource & { properties?: HybridComputePrivateLinkScopeProperties; systemData?: SystemData }

An Azure Arc PrivateLinkScope definition.

InstanceViewTypes

InstanceViewTypes: string

Defines values for InstanceViewTypes.
KnownInstanceViewTypes can be used interchangeably with InstanceViewTypes, this enum contains the known values that the service supports.

Known values supported by the service

instanceView

Machine

Machine: TrackedResource & { identity?: Identity; properties?: MachineProperties; systemData?: SystemData }

Describes a hybrid machine.

MachineExtension

MachineExtension: TrackedResource & { properties?: MachineExtensionProperties; systemData?: SystemData }

Describes a Machine Extension.

MachineExtensionUpdate

MachineExtensionUpdate: ResourceUpdate & { properties?: MachineExtensionUpdateProperties }

Describes a Machine Extension Update.

MachineExtensionsCreateOrUpdateResponse

MachineExtensionsCreateOrUpdateResponse: MachineExtension

Contains response data for the createOrUpdate operation.

MachineExtensionsGetResponse

MachineExtensionsGetResponse: MachineExtension

Contains response data for the get operation.

MachineExtensionsListNextResponse

MachineExtensionsListNextResponse: MachineExtensionsListResult

Contains response data for the listNext operation.

MachineExtensionsListResponse

MachineExtensionsListResponse: MachineExtensionsListResult

Contains response data for the list operation.

MachineExtensionsUpdateResponse

MachineExtensionsUpdateResponse: MachineExtension

Contains response data for the update operation.

MachineUpdate

MachineUpdate: ResourceUpdate & { identity?: Identity; properties?: MachineUpdateProperties }

Describes a hybrid machine Update.

MachinesGetResponse

MachinesGetResponse: Machine

Contains response data for the get operation.

MachinesListByResourceGroupNextResponse

MachinesListByResourceGroupNextResponse: MachineListResult

Contains response data for the listByResourceGroupNext operation.

MachinesListByResourceGroupResponse

MachinesListByResourceGroupResponse: MachineListResult

Contains response data for the listByResourceGroup operation.

MachinesListBySubscriptionNextResponse

MachinesListBySubscriptionNextResponse: MachineListResult

Contains response data for the listBySubscriptionNext operation.

MachinesListBySubscriptionResponse

MachinesListBySubscriptionResponse: MachineListResult

Contains response data for the listBySubscription operation.

OperationsListResponse

OperationsListResponse: OperationListResult

Contains response data for the list operation.

PrivateEndpointConnection

PrivateEndpointConnection: ProxyResource & { properties?: PrivateEndpointConnectionProperties; systemData?: SystemData }

A private endpoint connection

PrivateEndpointConnectionsCreateOrUpdateResponse

PrivateEndpointConnectionsCreateOrUpdateResponse: PrivateEndpointConnection

Contains response data for the createOrUpdate operation.

PrivateEndpointConnectionsGetResponse

PrivateEndpointConnectionsGetResponse: PrivateEndpointConnection

Contains response data for the get operation.

PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse

PrivateEndpointConnectionsListByPrivateLinkScopeNextResponse: PrivateEndpointConnectionListResult

Contains response data for the listByPrivateLinkScopeNext operation.

PrivateEndpointConnectionsListByPrivateLinkScopeResponse

PrivateEndpointConnectionsListByPrivateLinkScopeResponse: PrivateEndpointConnectionListResult

Contains response data for the listByPrivateLinkScope operation.

PrivateLinkResource

PrivateLinkResource: ProxyResource & { properties?: PrivateLinkResourceProperties; systemData?: SystemData }

A private link resource

PrivateLinkResourcesGetResponse

PrivateLinkResourcesGetResponse: PrivateLinkResource

Contains response data for the get operation.

PrivateLinkResourcesListByPrivateLinkScopeNextResponse

PrivateLinkResourcesListByPrivateLinkScopeNextResponse: PrivateLinkResourceListResult

Contains response data for the listByPrivateLinkScopeNext operation.

PrivateLinkResourcesListByPrivateLinkScopeResponse

PrivateLinkResourcesListByPrivateLinkScopeResponse: PrivateLinkResourceListResult

Contains response data for the listByPrivateLinkScope operation.

PrivateLinkScopesCreateOrUpdateResponse

PrivateLinkScopesCreateOrUpdateResponse: HybridComputePrivateLinkScope

Contains response data for the createOrUpdate operation.

PrivateLinkScopesGetResponse

PrivateLinkScopesGetResponse: HybridComputePrivateLinkScope

Contains response data for the get operation.

PrivateLinkScopesGetValidationDetailsForMachineResponse

PrivateLinkScopesGetValidationDetailsForMachineResponse: PrivateLinkScopeValidationDetails

Contains response data for the getValidationDetailsForMachine operation.

PrivateLinkScopesGetValidationDetailsResponse

PrivateLinkScopesGetValidationDetailsResponse: PrivateLinkScopeValidationDetails

Contains response data for the getValidationDetails operation.

PrivateLinkScopesListByResourceGroupNextResponse

PrivateLinkScopesListByResourceGroupNextResponse: HybridComputePrivateLinkScopeListResult

Contains response data for the listByResourceGroupNext operation.

PrivateLinkScopesListByResourceGroupResponse

PrivateLinkScopesListByResourceGroupResponse: HybridComputePrivateLinkScopeListResult

Contains response data for the listByResourceGroup operation.

PrivateLinkScopesListNextResponse

PrivateLinkScopesListNextResponse: HybridComputePrivateLinkScopeListResult

Contains response data for the listNext operation.

PrivateLinkScopesListResponse

PrivateLinkScopesListResponse: HybridComputePrivateLinkScopeListResult

Contains response data for the list operation.

PrivateLinkScopesUpdateTagsResponse

PrivateLinkScopesUpdateTagsResponse: HybridComputePrivateLinkScope

Contains response data for the updateTags operation.

ProxyResource

ProxyResource: Resource & {}

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location

PublicNetworkAccessType

PublicNetworkAccessType: string

Defines values for PublicNetworkAccessType.
KnownPublicNetworkAccessType can be used interchangeably with PublicNetworkAccessType, this enum contains the known values that the service supports.

Known values supported by the service

Enabled: Allows Azure Arc agents to communicate with Azure Arc services over both public (internet) and private endpoints.
Disabled: Does not allow Azure Arc agents to communicate with Azure Arc services over public (internet) endpoints. The agents must use the private link.

StatusLevelTypes

StatusLevelTypes: string

Defines values for StatusLevelTypes.
KnownStatusLevelTypes can be used interchangeably with StatusLevelTypes, this enum contains the known values that the service supports.

Known values supported by the service

Info
Warning
Error

StatusTypes

StatusTypes: string

Defines values for StatusTypes.
KnownStatusTypes can be used interchangeably with StatusTypes, this enum contains the known values that the service supports.

Known values supported by the service

Connected
Disconnected
Error

TrackedResource

TrackedResource: Resource & { location: string; tags?: undefined | {} }

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

Variables

Const serializer

serializer: any = coreClient.createSerializer(Mappers, /* isXml */ false)

Object literals

Const $host

$host: object

parameterPath

parameterPath: string = "$host"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "$host"

type

type: object

name

name: string = "String"

Const ConnectionDetail

ConnectionDetail: object

type

type: object

className

className: string = "ConnectionDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "groupId"

type

type: object

name

name: string = "String"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

linkIdentifier

linkIdentifier: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "linkIdentifier"

type

type: object

name

name: string = "String"

memberName

memberName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "memberName"

type

type: object

name

name: string = "String"

privateIpAddress

privateIpAddress: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "privateIpAddress"

type

type: object

name

name: string = "String"

Const ErrorAdditionalInfo

ErrorAdditionalInfo: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

modelProperties

modelProperties: object

info

info: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "info"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const ErrorDetail

ErrorDetail: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

modelProperties

modelProperties: object

additionalInfo

additionalInfo: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "additionalInfo"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorAdditionalInfo"

name

name: string = "Composite"

code

code: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

details

details: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "details"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

message

message: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

target

target: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "target"

type

type: object

name

name: string = "String"

Const ErrorResponse

ErrorResponse: object

type

type: object

className

className: string = "ErrorResponse"

name

name: string = "Composite"

modelProperties

modelProperties: object

error

error: object

serializedName

serializedName: string = "error"

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

Const ExtensionTargetProperties

ExtensionTargetProperties: object

type

type: object

className

className: string = "ExtensionTargetProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

targetVersion

targetVersion: object

serializedName

serializedName: string = "targetVersion"

type

type: object

name

name: string = "String"

Const HybridComputePrivateLinkScope

HybridComputePrivateLinkScope: object

type

type: object

className

className: string = "HybridComputePrivateLinkScope"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "HybridComputePrivateLinkScopeProperties"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const HybridComputePrivateLinkScopeListResult

HybridComputePrivateLinkScopeListResult: object

type

type: object

className

className: string = "HybridComputePrivateLinkScopeListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "HybridComputePrivateLinkScope"

name

name: string = "Composite"

Const HybridComputePrivateLinkScopeProperties

HybridComputePrivateLinkScopeProperties: object

type

type: object

className

className: string = "HybridComputePrivateLinkScopeProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

privateEndpointConnections

privateEndpointConnections: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "privateEndpointConnections"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnectionDataModel"

name

name: string = "Composite"

privateLinkScopeId

privateLinkScopeId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "privateLinkScopeId"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

defaultValue

defaultValue: string = "Disabled"

serializedName

serializedName: string = "publicNetworkAccess"

type

type: object

name

name: string = "String"

Const Identity

Identity: object

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

modelProperties

modelProperties: object

principalId

principalId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "principalId"

type

type: object

name

name: string = "String"

tenantId

tenantId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "tenantId"

type

type: object

name

name: string = "String"

type

type: object

defaultValue

defaultValue: string = "SystemAssigned"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const LocationData

LocationData: object

type

type: object

className

className: string = "LocationData"

name

name: string = "Composite"

modelProperties

modelProperties: object

city

city: object

serializedName

serializedName: string = "city"

type

type: object

name

name: string = "String"

countryOrRegion

countryOrRegion: object

serializedName

serializedName: string = "countryOrRegion"

type

type: object

name

name: string = "String"

district

district: object

serializedName

serializedName: string = "district"

type

type: object

name

name: string = "String"

name

name: object

required

required: boolean = true

serializedName

serializedName: string = "name"

constraints

constraints: object

MaxLength

MaxLength: number = 256

type

type: object

name

name: string = "String"

Const Machine

Machine: object

type

type: object

className

className: string = "Machine"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "MachineProperties"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const MachineExtension

MachineExtension: object

type

type: object

className

className: string = "MachineExtension"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "MachineExtensionProperties"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const MachineExtensionInstanceView

MachineExtensionInstanceView: object

type

type: object

className

className: string = "MachineExtensionInstanceView"

name

name: string = "Composite"

modelProperties

modelProperties: object

name

name: object

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

status

status: object

serializedName

serializedName: string = "status"

type

type: object

className

className: string = "MachineExtensionInstanceViewStatus"

name

name: string = "Composite"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

typeHandlerVersion

typeHandlerVersion: object

serializedName

serializedName: string = "typeHandlerVersion"

type

type: object

name

name: string = "String"

Const MachineExtensionInstanceViewStatus

MachineExtensionInstanceViewStatus: object

type

type: object

className

className: string = "MachineExtensionInstanceViewStatus"

name

name: string = "Composite"

modelProperties

modelProperties: object

code

code: object

serializedName

serializedName: string = "code"

type

type: object

name

name: string = "String"

displayStatus

displayStatus: object

serializedName

serializedName: string = "displayStatus"

type

type: object

name

name: string = "String"

level

level: object

serializedName

serializedName: string = "level"

type

type: object

name

name: string = "String"

message

message: object

serializedName

serializedName: string = "message"

type

type: object

name

name: string = "String"

time

time: object

serializedName

serializedName: string = "time"

type

type: object

name

name: string = "DateTime"

Const MachineExtensionProperties

MachineExtensionProperties: object

type

type: object

className

className: string = "MachineExtensionProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoUpgradeMinorVersion

autoUpgradeMinorVersion: object

serializedName

serializedName: string = "autoUpgradeMinorVersion"

type

type: object

name

name: string = "Boolean"

forceUpdateTag

forceUpdateTag: object

serializedName

serializedName: string = "forceUpdateTag"

type

type: object

name

name: string = "String"

instanceView

instanceView: object

serializedName

serializedName: string = "instanceView"

type

type: object

className

className: string = "MachineExtensionInstanceView"

name

name: string = "Composite"

protectedSettings

protectedSettings: object

serializedName

serializedName: string = "protectedSettings"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

publisher

publisher: object

serializedName

serializedName: string = "publisher"

type

type: object

name

name: string = "String"

settings

settings: object

serializedName

serializedName: string = "settings"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

typeHandlerVersion

typeHandlerVersion: object

serializedName

serializedName: string = "typeHandlerVersion"

type

type: object

name

name: string = "String"

Const MachineExtensionUpdate

MachineExtensionUpdate: object

type

type: object

className

className: string = "MachineExtensionUpdate"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "MachineExtensionUpdateProperties"

name

name: string = "Composite"

Const MachineExtensionUpdateProperties

MachineExtensionUpdateProperties: object

type

type: object

className

className: string = "MachineExtensionUpdateProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

autoUpgradeMinorVersion

autoUpgradeMinorVersion: object

serializedName

serializedName: string = "autoUpgradeMinorVersion"

type

type: object

name

name: string = "Boolean"

forceUpdateTag

forceUpdateTag: object

serializedName

serializedName: string = "forceUpdateTag"

type

type: object

name

name: string = "String"

protectedSettings

protectedSettings: object

serializedName

serializedName: string = "protectedSettings"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

publisher

publisher: object

serializedName

serializedName: string = "publisher"

type

type: object

name

name: string = "String"

settings

settings: object

serializedName

serializedName: string = "settings"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "any"

type

type: object

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

typeHandlerVersion

typeHandlerVersion: object

serializedName

serializedName: string = "typeHandlerVersion"

type

type: object

name

name: string = "String"

Const MachineExtensionUpgrade

MachineExtensionUpgrade: object

type

type: object

className

className: string = "MachineExtensionUpgrade"

name

name: string = "Composite"

modelProperties

modelProperties: object

extensionTargets

extensionTargets: object

serializedName

serializedName: string = "extensionTargets"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

className

className: string = "ExtensionTargetProperties"

name

name: string = "Composite"

Const MachineExtensionsListResult

MachineExtensionsListResult: object

type

type: object

className

className: string = "MachineExtensionsListResult"

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 = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MachineExtension"

name

name: string = "Composite"

Const MachineListResult

MachineListResult: object

type

type: object

className

className: string = "MachineListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

required

required: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "Machine"

name

name: string = "Composite"

Const MachineProperties

MachineProperties: object

type

type: object

className

className: string = "MachineProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

adFqdn

adFqdn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "adFqdn"

type

type: object

name

name: string = "String"

agentVersion

agentVersion: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "agentVersion"

type

type: object

name

name: string = "String"

clientPublicKey

clientPublicKey: object

serializedName

serializedName: string = "clientPublicKey"

type

type: object

name

name: string = "String"

detectedProperties

detectedProperties: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "detectedProperties"

type

type: object

name

name: string = "Dictionary"

value

value: object

type

type: object

name

name: string = "String"

displayName

displayName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "displayName"

type

type: object

name

name: string = "String"

dnsFqdn

dnsFqdn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "dnsFqdn"

type

type: object

name

name: string = "String"

domainName

domainName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "domainName"

type

type: object

name

name: string = "String"

errorDetails

errorDetails: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "errorDetails"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ErrorDetail"

name

name: string = "Composite"

extensions

extensions: object

serializedName

serializedName: string = "extensions"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "MachineExtensionInstanceView"

name

name: string = "Composite"

lastStatusChange

lastStatusChange: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "lastStatusChange"

type

type: object

name

name: string = "DateTime"

locationData

locationData: object

serializedName

serializedName: string = "locationData"

type

type: object

className

className: string = "LocationData"

name

name: string = "Composite"

machineFqdn

machineFqdn: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "machineFqdn"

type

type: object

name

name: string = "String"

mssqlDiscovered

mssqlDiscovered: object

serializedName

serializedName: string = "mssqlDiscovered"

type

type: object

name

name: string = "String"

osName

osName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "osName"

type

type: object

name

name: string = "String"

osProfile

osProfile: object

serializedName

serializedName: string = "osProfile"

type

type: object

className

className: string = "OSProfile"

name

name: string = "Composite"

osSku

osSku: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "osSku"

type

type: object

name

name: string = "String"

osType

osType: object

serializedName

serializedName: string = "osType"

type

type: object

name

name: string = "String"

osVersion

osVersion: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "osVersion"

type

type: object

name

name: string = "String"

parentClusterResourceId

parentClusterResourceId: object

serializedName

serializedName: string = "parentClusterResourceId"

type

type: object

name

name: string = "String"

privateLinkScopeResourceId

privateLinkScopeResourceId: object

serializedName

serializedName: string = "privateLinkScopeResourceId"

type

type: object

name

name: string = "String"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

status

status: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

vmId

vmId: object

serializedName

serializedName: string = "vmId"

type

type: object

name

name: string = "String"

vmUuid

vmUuid: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "vmUuid"

type

type: object

name

name: string = "String"

Const MachineUpdate

MachineUpdate: object

type

type: object

className

className: string = "MachineUpdate"

name

name: string = "Composite"

modelProperties

modelProperties: object

identity

identity: object

serializedName

serializedName: string = "identity"

type

type: object

className

className: string = "Identity"

name

name: string = "Composite"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "MachineUpdateProperties"

name

name: string = "Composite"

Const MachineUpdateProperties

MachineUpdateProperties: object

type

type: object

className

className: string = "MachineUpdateProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

locationData

locationData: object

serializedName

serializedName: string = "locationData"

type

type: object

className

className: string = "LocationData"

name

name: string = "Composite"

osProfile

osProfile: object

serializedName

serializedName: string = "osProfile"

type

type: object

className

className: string = "OSProfile"

name

name: string = "Composite"

parentClusterResourceId

parentClusterResourceId: object

serializedName

serializedName: string = "parentClusterResourceId"

type

type: object

name

name: string = "String"

privateLinkScopeResourceId

privateLinkScopeResourceId: object

serializedName

serializedName: string = "privateLinkScopeResourceId"

type

type: object

name

name: string = "String"

Const OSProfile

OSProfile: object

type

type: object

className

className: string = "OSProfile"

name

name: string = "Composite"

modelProperties

modelProperties: object

computerName

computerName: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "computerName"

type

type: object

name

name: string = "String"

linuxConfiguration

linuxConfiguration: object

serializedName

serializedName: string = "linuxConfiguration"

type

type: object

className

className: string = "OSProfileLinuxConfiguration"

name

name: string = "Composite"

windowsConfiguration

windowsConfiguration: object

serializedName

serializedName: string = "windowsConfiguration"

type

type: object

className

className: string = "OSProfileWindowsConfiguration"

name

name: string = "Composite"

Const OSProfileLinuxConfiguration

OSProfileLinuxConfiguration: object

type

type: object

className

className: string = "OSProfileLinuxConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

assessmentMode

assessmentMode: object

serializedName

serializedName: string = "patchSettings.assessmentMode"

type

type: object

name

name: string = "String"

Const OSProfileWindowsConfiguration

OSProfileWindowsConfiguration: object

type

type: object

className

className: string = "OSProfileWindowsConfiguration"

name

name: string = "Composite"

modelProperties

modelProperties: object

assessmentMode

assessmentMode: object

serializedName

serializedName: string = "patchSettings.assessmentMode"

type

type: object

name

name: string = "String"

Const OperationListResult

OperationListResult: object

type

type: object

className

className: string = "OperationListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "OperationValue"

name

name: string = "Composite"

Const OperationValue

OperationValue: object

type

type: object

className

className: string = "OperationValue"

name

name: string = "Composite"

modelProperties

modelProperties: object

display

display: object

serializedName

serializedName: string = "display"

type

type: object

className

className: string = "OperationValueDisplay"

name

name: string = "Composite"

name

name: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "name"

type

type: object

name

name: string = "String"

origin

origin: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "origin"

type

type: object

name

name: string = "String"

Const OperationValueDisplay

OperationValueDisplay: object

type

type: object

className

className: string = "OperationValueDisplay"

name

name: string = "Composite"

modelProperties

modelProperties: object

description

description: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

operation

operation: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "operation"

type

type: object

name

name: string = "String"

provider

provider: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provider"

type

type: object

name

name: string = "String"

resource

resource: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "resource"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnection

PrivateEndpointConnection: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PrivateEndpointConnectionProperties"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const PrivateEndpointConnectionDataModel

PrivateEndpointConnectionDataModel: object

type

type: object

className

className: string = "PrivateEndpointConnectionDataModel"

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"

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PrivateEndpointConnectionProperties"

name

name: string = "Composite"

type

type: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "type"

type

type: object

name

name: string = "String"

Const PrivateEndpointConnectionListResult

PrivateEndpointConnectionListResult: object

type

type: object

className

className: string = "PrivateEndpointConnectionListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateEndpointConnection"

name

name: string = "Composite"

Const PrivateEndpointConnectionProperties

PrivateEndpointConnectionProperties: object

type

type: object

className

className: string = "PrivateEndpointConnectionProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

privateEndpoint

privateEndpoint: object

serializedName

serializedName: string = "privateEndpoint"

type

type: object

className

className: string = "PrivateEndpointProperty"

name

name: string = "Composite"

privateLinkServiceConnectionState

privateLinkServiceConnectionState: object

serializedName

serializedName: string = "privateLinkServiceConnectionState"

type

type: object

className

className: string = "PrivateLinkServiceConnectionStateProperty"

name

name: string = "Composite"

provisioningState

provisioningState: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "provisioningState"

type

type: object

name

name: string = "String"

Const PrivateEndpointProperty

PrivateEndpointProperty: object

type

type: object

className

className: string = "PrivateEndpointProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

id

id: object

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

Const PrivateLinkResource

PrivateLinkResource: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

properties

properties: object

serializedName

serializedName: string = "properties"

type

type: object

className

className: string = "PrivateLinkResourceProperties"

name

name: string = "Composite"

systemData

systemData: object

serializedName

serializedName: string = "systemData"

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

Const PrivateLinkResourceListResult

PrivateLinkResourceListResult: object

type

type: object

className

className: string = "PrivateLinkResourceListResult"

name

name: string = "Composite"

modelProperties

modelProperties: object

nextLink

nextLink: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

value

value: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "value"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "PrivateLinkResource"

name

name: string = "Composite"

Const PrivateLinkResourceProperties

PrivateLinkResourceProperties: object

type

type: object

className

className: string = "PrivateLinkResourceProperties"

name

name: string = "Composite"

modelProperties

modelProperties: object

groupId

groupId: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "groupId"

type

type: object

name

name: string = "String"

requiredMembers

requiredMembers: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "requiredMembers"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

requiredZoneNames

requiredZoneNames: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "requiredZoneNames"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

name

name: string = "String"

Const PrivateLinkScopeValidationDetails

PrivateLinkScopeValidationDetails: object

type

type: object

className

className: string = "PrivateLinkScopeValidationDetails"

name

name: string = "Composite"

modelProperties

modelProperties: object

connectionDetails

connectionDetails: object

serializedName

serializedName: string = "connectionDetails"

type

type: object

name

name: string = "Sequence"

element

element: object

type

type: object

className

className: string = "ConnectionDetail"

name

name: string = "Composite"

id

id: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "id"

type

type: object

name

name: string = "String"

publicNetworkAccess

publicNetworkAccess: object

defaultValue

defaultValue: string = "Disabled"

serializedName

serializedName: string = "publicNetworkAccess"

type

type: object

name

name: string = "String"

Const PrivateLinkScopesResource

PrivateLinkScopesResource: object

type

type: object

className

className: string = "PrivateLinkScopesResource"

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"

location

location: object

required

required: boolean = true

serializedName

serializedName: string = "location"

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"

tags

tags: object

serializedName

serializedName: string = "tags"

type

type: object

name

name: string = "Dictionary"

value

value: object

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 PrivateLinkServiceConnectionStateProperty

PrivateLinkServiceConnectionStateProperty: object

type

type: object

className

className: string = "PrivateLinkServiceConnectionStateProperty"

name

name: string = "Composite"

modelProperties

modelProperties: object

actionsRequired

actionsRequired: object

readOnly

readOnly: boolean = true

serializedName

serializedName: string = "actionsRequired"

type

type: object

name

name: string = "String"

description

description: object

required

required: boolean = true

serializedName

serializedName: string = "description"

type

type: object

name

name: string = "String"

status

status: object

required

required: boolean = true

serializedName

serializedName: string = "status"

type

type: object

name

name: string = "String"

Const ProxyResource

ProxyResource: object

type

type: object

className

className: string = "ProxyResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

Const Resource

Resource: object

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 ResourceUpdate

ResourceUpdate: object

type

type: object

className

className: string = "ResourceUpdate"

name

name: string = "Composite"

modelProperties

modelProperties: object

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 SystemData

SystemData: object

type

type: object

className

className: string = "SystemData"

name

name: string = "Composite"

modelProperties

modelProperties: object

createdAt

createdAt: object

serializedName

serializedName: string = "createdAt"

type

type: object

name

name: string = "DateTime"

createdBy

createdBy: object

serializedName

serializedName: string = "createdBy"

type

type: object

name

name: string = "String"

createdByType

createdByType: object

serializedName

serializedName: string = "createdByType"

type

type: object

name

name: string = "String"

lastModifiedAt

lastModifiedAt: object

serializedName

serializedName: string = "lastModifiedAt"

type

type: object

name

name: string = "DateTime"

lastModifiedBy

lastModifiedBy: object

serializedName

serializedName: string = "lastModifiedBy"

type

type: object

name

name: string = "String"

lastModifiedByType

lastModifiedByType: object

serializedName

serializedName: string = "lastModifiedByType"

type

type: object

name

name: string = "String"

Const TagsResource

TagsResource: object

type

type: object

className

className: string = "TagsResource"

name

name: string = "Composite"

modelProperties

modelProperties: object

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 TrackedResource

TrackedResource: object

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 accept

accept: object

parameterPath

parameterPath: string = "accept"

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Accept"

type

type: object

name

name: string = "String"

Const apiVersion

apiVersion: object

parameterPath

parameterPath: string = "apiVersion"

mapper

mapper: object

defaultValue

defaultValue: string = "2021-06-10-preview"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "api-version"

type

type: object

name

name: string = "String"

Const contentType

contentType: object

parameterPath

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

mapper

mapper: object

defaultValue

defaultValue: string = "application/json"

isConstant

isConstant: boolean = true

serializedName

serializedName: string = "Content-Type"

type

type: object

name

name: string = "String"

Const createOrUpdateOperationSpec

createOrUpdateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PUT"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.parameters1

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.scopeName,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

201

201: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

202

202: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

204

204: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const deleteOperationSpec

deleteOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "DELETE"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.scopeName,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const expand

expand: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const expand1

expand1: object

parameterPath

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

mapper

mapper: object

serializedName

serializedName: string = "$expand"

type

type: object

name

name: string = "String"

Const extensionName

extensionName: object

parameterPath

parameterPath: string = "extensionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "extensionName"

type

type: object

name

name: string = "String"

Const extensionParameters

extensionParameters: object

mapper

mapper: any = MachineExtensionMapper

parameterPath

parameterPath: string = "extensionParameters"

Const extensionParameters1

extensionParameters1: object

mapper

mapper: any = MachineExtensionUpdateMapper

parameterPath

parameterPath: string = "extensionParameters"

Const extensionUpgradeParameters

extensionUpgradeParameters: object

mapper

mapper: any = MachineExtensionUpgradeMapper

parameterPath

parameterPath: string = "extensionUpgradeParameters"

Const getOperationSpec

getOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateEndpointConnections/{privateEndpointConnectionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.scopeName,Parameters.privateEndpointConnectionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnection

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getValidationDetailsForMachineOperationSpec

getValidationDetailsForMachineOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/privateLinkScopes/current"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.machineName1]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateLinkScopeValidationDetails

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const getValidationDetailsOperationSpec

getValidationDetailsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/locations/{location}/privateLinkScopes/{privateLinkScopeId}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.location,Parameters.privateLinkScopeId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateLinkScopeValidationDetails

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const groupName

groupName: object

parameterPath

parameterPath: string = "groupName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "groupName"

type

type: object

name

name: string = "String"

Const listByPrivateLinkScopeNextOperationSpec

listByPrivateLinkScopeNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.nextLink,Parameters.scopeName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnectionListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByPrivateLinkScopeOperationSpec

listByPrivateLinkScopeOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}/privateEndpointConnections"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.scopeName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.PrivateEndpointConnectionListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByResourceGroupNextOperationSpec

listByResourceGroupNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.HybridComputePrivateLinkScopeListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listByResourceGroupOperationSpec

listByResourceGroupOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.HybridComputePrivateLinkScopeListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listBySubscriptionNextOperationSpec

listBySubscriptionNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.MachineListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listBySubscriptionOperationSpec

listBySubscriptionOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/machines"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.MachineListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listNextOperationSpec

listNextOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "{nextLink}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.nextLink]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.HybridComputePrivateLinkScopeListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const listOperationSpec

listOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept]

httpMethod

httpMethod: string = "GET"

path

path: string = "/subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/privateLinkScopes"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host, Parameters.subscriptionId]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.HybridComputePrivateLinkScopeListResult

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const location

location: object

parameterPath

parameterPath: string = "location"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "location"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const machineName

machineName: object

parameterPath

parameterPath: string = "machineName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "machineName"

type

type: object

name

name: string = "String"

Const machineName1

machineName1: object

parameterPath

parameterPath: string = "machineName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "machineName"

constraints

constraints: object

MinLength

MinLength: number = 1

type

type: object

name

name: string = "String"

Const nextLink

nextLink: object

parameterPath

parameterPath: string = "nextLink"

skipEncoding

skipEncoding: boolean = true

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "nextLink"

type

type: object

name

name: string = "String"

Const parameters

parameters: object

mapper

mapper: any = HybridComputePrivateLinkScopeMapper

parameterPath

parameterPath: string = "parameters"

Const parameters1

parameters1: object

mapper

mapper: any = PrivateEndpointConnectionMapper

parameterPath

parameterPath: string = "parameters"

Const privateEndpointConnectionName

privateEndpointConnectionName: object

parameterPath

parameterPath: string = "privateEndpointConnectionName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "privateEndpointConnectionName"

type

type: object

name

name: string = "String"

Const privateLinkScopeId

privateLinkScopeId: object

parameterPath

parameterPath: string = "privateLinkScopeId"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "privateLinkScopeId"

type

type: object

name

name: string = "String"

Const privateLinkScopeTags

privateLinkScopeTags: object

mapper

mapper: any = TagsResourceMapper

parameterPath

parameterPath: string = "privateLinkScopeTags"

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

type

type: object

name

name: string = "String"

Const scopeName

scopeName: object

parameterPath

parameterPath: string = "scopeName"

mapper

mapper: object

required

required: boolean = true

serializedName

serializedName: string = "scopeName"

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 updateOperationSpec

updateOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PATCH"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/extensions/{extensionName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.extensionParameters1

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.machineName,Parameters.extensionName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.MachineExtension

201

201: object

bodyMapper

bodyMapper: any = Mappers.MachineExtension

202

202: object

bodyMapper

bodyMapper: any = Mappers.MachineExtension

204

204: object

bodyMapper

bodyMapper: any = Mappers.MachineExtension

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const updateTagsOperationSpec

updateTagsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "PATCH"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/privateLinkScopes/{scopeName}"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.privateLinkScopeTags

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.scopeName]

responses

responses: object

200

200: object

bodyMapper

bodyMapper: any = Mappers.HybridComputePrivateLinkScope

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Const upgradeExtensionsOperationSpec

upgradeExtensionsOperationSpec: object

headerParameters

headerParameters: any[] = [Parameters.accept, Parameters.contentType]

httpMethod

httpMethod: string = "POST"

mediaType

mediaType: string = "json"

path

path: string = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/upgradeExtensions"

queryParameters

queryParameters: any[] = [Parameters.apiVersion]

requestBody

requestBody: any = Parameters.extensionUpgradeParameters

serializer

serializer: any

urlParameters

urlParameters: any[] = [Parameters.$host,Parameters.subscriptionId,Parameters.resourceGroupName,Parameters.machineName]

responses

responses: object

200

200: {}

Type declaration

201

201: {}

Type declaration

202

202: {}

Type declaration

204

204: {}

Type declaration

default

default: object

bodyMapper

bodyMapper: any = Mappers.ErrorResponse

Generated using TypeDoc