Microsoft.HybridCloud (preview:2023-01-01)

2025/09/19 • 14 new, 14 deleted methods

HybridCloud_ListOperations (new)
Description Lists all of the available HybridCloud Rest API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.HybridCloud/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_ListBySubscription (new)
Description Return list of cloud connectors in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HybridCloud/cloudConnectors
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_ListByResourceGroup (new)
Description Return list of cloud connectors in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_Get (new)
Description Gets the specified cloud connector in a specified resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_CreateOrUpdate (new)
Description Creates or updates a cloud connector resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
parameters:
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_Delete (new)
Description Deletes a specified cloud connector resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_UpdateTags (new)
Description Updates the specified cloud connector tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_DiscoverResources (new)
Description Returns a list of discovered remote cloud resources via this cloud connector resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}/discoverResources
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{
resourceFilter:
{
name: string ,
type: string ,
region: string ,
tag: string ,
}
,
discoveredResources:
[
{
id: string ,
bodyContentType: enum ,
body: string ,
}
,
]
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_ListBySubscription (new)
Description Return list of cloud connections in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HybridCloud/cloudConnections
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_ListByResourceGroup (new)
Description Return list of cloud connections in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_Get (new)
Description Gets the specified cloud connection in a specified resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_CreateOrUpdate (new)
Description Creates or updates a cloud connection resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
parameters:
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_Delete (new)
Description Deletes a specified cloud connection resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_UpdateTags (new)
Description Updates the specified cloud connection tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
HybridCloud_ListOperations (removed)
Description Lists all of the available HybridCloud Rest API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.HybridCloud/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_ListBySubscription (removed)
Description Return list of cloud connectors in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HybridCloud/cloudConnectors
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_ListByResourceGroup (removed)
Description Return list of cloud connectors in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_Get (removed)
Description Gets the specified cloud connector in a specified resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_CreateOrUpdate (removed)
Description Creates or updates a cloud connector resource.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
parameters:
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_Delete (removed)
Description Deletes a specified cloud connector resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_UpdateTags (removed)
Description Updates the specified cloud connector tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
accountId: string ,
cloudType: enum ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnectors_DiscoverResources (removed)
Description Returns a list of discovered remote cloud resources via this cloud connector resource.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnectors/{cloudConnectorName}/discoverResources
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectorName: string ,
api-version: string ,
}

⚐ Response (200)

{
resourceFilter:
{
name: string ,
type: string ,
region: string ,
tag: string ,
}
,
discoveredResources:
[
{
id: string ,
bodyContentType: enum ,
body: string ,
}
,
]
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_ListBySubscription (removed)
Description Return list of cloud connections in a subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.HybridCloud/cloudConnections
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_ListByResourceGroup (removed)
Description Return list of cloud connections in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_Get (removed)
Description Gets the specified cloud connection in a specified resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_CreateOrUpdate (removed)
Description Creates or updates a cloud connection resource
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
parameters:
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (200)

{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
}
,
$schema:
{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_Delete (removed)
Description Deletes a specified cloud connection resource.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
CloudConnections_UpdateTags (removed)
Description Updates the specified cloud connection tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCloud/cloudConnections/{cloudConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
cloudConnectionName: string ,
api-version: string ,
parameters:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
cloudConnector:
{
id: string ,
}
,
remoteResourceId: string ,
virtualHub:
{
id: string ,
}
,
sharedKey: string ,
provisioningState: enum ,
}
,
etag: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}