Microsoft.ServiceNetworking (stable:2025-01-01)

2024/12/20 • 22 new methods

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

⚼ Request

GET:  /providers/Microsoft.ServiceNetworking/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 ,
}
,
]
,
}
,
}
TrafficControllerInterface_ListBySubscription (new)
Description List TrafficController resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ServiceNetworking/trafficControllers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
}

⚐ Response (200)

{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
resource:
{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
properties:
{
tags: object ,
properties:
{
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
configurationEndpoints:
[
string ,
]
,
frontends:
[
{
id: string ,
}
,
]
,
associations:
[
{
id: string ,
}
,
]
,
securityPolicies:
[
{
id: string ,
}
,
]
,
securityPolicyConfigurations:
{
wafSecurityPolicy:
{
id: string ,
}
,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
AssociationsInterface_ListByTrafficController (new)
Description List Association resources by TrafficController
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
associationName: string ,
}

⚐ Response (200)

{
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
associationName: string ,
resource:
{
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
associationName: string ,
properties:
{
tags: object ,
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
associationType: enum ,
subnet:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/associations/{associationName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
associationName: string ,
}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
FrontendsInterface_ListByTrafficController (new)
Description List Frontend resources by TrafficController
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
fqdn: string ,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
frontendName: string ,
}

⚐ Response (200)

{
properties:
{
fqdn: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
frontendName: string ,
resource:
{
properties:
{
fqdn: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
fqdn: string ,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
fqdn: string ,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
frontendName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
fqdn: string ,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
frontendName: string ,
}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
SecurityPoliciesInterface_ListByTrafficController (new)
Description List SecurityPolicy resources by TrafficController
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/securityPolicies
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
policyType: enum ,
wafPolicy:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/securityPolicies/{securityPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
securityPolicyName: string ,
}

⚐ Response (200)

{
properties:
{
policyType: enum ,
wafPolicy:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/securityPolicies/{securityPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
securityPolicyName: string ,
resource:
{
properties:
{
policyType: enum ,
wafPolicy:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
policyType: enum ,
wafPolicy:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
policyType: enum ,
wafPolicy:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/securityPolicies/{securityPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
securityPolicyName: string ,
properties:
{
tags: object ,
properties:
{
wafPolicy:
{
id: string ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
policyType: enum ,
wafPolicy:
{
id: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/securityPolicies/{securityPolicyName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
trafficControllerName: string ,
securityPolicyName: string ,
}

⚐ Response (202)

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

⚐ Response (204)

{}

⚐ Response (default)

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