Microsoft.Resources (stable:2024-08-01)

2025/12/05 • 4 new, 4 deleted methods

Operations_List (new)
Description Lists all of the available Microsoft.Resources REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Resources/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 ,
}
,
]
,
}
,
}
DataBoundaries_Put (new)
Description Opt-in tenant to data boundary.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Resources/dataBoundaries/{default}
{
api-version: string ,
dataBoundaryDefinition:
{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}
,
default: string ,
}

⚐ Response (201)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataBoundaries_GetTenant (new)
Description Get data boundary of tenant.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Resources/dataBoundaries/{default}
{
api-version: string ,
default: string ,
}

⚐ Response (200)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataBoundaries_GetScope (new)
Description Get data boundary at specified scope
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.Resources/dataBoundaries/{default}
{
scope: string ,
api-version: string ,
default: string ,
}

⚐ Response (200)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

GET:  /providers/Microsoft.Resources/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 ,
}
,
]
,
}
,
}
DataBoundaries_Put (removed)
Description Opt-in tenant to data boundary.
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Resources/dataBoundaries/{default}
{
api-version: string ,
dataBoundaryDefinition:
{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}
,
default: string ,
}

⚐ Response (201)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (200)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataBoundaries_GetTenant (removed)
Description Get data boundary of tenant.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Resources/dataBoundaries/{default}
{
api-version: string ,
default: string ,
}

⚐ Response (200)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DataBoundaries_GetScope (removed)
Description Get data boundary at specified scope
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.Resources/dataBoundaries/{default}
{
scope: string ,
api-version: string ,
default: string ,
}

⚐ Response (200)

{
properties:
{
dataBoundary: enum ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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