Microsoft.AzureLargeInstance (stable:2024-04-10)

2025/08/29 • 12 new, 12 deleted methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AzureLargeInstance/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 ,
}
,
]
,
}
,
}
AzureLargeInstance_ListBySubscription (new)
Description Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_ListBySubscription (new)
Description Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_ListByResourceGroup (new)
Description Gets a list of Azure Large Instances in the specified subscription and resource group. The operations returns various properties of each Azure Large Instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Get (new)
Description Gets an Azure Large Instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
}

⚐ Response (200)

{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Update (new)
Description Patches the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
tagsParameter:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Restart (new)
Description The operation to restart an Azure Large Instance (only for compute instances)
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/restart
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
forceParameter:
{
forceState: enum ,
}
,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Shutdown (new)
Description The operation to shutdown an Azure Large Instance (only for compute instances)
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/shutdown
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Start (new)
Description The operation to start an Azure Large Instance (only for compute instances)
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/start
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_ListByResourceGroup (new)
Description Gets a list of AzureLargeStorageInstances in the specified subscription and resource group. The operations returns various properties of each Azure LargeStorage instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_Get (new)
Description Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeStorageInstanceName: string ,
}

⚐ Response (200)

{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_Update (new)
Description Patches the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeStorageInstanceName: string ,
tagsParameter:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AzureLargeInstance/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 ,
}
,
]
,
}
,
}
AzureLargeInstance_ListBySubscription (removed)
Description Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeInstances
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_ListBySubscription (removed)
Description Gets a list of AzureLargeStorageInstances in the specified subscription. The operations returns various properties of each Azure LargeStorage instance.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_ListByResourceGroup (removed)
Description Gets a list of Azure Large Instances in the specified subscription and resource group. The operations returns various properties of each Azure Large Instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Get (removed)
Description Gets an Azure Large Instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
}

⚐ Response (200)

{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Update (removed)
Description Patches the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
tagsParameter:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
hardwareProfile:
{
hardwareType: enum ,
azureLargeInstanceSize: enum ,
}
,
storageProfile:
{
nfsIpAddress: string ,
osDisks:
[
{
name: string ,
diskSizeGB: integer ,
lun: integer ,
}
,
]
,
}
,
osProfile:
{
computerName: string ,
osType: string ,
version: string ,
sshPublicKey: string ,
}
,
networkProfile:
{
networkInterfaces:
[
{
ipAddress: string ,
}
,
]
,
circuitId: string ,
}
,
azureLargeInstanceId: string ,
powerState: enum ,
proximityPlacementGroup: string ,
hwRevision: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Restart (removed)
Description The operation to restart an Azure Large Instance (only for compute instances)
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/restart
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
forceParameter:
{
forceState: enum ,
}
,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Shutdown (removed)
Description The operation to shutdown an Azure Large Instance (only for compute instances)
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/shutdown
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeInstance_Start (removed)
Description The operation to start an Azure Large Instance (only for compute instances)
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/start
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeInstanceName: string ,
}

⚐ Response (200)

{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
{
id: string ,
resourceId: string ,
name: string ,
status: string ,
percentComplete: number ,
startTime: string ,
endTime: string ,
operations:
[
string ,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
,
]
,
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_ListByResourceGroup (removed)
Description Gets a list of AzureLargeStorageInstances in the specified subscription and resource group. The operations returns various properties of each Azure LargeStorage instance.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_Get (removed)
Description Gets an Azure Large Storage instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeStorageInstanceName: string ,
}

⚐ Response (200)

{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AzureLargeStorageInstance_Update (removed)
Description Patches the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeStorageInstances/{azureLargeStorageInstanceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
azureLargeStorageInstanceName: string ,
tagsParameter:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
azureLargeStorageInstanceUniqueIdentifier: string ,
storageProperties:
{
provisioningState: enum ,
offeringType: string ,
storageType: string ,
generation: string ,
hardwareType: enum ,
workloadType: string ,
storageBillingProperties:
{
billingMode: string ,
sku: string ,
}
,
}
,
}
,
}

⚐ Response (default)

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