Microsoft.Management (preview:2025-03-01)

2025/05/07 • 15 new methods

SitesByServiceGroup_ListByServiceGroup (new)
Description list Site at SG scope
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/serviceGroups/{servicegroupName}/providers/Microsoft.Edge/sites
{
api-version: string ,
servicegroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesByServiceGroup_Get (new)
Description Get Site at SG scope
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.Management/serviceGroups/{servicegroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
servicegroupName: string ,
siteName: string ,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesByServiceGroup_CreateOrUpdate (new)
Description create or update Site at SG scope
Reference Link ¶

⚼ Request

PUT:  /providers/Microsoft.Management/serviceGroups/{servicegroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
servicegroupName: string ,
siteName: string ,
resource:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesByServiceGroup_Update (new)
Description update Site at SG scope
Reference Link ¶

⚼ Request

PATCH:  /providers/Microsoft.Management/serviceGroups/{servicegroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
servicegroupName: string ,
siteName: string ,
properties:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesByServiceGroup_Delete (new)
Description delete Site at SG scope
Reference Link ¶

⚼ Request

DELETE:  /providers/Microsoft.Management/serviceGroups/{servicegroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
servicegroupName: string ,
siteName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesBySubscription_List (new)
Description List Site resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesBySubscription_Get (new)
Description Get a Site
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
siteName: string ,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesBySubscription_CreateOrUpdate (new)
Description Create a Site
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
siteName: string ,
resource:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesBySubscription_Update (new)
Description Update a Site
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
siteName: string ,
properties:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SitesBySubscription_Delete (new)
Description Delete a Site
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
siteName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_ListByResourceGroup (new)
Description List Site resources by resource group
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_Get (new)
Description Get a Site
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
siteName: string ,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_CreateOrUpdate (new)
Description Create a Site
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
siteName: string ,
resource:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_Update (new)
Description Update a Site
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
siteName: string ,
properties:
{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
displayName: string ,
description: string ,
siteAddress:
{
streetAddress1: string ,
streetAddress2: string ,
city: string ,
stateOrProvince: string ,
country: string ,
postalCode: string ,
}
,
labels: object ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Sites_Delete (new)
Description Delete a Site
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/sites/{siteName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
siteName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

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