Microsoft.Mission (preview:2024-06-01)

2025/07/24 • 52 new methods

Approval_ListByParent (new)
Description List ApprovalResource resources by parent
Reference Link ¶

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Mission/approvals
{
api-version: string ,
resourceUri: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /{resourceUri}/providers/Microsoft.Mission/approvals/{approvalName}
{
api-version: string ,
resourceUri: string ,
approvalName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /{resourceUri}/providers/Microsoft.Mission/approvals/{approvalName}
{
api-version: string ,
resourceUri: string ,
approvalName: string ,
resource:
{
properties:
{
provisioningState: enum ,
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /{resourceUri}/providers/Microsoft.Mission/approvals/{approvalName}
{
api-version: string ,
resourceUri: string ,
approvalName: string ,
properties:
{
properties:
{
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
parent1: string ,
parent2: string ,
requestMetadata:
{
resourceAction: string ,
approvalStatus: enum ,
}
,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /{resourceUri}/providers/Microsoft.Mission/approvals/{approvalName}
{
api-version: string ,
resourceUri: string ,
approvalName: 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 ,
}
,
]
,
}
,
}
Approval_InitiatorCallback (new)
Description Upon receiving approval or rejection from approver, this facilitates actions on approval resource
Reference Link ¶

⚼ Request

POST:  /{resourceUri}/providers/Microsoft.Mission/approvals/{approvalName}/initiatorCallback
{
api-version: string ,
resourceUri: string ,
approvalName: string ,
body:
{
approvalStatus: enum ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/communities
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints
{
api-version: string ,
subscriptionId: string ,
communityName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/communities/{communityName}/transitHubs
{
api-version: string ,
subscriptionId: string ,
communityName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/enclaveConnections
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/virtualEnclaves
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/enclaveEndpoints
{
api-version: string ,
subscriptionId: string ,
virtualEnclaveName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/workloads
{
api-version: string ,
subscriptionId: string ,
virtualEnclaveName: string ,
}

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
}

⚐ Response (200)

{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
resource:
{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
properties:
{
properties:
{
dnsServers:
[
string ,
]
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
tags: object ,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
addressSpace: string ,
dnsServers:
[
string ,
]
,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
governedServiceList:
[
{
id: enum ,
name: string ,
option: enum ,
enforcement: enum ,
auditOnly: boolean ,
initiatives:
[
string ,
]
,
}
,
]
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: 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 ,
}
,
]
,
}
,
}
Community_CheckAddressSpaceAvailability (new)
Description Checks that the IP Address Space to be allocated for this Community is available.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/checkAddressSpaceAvailability
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
checkAddressSpaceAvailabilityRequest:
{
communityResourceId: string ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
}
,
}

⚐ Response (200)

{
value: boolean ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints/{communityEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
communityEndpointName: string ,
}

⚐ Response (200)

{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints/{communityEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
communityEndpointName: string ,
resource:
{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints/{communityEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
communityEndpointName: string ,
properties:
{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
approvalRequired: boolean ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
ruleCollection:
[
{
destinationType: enum ,
protocols:
[
string ,
]
,
transitHubResourceId: string ,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/communityEndpoints/{communityEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
communityEndpointName: 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 ,
}
,
]
,
}
,
}
TransitHub_ListByCommunityResource (new)
Description List TransitHubResource resources by CommunityResource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/transitHubs
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/transitHubs/{transitHubName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
transitHubName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/transitHubs/{transitHubName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
transitHubName: string ,
resource:
{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/transitHubs/{transitHubName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
transitHubName: string ,
properties:
{
properties:
{
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
state: enum ,
transitOption:
{
type: enum ,
params:
{
scaleUnits: integer ,
remoteVirtualNetworkId: string ,
}
,
}
,
resourceCollection:
[
string ,
]
,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/communities/{communityName}/transitHubs/{transitHubName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
communityName: string ,
transitHubName: 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 ,
}
,
]
,
}
,
}
EnclaveConnection_ListByResourceGroup (new)
Description List EnclaveConnectionResource resources by resource group
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/enclaveConnections/{enclaveConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
enclaveConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/enclaveConnections/{enclaveConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
enclaveConnectionName: string ,
resource:
{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/enclaveConnections/{enclaveConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
enclaveConnectionName: string ,
properties:
{
properties:
{
sourceCidr: string ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
state: enum ,
communityResourceId: string ,
sourceResourceId: string ,
sourceCidr: string ,
ipGroup: string ,
destinationEndpointId: string ,
provisioningState: enum ,
resourceCollection:
[
string ,
]
,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/enclaveConnections/{enclaveConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
enclaveConnectionName: 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 ,
}
,
]
,
}
,
}
EnclaveConnection_ApprovalCallback (new)
Description Callback that triggers on approval state change.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/enclaveConnections/{enclaveConnectionName}/approvalCallback
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
enclaveConnectionName: string ,
body:
{
resourceId: string ,
resourceRequestAction: enum ,
approvalStatus: enum ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
EnclaveConnection_ApprovalDeletionCallback (new)
Description Callback that triggers on approval deletion state change.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/enclaveConnections/{enclaveConnectionName}/approvalDeletionCallback
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
enclaveConnectionName: string ,
body:
{
resourceRequestAction: enum ,
}
,
}

⚐ Response (200)

{
message: string ,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
resource:
{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
properties:
{
properties:
{
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
type: enum ,
userAssignedIdentities: object ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
enclaveVirtualNetwork:
{
name: string ,
networkSize: string ,
customCidrRange: string ,
subnetConfigurations:
[
{
name: string ,
id: string ,
networkPrefixSize: integer ,
subnetDelegation: string ,
addressPrefix: string ,
networkSecurityGroupId: string ,
}
,
]
,
allowSubnetCommunication: boolean ,
connectToAzureServices: boolean ,
}
,
enclaveAddressSpaces:
{
enclaveAddressSpace: string ,
managedAddressSpace: string ,
}
,
communityResourceId: string ,
resourceCollection:
[
string ,
]
,
managedResourceGroupConfiguration:
{
name: string ,
location: string ,
}
,
bastionEnabled: boolean ,
enclaveDefaultSettings:
{
keyVaultResourceId: string ,
storageAccountResourceId: string ,
logAnalyticsResourceIdCollection:
[
string ,
]
,
diagnosticDestination: enum ,
}
,
maintenanceModeConfiguration:
{
mode: enum ,
principals:
[
{
id: string ,
type: enum ,
}
,
]
,
justification: enum ,
}
,
}
,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: 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 ,
}
,
]
,
}
,
}
EnclaveEndpoints_ListByEnclaveResource (new)
Description List EnclaveEndpointResource resources by EnclaveResource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/enclaveEndpoints
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/enclaveEndpoints/{enclaveEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
enclaveEndpointName: string ,
}

⚐ Response (200)

{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/enclaveEndpoints/{enclaveEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
enclaveEndpointName: string ,
resource:
{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/enclaveEndpoints/{enclaveEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
enclaveEndpointName: string ,
properties:
{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
approvalRequired: boolean ,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
ruleCollection:
[
{
protocols:
[
string ,
]
,
name: string ,
destination: string ,
port: string ,
}
,
]
,
resourceCollection:
[
string ,
]
,
provisioningState: enum ,
approvalRequired: boolean ,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/enclaveEndpoints/{enclaveEndpointName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
enclaveEndpointName: 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 ,
}
,
]
,
}
,
}
Workload_ListByEnclaveResource (new)
Description List WorkloadResource resources by EnclaveResource
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/workloads
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
}

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/workloads/{workloadName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
workloadName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
resourceGroupCollection:
[
string ,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/workloads/{workloadName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
workloadName: string ,
resource:
{
properties:
{
provisioningState: enum ,
resourceGroupCollection:
[
string ,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
resourceGroupCollection:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
resourceGroupCollection:
[
string ,
]
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/workloads/{workloadName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
workloadName: string ,
properties:
{
properties:
{
resourceGroupCollection:
[
string ,
]
,
}
,
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
resourceGroupCollection:
[
string ,
]
,
}
,
}

⚐ Response (202)

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

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Mission/virtualEnclaves/{virtualEnclaveName}/workloads/{workloadName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
virtualEnclaveName: string ,
workloadName: 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 ,
}
,
]
,
}
,
}