Microsoft.SoftwarePlan (preview:2019-06-01)

2025/09/26 • 8 new, 8 deleted methods

SoftwarePlan_Register (new)
Description Register to Microsoft.SoftwarePlan resource provider.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/register
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_List (new)
Description Get all hybrid use benefits associated with an ARM resource.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits
{
scope: string ,
api-version: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Create (new)
Description Create a new hybrid use benefit under a given scope
Reference Link ¶

⚼ Request

PUT:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
body:
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Update (new)
Description Updates an existing hybrid use benefit
Reference Link ¶

⚼ Request

PATCH:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
body:
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Get (new)
Description Gets a given plan ID
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Delete (new)
Description Deletes a given plan ID
Reference Link ¶

⚼ Request

DELETE:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefitRevision_List (new)
Description Gets the version history of a hybrid use benefit
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisions
{
scope: string ,
planId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
Operations_List (new)
Description List all the operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
code: enum ,
message: string ,
}
SoftwarePlan_Register (removed)
Description Register to Microsoft.SoftwarePlan resource provider.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.SoftwarePlan/register
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_List (removed)
Description Get all hybrid use benefits associated with an ARM resource.
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits
{
scope: string ,
api-version: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Create (removed)
Description Create a new hybrid use benefit under a given scope
Reference Link ¶

⚼ Request

PUT:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
body:
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Update (removed)
Description Updates an existing hybrid use benefit
Reference Link ¶

⚼ Request

PATCH:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
body:
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
}

⚐ Response (200)

{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Get (removed)
Description Gets a given plan ID
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
}

⚐ Response (200)

{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefit_Delete (removed)
Description Deletes a given plan ID
Reference Link ¶

⚼ Request

DELETE:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}
{
scope: string ,
planId: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
code: enum ,
message: string ,
}
HybridUseBenefitRevision_List (removed)
Description Gets the version history of a hybrid use benefit
Reference Link ¶

⚼ Request

GET:  /{scope}/providers/Microsoft.SoftwarePlan/hybridUseBenefits/{planId}/revisions
{
scope: string ,
planId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
}
,
etag: integer ,
properties:
{
provisioningState: enum ,
createdDate: string ,
lastUpdatedDate: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
code: enum ,
message: string ,
}
Operations_List (removed)
Description List all the operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

{
code: enum ,
message: string ,
}