Security Partner Providers - Create Or Update
Creates or updates the specified Security Partner Provider.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/securityPartnerProviders/{securityPartnerProviderName}?api-version=2024-03-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. |
security
|
path | True |
string |
The name of the Security Partner Provider. |
subscription
|
path | True |
string |
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
api-version
|
query | True |
string |
Client API version. |
Request Body
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
location |
string |
Resource location. |
properties.securityProviderName |
The security provider name. |
|
properties.virtualHub |
The virtualHub to which the Security Partner Provider belongs. |
|
tags |
object |
Resource tags. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Update successful. The operation returns the resulting SecurityPartnerProvider resource. |
|
201 Created |
Create successful. The operation returns the resulting SecurityPartnerProvider resource. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Create Security Partner Provider
Sample request
PUT https://management.azure.com/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider?api-version=2024-03-01
{
"tags": {
"key1": "value1"
},
"location": "West US",
"properties": {
"securityProviderName": "ZScaler",
"virtualHub": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1"
}
}
}
Sample response
{
"name": "securityPartnerProvider",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider",
"type": "Microsoft.Network/securityPartnerProviders",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"securityProviderName": "ZScaler",
"virtualHub": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1"
}
}
}
{
"name": "securityPartnerProvider",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/securityPartnerProviders/securityPartnerProvider",
"type": "Microsoft.Network/securityPartnerProviders",
"etag": "w/\\00000000-0000-0000-0000-000000000000\\",
"location": "West US",
"tags": {
"key1": "value1"
},
"properties": {
"provisioningState": "Succeeded",
"securityProviderName": "ZScaler",
"virtualHub": {
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualHubs/hub1"
}
}
}
Definitions
Name | Description |
---|---|
Cloud |
An error response from the service. |
Cloud |
An error response from the service. |
Provisioning |
The current provisioning state. |
Security |
Security Partner Provider resource. |
Security |
The current state of the connection with Security Partner Provider. |
Security |
The security provider name. |
Sub |
Reference to another subresource. |
CloudError
An error response from the service.
Name | Type | Description |
---|---|---|
error |
Cloud error body. |
CloudErrorBody
An error response from the service.
Name | Type | Description |
---|---|---|
code |
string |
An identifier for the error. Codes are invariant and are intended to be consumed programmatically. |
details |
A list of additional details about the error. |
|
message |
string |
A message describing the error, intended to be suitable for display in a user interface. |
target |
string |
The target of the particular error. For example, the name of the property in error. |
ProvisioningState
The current provisioning state.
Name | Type | Description |
---|---|---|
Deleting |
string |
|
Failed |
string |
|
Succeeded |
string |
|
Updating |
string |
SecurityPartnerProvider
Security Partner Provider resource.
Name | Type | Description |
---|---|---|
etag |
string |
A unique read-only string that changes whenever the resource is updated. |
id |
string |
Resource ID. |
location |
string |
Resource location. |
name |
string |
Resource name. |
properties.connectionStatus |
The connection status with the Security Partner Provider. |
|
properties.provisioningState |
The provisioning state of the Security Partner Provider resource. |
|
properties.securityProviderName |
The security provider name. |
|
properties.virtualHub |
The virtualHub to which the Security Partner Provider belongs. |
|
tags |
object |
Resource tags. |
type |
string |
Resource type. |
SecurityPartnerProviderConnectionStatus
The current state of the connection with Security Partner Provider.
Name | Type | Description |
---|---|---|
Connected |
string |
|
NotConnected |
string |
|
PartiallyConnected |
string |
|
Unknown |
string |
SecurityProviderName
The security provider name.
Name | Type | Description |
---|---|---|
Checkpoint |
string |
|
IBoss |
string |
|
ZScaler |
string |
SubResource
Reference to another subresource.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |