Data types
Azure.ResourceManager
Section titled “Azure.ResourceManager”ArmAcceptedLroResponse
Section titled “ArmAcceptedLroResponse”model Azure.ResourceManager.ArmAcceptedLroResponse<Description, LroHeaders>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Description | The description of the response status (defaults to Resource operation accepted ) |
LroHeaders | Optional. The lro headers that appear in the Accepted response |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 202 | The status code. |
ArmAcceptedResponse
Section titled “ArmAcceptedResponse”model Azure.ResourceManager.ArmAcceptedResponse<Message, ExtraHeaders>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Message | The description of the response status (defaults to Resource operation accepted ) |
ExtraHeaders | Additional headers in the response. Default includes Retry-After header |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 202 | The status code. |
ArmAsyncOperationHeader
Section titled “ArmAsyncOperationHeader”The standard header for asynchronous operation polling
model Azure.ResourceManager.ArmAsyncOperationHeader<StatusMonitor, UrlValue, FinalResult>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
StatusMonitor | The status monitor type for lro polling |
UrlValue | The value type of the Azure-AsyncOperation header |
FinalResult | The logical final result of the operation |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
azureAsyncOperation? | UrlValue | A link to the status monitor |
ArmCombinedLroHeaders
Section titled “ArmCombinedLroHeaders”Provide Both Azure-AsyncOperation and Location headers
model Azure.ResourceManager.ArmCombinedLroHeaders<StatusMonitor, FinalResult, PollingUrlValue, FinalUrlValue>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
StatusMonitor | The type of the polling StatusMonitor when following the Azure-AsyncOperation url |
FinalResult | The type of the logical result when following the location header |
PollingUrlValue | The value type of the link to the status monitor |
FinalUrlValue | The value type fo the link to the final result |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
azureAsyncOperation? | PollingUrlValue | A link to the status monitor |
location? | FinalUrlValue | The Location header contains the URL where the status of the long running operation can be checked. |
ArmCreatedResponse
Section titled “ArmCreatedResponse”The Azure Resource Manager 201 response for a resource
model Azure.ResourceManager.ArmCreatedResponse<ResponseBody, ExtraHeaders>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
ResponseBody | The contents of the response body |
ExtraHeaders | Additional headers in the response. Default includes Retry-After header |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 201 | The status code. |
body | ResponseBody |
ArmDeleteAcceptedLroResponse
Section titled “ArmDeleteAcceptedLroResponse”model Azure.ResourceManager.ArmDeleteAcceptedLroResponse<LroHeaders>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
LroHeaders | Optional. Allows overriding the Lro headers returned in the response. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 202 | The status code. |
ArmDeleteAcceptedResponse
Section titled “ArmDeleteAcceptedResponse”model Azure.ResourceManager.ArmDeleteAcceptedResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 202 | The status code. |
retryAfter? | int32 | The Retry-After header can indicate how long the client should wait before polling the operation status. |
ArmDeletedNoContentResponse
Section titled “ArmDeletedNoContentResponse”model Azure.ResourceManager.ArmDeletedNoContentResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 204 | The status code. |
ArmDeletedResponse
Section titled “ArmDeletedResponse”The response for synchronous delete of a resource
model Azure.ResourceManager.ArmDeletedResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 200 | The status code. |
ArmLocationResource
Section titled “ArmLocationResource”Template for ARM location resources. Use the parameter to specify
model Azure.ResourceManager.ArmLocationResource<BaseType>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
BaseType |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | Core.azureLocation | The name of the Azure region. |
ArmLroLocationHeader
Section titled “ArmLroLocationHeader”The default header for lro PUT and DELETE polling
model Azure.ResourceManager.ArmLroLocationHeader<LroPollingOptions, FinalResult, UrlValue>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
LroPollingOptions | The polling options when polling the url in the location header |
FinalResult | The ultimate final result of the logical operation |
UrlValue | The value type for the location header |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location? | UrlValue | The Location header contains the URL where the status of the long running operation can be checked. |
ArmNoContentResponse
Section titled “ArmNoContentResponse”Standard Azure Resource Manager NoContent (204) response
model Azure.ResourceManager.ArmNoContentResponse<Message>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Message | The description of the response status (defaults to Operation completed successfully ) |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 204 | The status code. |
ArmOperationStatus
Section titled “ArmOperationStatus”Standard Azure Resource Manager operation status response
model Azure.ResourceManager.ArmOperationStatus<Properties, StatusValues>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Properties | Optional resource-specific properties |
StatusValues | The set of allowed values for operation status |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | Properties | RP-specific properties for the operationStatus resource, only appears when operation ended with Succeeded status |
status | StatusValues | The operation status |
id | string | The unique identifier for the operationStatus resource |
name? | string | The name of the operationStatus resource |
startTime? | utcDateTime | Operation start time |
endTime? | utcDateTime | Operation complete time |
percentComplete? | float64 | The progress made toward completing the operation |
error? | ErrorDetail | Errors that occurred if the operation ended with Canceled or Failed status |
ArmResourceCreatedResponse
Section titled “ArmResourceCreatedResponse”model Azure.ResourceManager.ArmResourceCreatedResponse<Resource, LroHeaders>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource being updated |
LroHeaders | Optional. The lro headers returned with a Created response |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 201 | The status code. |
body | Resource |
ArmResourceCreatedSyncResponse
Section titled “ArmResourceCreatedSyncResponse”model Azure.ResourceManager.ArmResourceCreatedSyncResponse<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource being updated |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 201 | The status code. |
body | Resource |
ArmResourceExistsResponse
Section titled “ArmResourceExistsResponse”model Azure.ResourceManager.ArmResourceExistsResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 204 | The status code. |
ArmResourceNotFoundResponse
Section titled “ArmResourceNotFoundResponse”model Azure.ResourceManager.ArmResourceNotFoundResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 404 | The status code. |
ArmResourceUpdatedResponse
Section titled “ArmResourceUpdatedResponse”model Azure.ResourceManager.ArmResourceUpdatedResponse<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource being updated |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 200 | The status code. |
body | Resource |
ArmResponse
Section titled “ArmResponse”The Azure Resource Manager synchronous OK response
model Azure.ResourceManager.ArmResponse<ResponseBody>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
ResponseBody | The contents of the response body |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
statusCode | 200 | The status code. |
body | ResponseBody |
AvailabilityZonesProperty
Section titled “AvailabilityZonesProperty”Model representing the standard zones
envelope property for a resource.
Spread this model into a resource Model if the resource supports ARM zones
.
model Azure.ResourceManager.AvailabilityZonesProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { ...AvailabilityZonesProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
zones? | string[] | The availability zones. |
DefaultProvisioningStateProperty
Section titled “DefaultProvisioningStateProperty”Standard resource provisioning state model. If you do not have any custom provisioning state, you can spread this model directly into your resource property model.
model Azure.ResourceManager.DefaultProvisioningStateProperty
Examples
Section titled “Examples”model FooProperties { // Only have standard Succeeded, Failed, Cancelled states ...DefaultProvisioningStateProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
provisioningState? | ResourceProvisioningState | The provisioning state of the resource. |
EncryptionProperty
Section titled “EncryptionProperty”Model used only to spread in the encryption
envelope property for a resource.
All encryption configuration for a resource.
model Azure.ResourceManager.EncryptionProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { ...Encryption;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
encryption | Encryption | All encryption configuration for a resource. |
EntityTagProperty
Section titled “EntityTagProperty”Model used only to spread in the standard eTag
envelope property for a resource
model Azure.ResourceManager.EntityTagProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { // Only have standard Succeeded, Failed, Cancelled states ...EntityTagProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
eTag? | string | If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. |
ExtendedLocationProperty
Section titled “ExtendedLocationProperty”Model representing the standard extendedLocation
envelope property for a resource.
Spread this model into a Resource Model, if the resource supports extended locations
model Azure.ResourceManager.ExtendedLocationProperty
Examples
Section titled “Examples”model Employee is TrackedResource<EmployeeProperties> { ...ResourceNameParameter<Employee>; ...ExtendedLocationProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
extendedLocation? | ExtendedLocation |
ExtensionResource
Section titled “ExtensionResource”Concrete extension resource types can be created by aliasing this type using a specific property type.
See more details on different Azure Resource Manager resource type here.
model Azure.ResourceManager.ExtensionResource<Properties, PropertiesOptional>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Properties | A model containing the provider-specific properties for this resource |
PropertiesOptional | A boolean flag indicating whether the resource Properties field is marked as optional or required. Default true is optional and recommended. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | Properties |
ExtensionResourceActionScope
Section titled “ExtensionResourceActionScope”Template used by ArmProviderAction templates. This produces following action route:
/{resourceUri}/providers/Microsoft.SomeRP/someAction
model Azure.ResourceManager.ExtensionResourceActionScope
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | Symbolic name of scope |
KeysOf
Section titled “KeysOf”Extracts the key (path) parameters from a resource and its parents
model Azure.ResourceManager.KeysOf<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource to extract properties from |
Properties
Section titled “Properties”None
LocationParameter
Section titled “LocationParameter”DEPRECATED - DO NOT USE The default location parameter type.
model Azure.ResourceManager.LocationParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | string | The location name. |
LocationResourceParameter
Section titled “LocationResourceParameter”The default location parameter type.
model Azure.ResourceManager.LocationResourceParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | Core.azureLocation | The name of the Azure region. |
ManagedByProperty
Section titled “ManagedByProperty”Model representing the standard managedBy
envelope property for a resource.
Spread this model into a resource model if the resource is managed by another entity.
model Azure.ResourceManager.ManagedByProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { // Only have standard Succeeded, Failed, Cancelled states ...ManagedByProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
managedBy? | string | The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. |
ManagedServiceIdentityProperty
Section titled “ManagedServiceIdentityProperty”Model representing the standard ManagedServiceIdentity
envelope property for a resource.
Spread this model into a resource model if the resource supports both system-assigned and user-assigned managed identities.
model Azure.ResourceManager.ManagedServiceIdentityProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { ...ResourceNameParameter<Foo>; ...ManagedServiceIdentityProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
identity? | ManagedServiceIdentity | The managed service identities assigned to this resource. |
ManagedSystemAssignedIdentityProperty
Section titled “ManagedSystemAssignedIdentityProperty”Model representing the standard SystemAssignedServiceIdentity
envelope property for a resource.
Spread this model into a resource model if the resource supports system-assigned managed identities
but does not support user-assigned managed identities.
model Azure.ResourceManager.ManagedSystemAssignedIdentityProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { ...ResourceNameParameter<Foo>; ...ManagedSystemAssignedIdentityProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
identity? | SystemAssignedServiceIdentity | The managed service identities assigned to this resource. |
ParentKeysOf
Section titled “ParentKeysOf”Extracts the key (path) parameters from the parent(s) of the given resource
model Azure.ResourceManager.ParentKeysOf<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource to extract properties from |
Properties
Section titled “Properties”None
ProviderNamespace
Section titled “ProviderNamespace”Model describing the provider namespace.
model Azure.ResourceManager.ProviderNamespace<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource provided by the namespace. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
provider | "Microsoft.ThisWillBeReplaced" |
ProxyResource
Section titled “ProxyResource”Concrete proxy resource types can be created by aliasing this type using a specific property type.
See more details on different Azure Resource Manager resource type here.
model Azure.ResourceManager.ProxyResource<Properties, PropertiesOptional>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Properties | A model containing the provider-specific properties for this resource |
PropertiesOptional | A boolean flag indicating whether the resource Properties field is marked as optional or required. Default true is optional and recommended. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | Properties |
ResourceGroupLocationResource
Section titled “ResourceGroupLocationResource”The location resource for resourceGroup-based locations. This can be used as a parent resource for resource types that are homed in a resourceGroup-based location.
model Azure.ResourceManager.ResourceGroupLocationResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | Core.azureLocation | The name of the Azure region. |
ResourceInstanceParameters
Section titled “ResourceInstanceParameters”The dynamic parameters of a resource instance - pass in the proper base type to indicate where the resource is based. The default is in a resource group
model Azure.ResourceManager.ResourceInstanceParameters<Resource, BaseParameters>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource to get parameters for |
BaseParameters | The parameters representing the base Uri of the resource |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
provider | "Microsoft.ThisWillBeReplaced" |
ResourceKindProperty
Section titled “ResourceKindProperty”Model representing the standard kind
envelope property for a resource.
Spread this model into a resource model if the resource support ARM kind
.
model Azure.ResourceManager.ResourceKindProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { // Only have standard Succeeded, Failed, Cancelled states ...ResourceKindProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
kind? | string | Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. |
ResourceListCustomResult
Section titled “ResourceListCustomResult”Paged response containing results
model Azure.ResourceManager.ResourceListCustomResult<Result>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Result | The type of the values returned in the paged response |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value | Array<Element> | The items on this page |
nextLink? | string | The link to the next page of items |
ResourceListResult
Section titled “ResourceListResult”Paged response containing resources
model Azure.ResourceManager.ResourceListResult<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the values returned in the paged response (must be a resource) |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value | Array<Element> | |
nextLink? | TypeSpec.Rest.ResourceLocation |
ResourceNameParameter
Section titled “ResourceNameParameter”Spread this model into ARM resource models to specify resource name parameter for its operations. If Resource
parameter
is specified, the resource name will be properly camel cased and pluralized for @key
and @segment
automatically. You can also apply explicit override with KeyName
and SegmentName
template parameters.
For additional decorators such as
model Azure.ResourceManager.ResourceNameParameter<Resource, KeyName, SegmentName, NamePattern, Type>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The ARM resource this name parameter is applying to. |
KeyName | Override default key name of the resource. |
SegmentName | Override default segment name of the resource. |
NamePattern | The RegEx pattern of the name. Default is ^[a-zA-Z0-9-]{3,24}$ . |
Type | The type of the name property. Default type is string. However you can pass an union with string values. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | Type |
ResourceParentParameters
Section titled “ResourceParentParameters”The dynamic parameters of a list call for a resource instance - pass in the proper base type to indicate where the list should take place. The default is in a resource group
model Azure.ResourceManager.ResourceParentParameters<Resource, BaseParameters>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The resource to get parameters for |
BaseParameters | The parameters representing the base Uri of the resource |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
provider | "Microsoft.ThisWillBeReplaced" |
ResourcePlanProperty
Section titled “ResourcePlanProperty”Model representing the standard plan
envelope property for a resource.
Spread this model into a resource Model if the resource supports ARM plan
.
model Azure.ResourceManager.ResourcePlanProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { // Only have standard Succeeded, Failed, Cancelled states ...ResourcePlanProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
plan? | Plan | Details of the resource plan. |
ResourceSkuProperty
Section titled “ResourceSkuProperty”Model representing the standard sku
envelope property for a resource.
Spread this model into a resource model if the resource supports standard ARM sku
.
model Azure.ResourceManager.ResourceSkuProperty
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { // Only have standard Succeeded, Failed, Cancelled states ...ResourceSkuProperty;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
sku? | Sku | The SKU (Stock Keeping Unit) assigned to this resource. |
ResourceUriParameter
Section titled “ResourceUriParameter”The default resourceUri parameter type.
model Azure.ResourceManager.ResourceUriParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource. |
SubscriptionActionScope
Section titled “SubscriptionActionScope”Template used by ArmProviderAction templates.
model Azure.ResourceManager.SubscriptionActionScope
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | Symbolic name of scope |
SubscriptionLocationResource
Section titled “SubscriptionLocationResource”The location resource for subscription-based locations. This can be used as a parent resource for resource types that are homed in a subscription-based location.
model Azure.ResourceManager.SubscriptionLocationResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | Core.azureLocation | The name of the Azure region. |
TenantActionScope
Section titled “TenantActionScope”Template used by ArmTenantAction templates.
model Azure.ResourceManager.TenantActionScope
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | Symbolic name of scope |
TenantLocationResource
Section titled “TenantLocationResource”The location resource for tenant-based locations. This can be used as a parent resource for resource types that are homed in a tenant-based location.
model Azure.ResourceManager.TenantLocationResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | Core.azureLocation | The name of the Azure region. |
TrackedResource
Section titled “TrackedResource”Concrete tracked resource types can be created by aliasing this type using a specific property type.
See more details on different Azure Resource Manager resource type here.
model Azure.ResourceManager.TrackedResource<Properties, PropertiesOptional>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Properties | A model containing the provider-specific properties for this resource |
PropertiesOptional | A boolean flag indicating whether the resource Properties field is marked as optional or required. Default true is optional and recommended. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | Properties |
Versions
Section titled “Versions”Supported versions of Azure.ResourceManager building blocks.
enum Azure.ResourceManager.Versions
Name | Value | Description |
---|---|---|
v1_0_Preview_1 | "1.0-preview.1" | Version 1.0-preview.1 |
ResourceProvisioningState
Section titled “ResourceProvisioningState”Standard terminal provisioning state of resource type. You can include in your custom provision state to avoid duplication and ensure consistency
union Azure.ResourceManager.ResourceProvisioningState
Examples
Section titled “Examples”union FooProvisioningState { ResourceProvisioningState, // include standard provisioning states starting: "starting", started: "started", stopping: "stopping", stopped: "stopped",}
Azure.ResourceManager.CommonTypes
Section titled “Azure.ResourceManager.CommonTypes”AccessRule
Section titled “AccessRule”Access rule in a network security perimeter configuration profile
model Azure.ResourceManager.CommonTypes.AccessRule
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name? | string | Name of the access rule |
properties? | AccessRuleProperties |
AccessRuleProperties
Section titled “AccessRuleProperties”Properties of Access Rule
model Azure.ResourceManager.CommonTypes.AccessRuleProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
direction? | AccessRuleDirection | |
addressPrefixes? | string[] | Address prefixes in the CIDR format for inbound rules |
subscriptions? | ResourceManager.CommonTypes.{ id: Core.armResourceIdentifier }[] | Subscriptions for inbound rules |
networkSecurityPerimeters? | ResourceManager.CommonTypes.NetworkSecurityPerimeter[] | Network security perimeters for inbound rules |
fullyQualifiedDomainNames? | string[] | Fully qualified domain names (FQDN) for outbound rules |
emailAddresses? | string[] | Email addresses for outbound rules |
phoneNumbers? | string[] | Phone numbers for outbound rules |
ApiVersionParameter
Section titled “ApiVersionParameter”The default api-version parameter type.
model Azure.ResourceManager.CommonTypes.ApiVersionParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
AzureEntityResource
Section titled “AzureEntityResource”The resource model definition for an Azure Resource Manager resource with an etag.
model Azure.ResourceManager.CommonTypes.AzureEntityResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
etag? | string | Resource Etag. |
CheckNameAvailabilityRequest
Section titled “CheckNameAvailabilityRequest”The check availability request body.
model Azure.ResourceManager.CommonTypes.CheckNameAvailabilityRequest
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name? | string | The name of the resource for which availability needs to be checked. |
type? | string | The resource type. |
CheckNameAvailabilityResponse
Section titled “CheckNameAvailabilityResponse”The check availability result.
model Azure.ResourceManager.CommonTypes.CheckNameAvailabilityResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
nameAvailable? | boolean | Indicates if the resource name is available. |
reason? | CheckNameAvailabilityReason | The reason why the given name is not available. |
message? | string | Detailed reason why the given name is not available. |
CustomerManagedKeyEncryption
Section titled “CustomerManagedKeyEncryption”Customer-managed key encryption properties for the resource.
model Azure.ResourceManager.CommonTypes.CustomerManagedKeyEncryption
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
keyEncryptionKeyIdentity? | KeyEncryptionKeyIdentity | All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault. |
keyEncryptionKeyUrl? | string | key encryption key Url, versioned or non-versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek. |
DelegatedResource
Section titled “DelegatedResource”Delegated resource properties - internal use only.
model Azure.ResourceManager.CommonTypes.DelegatedResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
resourceId? | string | The ARM resource id of the delegated resource - internal use only. |
tenantId? | Core.uuid | The tenant id of the delegated resource - internal use only. |
referralResource? | string | The delegation id of the referral delegation (optional) - internal use only. |
location? | string | The source resource location - internal use only. |
DelegatedResources
Section titled “DelegatedResources”The set of delegated resources. The delegated resources dictionary keys will be source resource internal ids - internal use only.
model Azure.ResourceManager.CommonTypes.DelegatedResources
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
DelegatedResource | Additional properties |
Encryption
Section titled “Encryption”(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.
model Azure.ResourceManager.CommonTypes.Encryption
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
infrastructureEncryption? | InfrastructureEncryption | Values are enabled and disabled. |
customerManagedKeyEncryption? | CustomerManagedKeyEncryption | All Customer-managed key encryption properties for the resource. |
EncryptionProperties
Section titled “EncryptionProperties”Configuration of key for data encryption
model Azure.ResourceManager.CommonTypes.EncryptionProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
status? | EncryptionStatus | Indicates whether or not the encryption is enabled for container registry. |
keyVaultProperties? | KeyVaultProperties | Key vault properties. |
ErrorAdditionalInfo
Section titled “ErrorAdditionalInfo”The resource management error additional info.
model Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
type? | string | The additional info type. |
info? | {} | The additional info. |
ErrorDetail
Section titled “ErrorDetail”The error detail.
model Azure.ResourceManager.CommonTypes.ErrorDetail
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
code? | string | The error code. |
message? | string | The error message. |
target? | string | The error target. |
details? | ResourceManager.CommonTypes.ErrorDetail[] | The error details. |
additionalInfo? | ResourceManager.CommonTypes.ErrorAdditionalInfo[] | The error additional info. |
ErrorResponse
Section titled “ErrorResponse”Common error response for all Azure Resource Manager APIs to return error details for failed operations.
model Azure.ResourceManager.CommonTypes.ErrorResponse
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
error? | ErrorDetail | The error object. |
ExtendedLocation
Section titled “ExtendedLocation”The complex type of the extended location.
model Azure.ResourceManager.CommonTypes.ExtendedLocation
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | The name of the extended location. |
type | ExtendedLocationType | The type of the extended location. |
ExtensionResource
Section titled “ExtensionResource”The base extension resource.
model Azure.ResourceManager.CommonTypes.ExtensionResource
Properties
Section titled “Properties”None
Identity
Section titled “Identity”Identity for the resource.
model Azure.ResourceManager.CommonTypes.Identity
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
principalId? | Core.uuid | The principal ID of resource identity. The value must be an UUID. |
tenantId? | Core.uuid | The tenant ID of resource. The value must be an UUID. |
type? | ResourceIdentityType | The identity type. |
IfMatchHeader
Section titled “IfMatchHeader”The default ARM If-Match header type.
model Azure.ResourceManager.CommonTypes.IfMatchHeader
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ifMatch | string | The If-Match header that makes a request conditional. |
IfNoneMatchHeader
Section titled “IfNoneMatchHeader”The default ARM If-None-Match header type.
model Azure.ResourceManager.CommonTypes.IfNoneMatchHeader
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ifNoneMatch | string | The If-None-Match header that makes a request conditional. |
KeyEncryptionKeyIdentity
Section titled “KeyEncryptionKeyIdentity”All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
model Azure.ResourceManager.CommonTypes.KeyEncryptionKeyIdentity
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
identityType? | KeyEncryptionKeyIdentityType | The type of identity to use. Values can be systemAssignedIdentity, userAssignedIdentity, or delegatedResourceIdentity. |
userAssignedIdentityResourceId? | Core.armResourceIdentifier | User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/ |
federatedClientId? | Core.uuid | application client identity to use for accessing key encryption key Url in a different tenant. Ex: f83c6b1b-4d34-47e4-bb34-9d83df58b540 |
delegatedIdentityClientId? | Core.uuid | delegated identity to use for accessing key encryption key Url. Ex: /subscriptions/fa5fc227-a624-475e-b696-cdd604c735bc/resourceGroups/ |
KeyVaultProperties
Section titled “KeyVaultProperties”model Azure.ResourceManager.CommonTypes.KeyVaultProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
keyIdentifier? | string | Key vault uri to access the encryption key. |
identity? | string | The client ID of the identity which will be used to access key vault. |
LocationData
Section titled “LocationData”Metadata pertaining to the geographic location of the resource.
model Azure.ResourceManager.CommonTypes.LocationData
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | A canonical name for the geographic or physical location. |
city? | string | The city or locality where the resource is located. |
district? | string | The district, state, or province where the resource is located. |
countryOrRegion? | string | The country or region where the resource is located |
LocationParameter
Section titled “LocationParameter”The default location parameter type.
model Azure.ResourceManager.CommonTypes.LocationParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
location | string | The name of Azure region. |
ManagedOnBehalfOfConfiguration
Section titled “ManagedOnBehalfOfConfiguration”Managed-On-Behalf-Of configuration properties. This configuration exists for the resources where a resource provider manages those resources on behalf of the resource owner.
model Azure.ResourceManager.CommonTypes.ManagedOnBehalfOfConfiguration
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
moboBrokerResources? | ResourceManager.CommonTypes.MoboBrokerResource[] | Managed-On-Behalf-Of broker resources |
ManagedServiceIdentity
Section titled “ManagedServiceIdentity”Managed service identity (system assigned and/or user assigned identities)
model Azure.ResourceManager.CommonTypes.ManagedServiceIdentity
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
principalId? | Core.uuid | The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
tenantId? | Core.uuid | The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
type | ManagedServiceIdentityType | The type of managed identity assigned to this resource. |
userAssignedIdentities? | Record<ResourceManager.CommonTypes.UserAssignedIdentity | null> | The identities assigned to this resource by the user. |
ManagedServiceIdentityWithDelegation
Section titled “ManagedServiceIdentityWithDelegation”Managed service identity (system assigned and/or user assigned identities and/or delegated identities) - internal use only.
model Azure.ResourceManager.CommonTypes.ManagedServiceIdentityWithDelegation
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
delegatedResources? | DelegatedResources |
ManagementGroupNameParameter
Section titled “ManagementGroupNameParameter”The default ManagementGroupName parameter type.
model Azure.ResourceManager.CommonTypes.ManagementGroupNameParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
managementGroupName | string | The name of the management group. The name is case insensitive. |
MoboBrokerResource
Section titled “MoboBrokerResource”Managed-On-Behalf-Of broker resource. This resource is created by the Resource Provider to manage some resources on behalf of the user.
model Azure.ResourceManager.CommonTypes.MoboBrokerResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
id? | Core.armResourceIdentifier | Resource identifier of a Managed-On-Behalf-Of broker resource |
NetworkSecurityPerimeter
Section titled “NetworkSecurityPerimeter”Information about a network security perimeter (NSP)
model Azure.ResourceManager.CommonTypes.NetworkSecurityPerimeter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
id? | Core.armResourceIdentifier | Fully qualified Azure resource ID of the NSP resource |
perimeterGuid? | Core.uuid | Universal unique ID (UUID) of the network security perimeter |
location? | string | Location of the network security perimeter |
NetworkSecurityPerimeterConfiguration
Section titled “NetworkSecurityPerimeterConfiguration”Network security perimeter (NSP) configuration resource
model Azure.ResourceManager.CommonTypes.NetworkSecurityPerimeterConfiguration
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | NetworkSecurityPerimeterConfigurationProperties |
NetworkSecurityPerimeterConfigurationListResult
Section titled “NetworkSecurityPerimeterConfigurationListResult”Result of a list NSP (network security perimeter) configurations request.
model Azure.ResourceManager.CommonTypes.NetworkSecurityPerimeterConfigurationListResult
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value? | ResourceManager.CommonTypes.NetworkSecurityPerimeterConfiguration[] | Array of network security perimeter results. |
nextLink? | url | The link used to get the next page of results. |
NetworkSecurityPerimeterConfigurationNameParameter
Section titled “NetworkSecurityPerimeterConfigurationNameParameter”The name for a network security perimeter configuration
model Azure.ResourceManager.CommonTypes.NetworkSecurityPerimeterConfigurationNameParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
networkSecurityPerimeterConfigurationName | string | The name for a network security perimeter configuration |
NetworkSecurityPerimeterConfigurationProperties
Section titled “NetworkSecurityPerimeterConfigurationProperties”Network security configuration properties.
model Azure.ResourceManager.CommonTypes.NetworkSecurityPerimeterConfigurationProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
provisioningState? | NetworkSecurityPerimeterConfigurationProvisioningState | |
provisioningIssues? | ResourceManager.CommonTypes.ProvisioningIssue[] | List of provisioning issues, if any |
networkSecurityPerimeter? | NetworkSecurityPerimeter | |
resourceAssociation? | ResourceAssociation | |
profile? | NetworkSecurityProfile |
NetworkSecurityProfile
Section titled “NetworkSecurityProfile”Network security perimeter configuration profile
model Azure.ResourceManager.CommonTypes.NetworkSecurityProfile
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name? | string | Name of the profile |
accessRulesVersion? | int32 | Current access rules version |
accessRules? | ResourceManager.CommonTypes.AccessRule[] | List of Access Rules |
diagnosticSettingsVersion? | int32 | Current diagnostic settings version |
enabledLogCategories? | string[] | List of log categories that are enabled |
Operation
Section titled “Operation”Details of a REST API operation, returned from the Resource Provider Operations API
model Azure.ResourceManager.CommonTypes.Operation
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name? | string | The name of the operation, as per Resource-Based Access Control (RBAC). Examples: “Microsoft.Compute/virtualMachines/write”, “Microsoft.Compute/virtualMachines/capture/action” |
isDataAction? | boolean | Whether the operation applies to data-plane. This is “true” for data-plane operations and “false” for Azure Resource Manager/control-plane operations. |
display? | OperationDisplay | Localized display information for this particular operation. |
origin? | Origin | The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is “user,system” |
actionType? | ActionType | Extensible enum. Indicates the action type. “Internal” refers to actions that are for internal only APIs. |
OperationDisplay
Section titled “OperationDisplay”Localized display information for and operation.
model Azure.ResourceManager.CommonTypes.OperationDisplay
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
provider? | string | The localized friendly form of the resource provider name, e.g. “Microsoft Monitoring Insights” or “Microsoft Compute”. |
resource? | string | The localized friendly name of the resource type related to this operation. E.g. “Virtual Machines” or “Job Schedule Collections”. |
operation? | string | The concise, localized friendly name for the operation; suitable for dropdowns. E.g. “Create or Update Virtual Machine”, “Restart Virtual Machine”. |
description? | string | The short, localized friendly description of the operation; suitable for tool tips and detailed views. |
OperationIdParameter
Section titled “OperationIdParameter”The default operationId parameter type.
model Azure.ResourceManager.CommonTypes.OperationIdParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
operationId | string | The ID of an ongoing async operation. |
OperationListResult
Section titled “OperationListResult”A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.
model Azure.ResourceManager.CommonTypes.OperationListResult
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value | ResourceManager.CommonTypes.Operation[] | The Operation items on this page |
nextLink? | TypeSpec.Rest.ResourceLocation | The link to the next page of items |
OperationStatusResult
Section titled “OperationStatusResult”The current status of an async operation.
model Azure.ResourceManager.CommonTypes.OperationStatusResult
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
id? | Core.armResourceIdentifier | Fully qualified ID for the async operation. |
name? | string | Name of the async operation. |
status | string | Operation status. |
percentComplete? | float64 | Percent of the operation that is complete. |
startTime? | utcDateTime | The start time of the operation. |
endTime? | utcDateTime | The end time of the operation. |
operations? | ResourceManager.CommonTypes.OperationStatusResult[] | The operations list. |
error? | ErrorDetail | If present, details of the operation error. |
resourceId? | Core.armResourceIdentifier | Fully qualified ID of the resource against which the original async operation was started. |
Plan for the resource.
model Azure.ResourceManager.CommonTypes.Plan
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | A user defined name of the 3rd Party Artifact that is being procured. |
publisher | string | The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic |
product | string | The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. |
promotionCode? | string | A publisher provided promotion code as provisioned in Data Market for the said product/artifact. |
version? | string | The version of the desired product/artifact. |
PrivateEndpoint
Section titled “PrivateEndpoint”The private endpoint resource.
model Azure.ResourceManager.CommonTypes.PrivateEndpoint
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
id? | Core.armResourceIdentifier | The resource identifier of the private endpoint |
PrivateEndpointConnection
Section titled “PrivateEndpointConnection”The private endpoint connection resource
model Azure.ResourceManager.CommonTypes.PrivateEndpointConnection
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | PrivateEndpointConnectionProperties | The private endpoint connection properties |
PrivateEndpointConnectionListResult
Section titled “PrivateEndpointConnectionListResult”List of private endpoint connections associated with the specified resource.
model Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionListResult
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value? | ResourceManager.CommonTypes.PrivateEndpointConnection[] | Array of private endpoint connections. |
nextLink? | url | URL to get the next set of operation list results (if there are any). |
PrivateEndpointConnectionListResultV5
Section titled “PrivateEndpointConnectionListResultV5”List of private endpoint connections associated with the specified resource before version v6.
This model represents the standard PrivateEndpointConnectionResourceListResult
envelope for versions v3, v4, and v5. It has been deprecated for v6 and beyond.
Note: This is only intended for use with versions before v6. Do not use this if you are already on CommonTypes.Version.v6 or beyond.
If you are migrating to v6 or above, use PrivateEndpointConnectionResourceListResult
directly.
model Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionListResultV5
Examples
Section titled “Examples”Version: v3,v4,v5
@armResourceOperationsinterface Employees { createConnection is ArmResourceActionAsync< Employee, PrivateEndpointConnection, PrivateEndpointConnectionResourceListResultV5 >;}
Version: v6
@armResourceOperationsinterface Employees { createConnection is ArmResourceActionAsync< Employee, PrivateEndpointConnection, PrivateEndpointConnectionResourceListResult >;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value? | ResourceManager.CommonTypes.PrivateEndpointConnection[] | Array of private endpoint connections. |
PrivateEndpointConnectionParameter
Section titled “PrivateEndpointConnectionParameter”The name of the private endpoint connection associated with the Azure resource.
model Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | The name of the private endpoint connection associated with the Azure resource. |
PrivateEndpointConnectionProperties
Section titled “PrivateEndpointConnectionProperties”Properties of the private endpoint connection.
model Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
groupIds? | string[] | The group ids for the private endpoint resource. |
privateEndpoint? | PrivateEndpoint | The private endpoint resource. |
privateLinkServiceConnectionState | PrivateLinkServiceConnectionState | A collection of information about the state of the connection between service consumer and provider. |
provisioningState? | PrivateEndpointConnectionProvisioningState | The provisioning state of the private endpoint connection resource. |
PrivateLinkResource
Section titled “PrivateLinkResource”A private link resource.
model Azure.ResourceManager.CommonTypes.PrivateLinkResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | PrivateLinkResourceProperties | Resource properties. |
PrivateLinkResourceListResult
Section titled “PrivateLinkResourceListResult”A list of private link resources.
model Azure.ResourceManager.CommonTypes.PrivateLinkResourceListResult
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value? | ResourceManager.CommonTypes.PrivateLinkResource[] | Array of private link resources |
nextLink? | url | URL to get the next set of operation list results (if there are any). |
PrivateLinkResourceListResultV5
Section titled “PrivateLinkResourceListResultV5”A list of private link resources for versions before v6.
This model represents the standard PrivateLinkResourceListResult
envelope for versions v3, v4, and v5. It has been deprecated for v6 and beyond.
Note: This is only intended for use with versions before v6. Do not use this if you are already on CommonTypes.Version.v6 or beyond.
If you are migrating to v6 or above, use PrivateLinkResourceListResult
directly.
model Azure.ResourceManager.CommonTypes.PrivateLinkResourceListResultV5
Examples
Section titled “Examples”Version: v3,v4,v5
@armResourceOperationsinterface Employees { listConnections is ArmResourceActionAsync<Employee, {}, PrivateLinkResourceListResultV5>;}
Version: v6
@armResourceOperationsinterface Employees { listConnections is ArmResourceActionAsync<Employee, {}, PrivateLinkResourceListResult>;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
value? | ResourceManager.CommonTypes.PrivateLinkResource[] | Array of private link resources |
PrivateLinkResourceParameter
Section titled “PrivateLinkResourceParameter”The name of the private link associated with the Azure resource.
model Azure.ResourceManager.CommonTypes.PrivateLinkResourceParameter<Segment>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Segment | The resource type name for private links (default is privateLinkResources) |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | The name of the private link associated with the Azure resource. |
PrivateLinkResourceProperties
Section titled “PrivateLinkResourceProperties”Properties of a private link resource.
model Azure.ResourceManager.CommonTypes.PrivateLinkResourceProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
groupId? | string | The private link resource group id. |
requiredMembers? | string[] | The private link resource required member names. |
requiredZoneNames? | string[] | The private link resource private link DNS zone name. |
PrivateLinkServiceConnectionState
Section titled “PrivateLinkServiceConnectionState”A collection of information about the state of the connection between service consumer and provider.
model Azure.ResourceManager.CommonTypes.PrivateLinkServiceConnectionState
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
status? | PrivateEndpointServiceConnectionStatus | Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. |
description? | string | The reason for approval/rejection of the connection. |
actionsRequired? | string | A message indicating if changes on the service provider require any updates on the consumer. |
ProvisioningIssue
Section titled “ProvisioningIssue”Describes a provisioning issue for a network security perimeter configuration
model Azure.ResourceManager.CommonTypes.ProvisioningIssue
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name? | string | Name of the issue |
properties? | ProvisioningIssueProperties |
ProvisioningIssueProperties
Section titled “ProvisioningIssueProperties”Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules
model Azure.ResourceManager.CommonTypes.ProvisioningIssueProperties
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
issueType? | IssueType | Type of issue |
severity? | Severity | Severity of the issue. |
description? | string | Description of the issue |
suggestedResourceIds? | Core.armResourceIdentifier[] | Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue. |
suggestedAccessRules? | ResourceManager.CommonTypes.AccessRule[] | Access rules that can be added to the network security profile (NSP) to remediate the issue. |
ProxyResource
Section titled “ProxyResource”The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location
model Azure.ResourceManager.CommonTypes.ProxyResource
Properties
Section titled “Properties”None
Resource
Section titled “Resource”Common fields that are returned in the response for all Azure Resource Manager resources
model Azure.ResourceManager.CommonTypes.Resource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
id? | Core.armResourceIdentifier | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
name? | string | The name of the resource |
type? | Core.armResourceType | The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts” |
systemData? | SystemData | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
ResourceAssociation
Section titled “ResourceAssociation”Information about resource association
model Azure.ResourceManager.CommonTypes.ResourceAssociation
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name? | string | Name of the resource association |
accessMode? | ResourceAssociationAccessMode |
ResourceGroupNameParameter
Section titled “ResourceGroupNameParameter”The default resource group parameter type.
model Azure.ResourceManager.CommonTypes.ResourceGroupNameParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
ResourceModelWithAllowedPropertySet
Section titled “ResourceModelWithAllowedPropertySet”The resource model definition containing the full set of allowed properties for a resource. Except properties bag, there cannot be a top level property outside of this set.
model Azure.ResourceManager.CommonTypes.ResourceModelWithAllowedPropertySet
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
managedBy? | string | The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. |
kind? | string | Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. |
etag? | string | The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields. |
identity? | ManagedServiceIdentity | |
sku? | Sku | |
plan? | Plan |
ScopeParameter
Section titled “ScopeParameter”The default Scope parameter type.
model Azure.ResourceManager.CommonTypes.ScopeParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
scope | string | The scope at which the operation is performed. |
The resource model definition representing SKU
model Azure.ResourceManager.CommonTypes.Sku
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
name | string | The name of the SKU. Ex - P3. It is typically a letter+number code |
tier? | SkuTier | This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. |
size? | string | The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. |
family? | string | If the service has different generations of hardware, for the same SKU, then that can be captured here. |
capacity? | int32 | If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. |
SubscriptionIdParameter
Section titled “SubscriptionIdParameter”The default subscriptionId parameter type.
model Azure.ResourceManager.CommonTypes.SubscriptionIdParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
SystemAssignedServiceIdentity
Section titled “SystemAssignedServiceIdentity”Managed service identity (either system assigned, or none)
model Azure.ResourceManager.CommonTypes.SystemAssignedServiceIdentity
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
principalId? | Core.uuid | The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
tenantId? | Core.uuid | The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
type | SystemAssignedServiceIdentityType | The type of managed identity assigned to this resource. |
SystemData
Section titled “SystemData”Metadata pertaining to creation and last modification of the resource.
model Azure.ResourceManager.CommonTypes.SystemData
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
createdBy? | string | The identity that created the resource. |
createdByType? | createdByType | The type of identity that created the resource. |
createdAt? | utcDateTime | The timestamp of resource creation (UTC). |
lastModifiedBy? | string | The identity that last modified the resource. |
lastModifiedByType? | createdByType | The type of identity that last modified the resource. |
lastModifiedAt? | utcDateTime | The timestamp of resource last modification (UTC) |
TenantIdParameter
Section titled “TenantIdParameter”The default TenantIdParameter type.
model Azure.ResourceManager.CommonTypes.TenantIdParameter
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
tenantId | Core.uuid | The Azure tenant ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000) |
TrackedResource
Section titled “TrackedResource”The resource model definition for an Azure Resource Manager tracked top level resource which has ‘tags’ and a ‘location’
model Azure.ResourceManager.CommonTypes.TrackedResource
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
tags? | Record<string> | Resource tags. |
location | string | The geo-location where the resource lives |
UserAssignedIdentities
Section titled “UserAssignedIdentities”The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: ‘/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
model Azure.ResourceManager.CommonTypes.UserAssignedIdentities
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
ResourceManager.CommonTypes.UserAssignedIdentity | null | Additional properties |
UserAssignedIdentity
Section titled “UserAssignedIdentity”User assigned identity properties
model Azure.ResourceManager.CommonTypes.UserAssignedIdentity
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
principalId? | Core.uuid | The principal ID of the assigned identity. |
clientId? | Core.uuid | The client ID of the assigned identity. |
ResourceHome
Section titled “ResourceHome”An internal enum to indicate the resource support for various path types
enum Azure.ResourceManager.CommonTypes.ResourceHome
Name | Value | Description |
---|---|---|
Tenant | The resource is bound to a tenant | |
Subscription | The resource is bound to a subscription | |
Location | The resource is bound to a location | |
ResourceGroup | The resource is bound to a resource group | |
Extension | The resource is bound to an extension |
Versions
Section titled “Versions”The Azure Resource Manager common-types versions.
enum Azure.ResourceManager.CommonTypes.Versions
Name | Value | Description |
---|---|---|
v3 | The Azure Resource Manager v3 common types. | |
v4 | The Azure Resource Manager v4 common types. | |
v5 | The Azure Resource Manager v5 common types. | |
v6 | The Azure Resource Manager v6 common types. |
AccessRuleDirection
Section titled “AccessRuleDirection”Direction of Access Rule
union Azure.ResourceManager.CommonTypes.AccessRuleDirection
ActionType
Section titled “ActionType”Extensible enum. Indicates the action type. “Internal” refers to actions that are for internal only APIs.
union Azure.ResourceManager.CommonTypes.ActionType
CheckNameAvailabilityReason
Section titled “CheckNameAvailabilityReason”Possible reasons for a name not being available.
union Azure.ResourceManager.CommonTypes.CheckNameAvailabilityReason
createdByType
Section titled “createdByType”The kind of entity that created the resource.
union Azure.ResourceManager.CommonTypes.createdByType
EncryptionStatus
Section titled “EncryptionStatus”Indicates whether or not the encryption is enabled for container registry.
union Azure.ResourceManager.CommonTypes.EncryptionStatus
ExtendedLocationType
Section titled “ExtendedLocationType”The supported ExtendedLocation types.
union Azure.ResourceManager.CommonTypes.ExtendedLocationType
InfrastructureEncryption
Section titled “InfrastructureEncryption”(Optional) Discouraged to include in resource definition. Only needed where it is possible to disable platform (AKA infrastructure) encryption. Azure SQL TDE is an example of this. Values are enabled and disabled.
union Azure.ResourceManager.CommonTypes.InfrastructureEncryption
IssueType
Section titled “IssueType”Type of issue
union Azure.ResourceManager.CommonTypes.IssueType
KeyEncryptionKeyIdentityType
Section titled “KeyEncryptionKeyIdentityType”The type of identity to use.
union Azure.ResourceManager.CommonTypes.KeyEncryptionKeyIdentityType
ManagedServiceIdentityType
Section titled “ManagedServiceIdentityType”Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
union Azure.ResourceManager.CommonTypes.ManagedServiceIdentityType
NetworkSecurityPerimeterConfigurationProvisioningState
Section titled “NetworkSecurityPerimeterConfigurationProvisioningState”Provisioning state of a network security perimeter configuration that is being created or updated.
union Azure.ResourceManager.CommonTypes.NetworkSecurityPerimeterConfigurationProvisioningState
Origin
Section titled “Origin”The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is “user,system”
union Azure.ResourceManager.CommonTypes.Origin
PrivateEndpointConnectionProvisioningState
Section titled “PrivateEndpointConnectionProvisioningState”The current provisioning state.
union Azure.ResourceManager.CommonTypes.PrivateEndpointConnectionProvisioningState
PrivateEndpointServiceConnectionStatus
Section titled “PrivateEndpointServiceConnectionStatus”The private endpoint connection status.
union Azure.ResourceManager.CommonTypes.PrivateEndpointServiceConnectionStatus
PublicNetworkAccess
Section titled “PublicNetworkAccess”Allow, disallow, or let network security perimeter configuration control public network access to the protected resource. Value is optional but if passed in, it must be ‘Enabled’, ‘Disabled’ or ‘SecuredByPerimeter’.
union Azure.ResourceManager.CommonTypes.PublicNetworkAccess
ResourceAssociationAccessMode
Section titled “ResourceAssociationAccessMode”Access mode of the resource association
union Azure.ResourceManager.CommonTypes.ResourceAssociationAccessMode
ResourceIdentityType
Section titled “ResourceIdentityType”union Azure.ResourceManager.CommonTypes.ResourceIdentityType
Severity
Section titled “Severity”Severity of the issue.
union Azure.ResourceManager.CommonTypes.Severity
SkuTier
Section titled “SkuTier”This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
union Azure.ResourceManager.CommonTypes.SkuTier
SystemAssignedServiceIdentityType
Section titled “SystemAssignedServiceIdentityType”Type of managed service identity (either system assigned, or none).
union Azure.ResourceManager.CommonTypes.SystemAssignedServiceIdentityType
Azure.ResourceManager.Foundations
Section titled “Azure.ResourceManager.Foundations”ArmTagsProperty
Section titled “ArmTagsProperty”Standard type definition for Azure Resource Manager Tags property.
It is included in the TrackedResource template definition. The Azure Resource Manager Resource tags.
model Azure.ResourceManager.Foundations.ArmTagsProperty
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
tags? | Record<string> | Resource tags. |
DefaultBaseParameters
Section titled “DefaultBaseParameters”Base parameters for a resource.
model Azure.ResourceManager.Foundations.DefaultBaseParameters<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
location | string | The location name. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource. |
ExtensionBaseParameters
Section titled “ExtensionBaseParameters”The static parameters for an extension resource
model Azure.ResourceManager.Foundations.ExtensionBaseParameters
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource. |
ExtensionScope
Section titled “ExtensionScope”Parameter model for listing an extension resource
model Azure.ResourceManager.Foundations.ExtensionScope<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource. |
provider | "Microsoft.ThisWillBeReplaced" |
LocationBaseParameters
Section titled “LocationBaseParameters”The static parameters for a location-based resource
model Azure.ResourceManager.Foundations.LocationBaseParameters
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
location | string | The location name. |
LocationScope
Section titled “LocationScope”Parameter model for listing a resource at the location scope
model Azure.ResourceManager.Foundations.LocationScope<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
location | string | The location name. |
provider | "Microsoft.ThisWillBeReplaced" |
ProxyResourceUpdateModel
Section titled “ProxyResourceUpdateModel”The type used for update operations of the resource.
model Azure.ResourceManager.Foundations.ProxyResourceUpdateModel<Resource, Properties>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties | The type of the properties. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | ResourceManager.Foundations.ResourceUpdateModelProperties<Resource, Properties> |
ResourceGroupBaseParameters
Section titled “ResourceGroupBaseParameters”The static parameters for a resource-group based resource
model Azure.ResourceManager.Foundations.ResourceGroupBaseParameters
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
ResourceGroupScope
Section titled “ResourceGroupScope”Parameter model for listing a resource at the resource group scope
model Azure.ResourceManager.Foundations.ResourceGroupScope<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
location | string | The location name. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
resourceUri | string | The fully qualified Azure Resource manager identifier of the resource. |
provider | "Microsoft.ThisWillBeReplaced" |
ResourceUpdateModel
Section titled “ResourceUpdateModel”Defines a model type used to create named resource update models
e.g. model MyResourceUpdate is ResourceUpdate<MyResourceProperties> {}
model Azure.ResourceManager.Foundations.ResourceUpdateModel<Resource, Properties>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties | The type of the properties. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
properties? | ResourceManager.Foundations.ResourceUpdateModelProperties<Resource, Properties> | The resource-specific properties for this resource. |
ResourceUpdateModelProperties
Section titled “ResourceUpdateModelProperties”Defines a properties type used to create named resource update models. This type is not used directly, it is referenced by ResourceUpdateModel.
model Azure.ResourceManager.Foundations.ResourceUpdateModelProperties<Resource, Properties>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties | The type of the properties. |
Properties
Section titled “Properties”None
SubscriptionBaseParameters
Section titled “SubscriptionBaseParameters”The static parameters for a subscription based resource
model Azure.ResourceManager.Foundations.SubscriptionBaseParameters
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
SubscriptionScope
Section titled “SubscriptionScope”Parameter model for listing a resource at the subscription scope
model Azure.ResourceManager.Foundations.SubscriptionScope<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
subscriptionId | Core.uuid | The ID of the target subscription. The value must be an UUID. |
provider | "Microsoft.ThisWillBeReplaced" |
TagsUpdateModel
Section titled “TagsUpdateModel”The type used for updating tags in resources.
model Azure.ResourceManager.Foundations.TagsUpdateModel<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
tags? | Record<string> | Resource tags. |
TenantBaseParameters
Section titled “TenantBaseParameters”The static parameters for a tenant-based resource
model Azure.ResourceManager.Foundations.TenantBaseParameters
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
TenantScope
Section titled “TenantScope”Parameter model for listing a resource at the tenant scope
model Azure.ResourceManager.Foundations.TenantScope<Resource>
Template Parameters
Section titled “Template Parameters”Name | Description |
---|---|
Resource | The type of the resource. |
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
apiVersion | string | The API version to use for this operation. |
provider | "Microsoft.ThisWillBeReplaced" |
Azure.ResourceManager.Legacy
Section titled “Azure.ResourceManager.Legacy”ManagedServiceIdentityV4
Section titled “ManagedServiceIdentityV4”Managed service identity (system assigned and/or user assigned identities)
model Azure.ResourceManager.Legacy.ManagedServiceIdentityV4
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
principalId? | Core.uuid | The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
tenantId? | Core.uuid | The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
type | ManagedServiceIdentityType | The type of managed identity assigned to this resource. |
userAssignedIdentities? | Record<ResourceManager.CommonTypes.UserAssignedIdentity> | The identities assigned to this resource by the user. |
ManagedServiceIdentityV4Property
Section titled “ManagedServiceIdentityV4Property”Model representing the standard ManagedServiceIdentity
envelope property from V4 of common type.
Please note that this is only included for legacy specs with mixed v3 and v4 types, which would cause breaking changes due to the ManagedServiceIdentityType.SystemAndUserAssigned value changes.
Do not use this if you are already on CommonTypes.Version.v4 or beyond.
model Azure.ResourceManager.Legacy.ManagedServiceIdentityV4Property
Examples
Section titled “Examples”model Foo is TrackedResource<FooProperties> { ...ResourceNameParameter<Foo>; ...Legacy.ManagedServiceIdentityV4Property;}
Properties
Section titled “Properties”Name | Type | Description |
---|---|---|
identity? | ManagedServiceIdentityV4 | The managed service identities assigned to this resource. |
ManagedServiceIdentityType
Section titled “ManagedServiceIdentityType”Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
union Azure.ResourceManager.Legacy.ManagedServiceIdentityType