This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.apimanagement.getApiManagementService
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets an API Management service resource description. Azure REST API version: 2022-08-01.
Other available API versions: 2016-10-10, 2017-03-01, 2022-09-01-preview, 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01, 2024-06-01-preview.
Using getApiManagementService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApiManagementService(args: GetApiManagementServiceArgs, opts?: InvokeOptions): Promise<GetApiManagementServiceResult>
function getApiManagementServiceOutput(args: GetApiManagementServiceOutputArgs, opts?: InvokeOptions): Output<GetApiManagementServiceResult>def get_api_management_service(resource_group_name: Optional[str] = None,
                               service_name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetApiManagementServiceResult
def get_api_management_service_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                               service_name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetApiManagementServiceResult]func LookupApiManagementService(ctx *Context, args *LookupApiManagementServiceArgs, opts ...InvokeOption) (*LookupApiManagementServiceResult, error)
func LookupApiManagementServiceOutput(ctx *Context, args *LookupApiManagementServiceOutputArgs, opts ...InvokeOption) LookupApiManagementServiceResultOutput> Note: This function is named LookupApiManagementService in the Go SDK.
public static class GetApiManagementService 
{
    public static Task<GetApiManagementServiceResult> InvokeAsync(GetApiManagementServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetApiManagementServiceResult> Invoke(GetApiManagementServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApiManagementServiceResult> getApiManagementService(GetApiManagementServiceArgs args, InvokeOptions options)
public static Output<GetApiManagementServiceResult> getApiManagementService(GetApiManagementServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:apimanagement:getApiManagementService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ServiceName string
- The name of the API Management service.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ServiceName string
- The name of the API Management service.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- serviceName String
- The name of the API Management service.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- serviceName string
- The name of the API Management service.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- service_name str
- The name of the API Management service.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- serviceName String
- The name of the API Management service.
getApiManagementService Result
The following output properties are available:
- CreatedAt stringUtc 
- Creation UTC date of the API Management service.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- DeveloperPortal stringUrl 
- DEveloper Portal endpoint URL of the API Management service.
- Etag string
- ETag of the resource.
- GatewayRegional stringUrl 
- Gateway URL of the API Management service in the Default Region.
- GatewayUrl string
- Gateway URL of the API Management service.
- Id string
- Resource ID.
- Location string
- Resource location.
- ManagementApi stringUrl 
- Management API endpoint URL of the API Management service.
- Name string
- Resource name.
- OutboundPublic List<string>IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- PlatformVersion string
- Compute Platform Version running the service in this location.
- PortalUrl string
- Publisher portal endpoint Url of the API Management service.
- PrivateIPAddresses List<string>
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
- ProvisioningState string
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
- PublicIPAddresses List<string>
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
- PublisherEmail string
- Publisher email.
- PublisherName string
- Publisher name.
- ScmUrl string
- SCM endpoint URL of the API Management service.
- Sku
Pulumi.Azure Native. Api Management. Outputs. Api Management Service Sku Properties Response 
- SKU properties of the API Management service.
- SystemData Pulumi.Azure Native. Api Management. Outputs. System Data Response 
- Metadata pertaining to creation and last modification of the resource.
- TargetProvisioning stringState 
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
- Type string
- Resource type for API Management resource is set to Microsoft.ApiManagement.
- AdditionalLocations List<Pulumi.Azure Native. Api Management. Outputs. Additional Location Response> 
- Additional datacenter locations of the API Management service.
- ApiVersion Pulumi.Constraint Azure Native. Api Management. Outputs. Api Version Constraint Response 
- Control Plane Apis version constraint for the API Management service.
- Certificates
List<Pulumi.Azure Native. Api Management. Outputs. Certificate Configuration Response> 
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
- CustomProperties Dictionary<string, string>
- Custom properties of the API Management service.Setting Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11can be used to disable just TLS 1.1.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10can be used to disable TLS 1.0 on an API Management service.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11can be used to disable just TLS 1.1 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10can be used to disable TLS 1.0 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2can be used to enable HTTP2 protocol on an API Management service.Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value isTrueif the service was created on or before April 1, 2018 andFalseotherwise. Http2 setting's default value isFalse.You can disable any of the following ciphers by using settingsMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example,Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256:false. The default value istruefor them. Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- DisableGateway bool
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
- EnableClient boolCertificate 
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
- HostnameConfigurations List<Pulumi.Azure Native. Api Management. Outputs. Hostname Configuration Response> 
- Custom hostname configuration of the API Management service.
- Identity
Pulumi.Azure Native. Api Management. Outputs. Api Management Service Identity Response 
- Managed service identity of the Api Management service.
- NatGateway stringState 
- Property can be used to enable NAT Gateway for this API Management service.
- NotificationSender stringEmail 
- Email address from which the notification will be sent.
- PrivateEndpoint List<Pulumi.Connections Azure Native. Api Management. Outputs. Remote Private Endpoint Connection Wrapper Response> 
- List of Private Endpoint Connections of this service.
- PublicIp stringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
- PublicNetwork stringAccess 
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- Restore bool
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
- Dictionary<string, string>
- Resource tags.
- VirtualNetwork Pulumi.Configuration Azure Native. Api Management. Outputs. Virtual Network Configuration Response 
- Virtual network configuration of the API Management service.
- VirtualNetwork stringType 
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
- Zones List<string>
- A list of availability zones denoting where the resource needs to come from.
- CreatedAt stringUtc 
- Creation UTC date of the API Management service.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- DeveloperPortal stringUrl 
- DEveloper Portal endpoint URL of the API Management service.
- Etag string
- ETag of the resource.
- GatewayRegional stringUrl 
- Gateway URL of the API Management service in the Default Region.
- GatewayUrl string
- Gateway URL of the API Management service.
- Id string
- Resource ID.
- Location string
- Resource location.
- ManagementApi stringUrl 
- Management API endpoint URL of the API Management service.
- Name string
- Resource name.
- OutboundPublic []stringIPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- PlatformVersion string
- Compute Platform Version running the service in this location.
- PortalUrl string
- Publisher portal endpoint Url of the API Management service.
- PrivateIPAddresses []string
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
- ProvisioningState string
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
- PublicIPAddresses []string
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
- PublisherEmail string
- Publisher email.
- PublisherName string
- Publisher name.
- ScmUrl string
- SCM endpoint URL of the API Management service.
- Sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- SystemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- TargetProvisioning stringState 
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
- Type string
- Resource type for API Management resource is set to Microsoft.ApiManagement.
- AdditionalLocations []AdditionalLocation Response 
- Additional datacenter locations of the API Management service.
- ApiVersion ApiConstraint Version Constraint Response 
- Control Plane Apis version constraint for the API Management service.
- Certificates
[]CertificateConfiguration Response 
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
- CustomProperties map[string]string
- Custom properties of the API Management service.Setting Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11can be used to disable just TLS 1.1.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10can be used to disable TLS 1.0 on an API Management service.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11can be used to disable just TLS 1.1 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10can be used to disable TLS 1.0 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2can be used to enable HTTP2 protocol on an API Management service.Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value isTrueif the service was created on or before April 1, 2018 andFalseotherwise. Http2 setting's default value isFalse.You can disable any of the following ciphers by using settingsMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example,Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256:false. The default value istruefor them. Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- DisableGateway bool
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
- EnableClient boolCertificate 
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
- HostnameConfigurations []HostnameConfiguration Response 
- Custom hostname configuration of the API Management service.
- Identity
ApiManagement Service Identity Response 
- Managed service identity of the Api Management service.
- NatGateway stringState 
- Property can be used to enable NAT Gateway for this API Management service.
- NotificationSender stringEmail 
- Email address from which the notification will be sent.
- PrivateEndpoint []RemoteConnections Private Endpoint Connection Wrapper Response 
- List of Private Endpoint Connections of this service.
- PublicIp stringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
- PublicNetwork stringAccess 
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- Restore bool
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
- map[string]string
- Resource tags.
- VirtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network configuration of the API Management service.
- VirtualNetwork stringType 
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
- Zones []string
- A list of availability zones denoting where the resource needs to come from.
- createdAt StringUtc 
- Creation UTC date of the API Management service.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- developerPortal StringUrl 
- DEveloper Portal endpoint URL of the API Management service.
- etag String
- ETag of the resource.
- gatewayRegional StringUrl 
- Gateway URL of the API Management service in the Default Region.
- gatewayUrl String
- Gateway URL of the API Management service.
- id String
- Resource ID.
- location String
- Resource location.
- managementApi StringUrl 
- Management API endpoint URL of the API Management service.
- name String
- Resource name.
- outboundPublic List<String>IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platformVersion String
- Compute Platform Version running the service in this location.
- portalUrl String
- Publisher portal endpoint Url of the API Management service.
- privateIPAddresses List<String>
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
- provisioningState String
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
- publicIPAddresses List<String>
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
- publisherEmail String
- Publisher email.
- publisherName String
- Publisher name.
- scmUrl String
- SCM endpoint URL of the API Management service.
- sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- targetProvisioning StringState 
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
- type String
- Resource type for API Management resource is set to Microsoft.ApiManagement.
- additionalLocations List<AdditionalLocation Response> 
- Additional datacenter locations of the API Management service.
- apiVersion ApiConstraint Version Constraint Response 
- Control Plane Apis version constraint for the API Management service.
- certificates
List<CertificateConfiguration Response> 
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
- customProperties Map<String,String>
- Custom properties of the API Management service.Setting Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11can be used to disable just TLS 1.1.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10can be used to disable TLS 1.0 on an API Management service.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11can be used to disable just TLS 1.1 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10can be used to disable TLS 1.0 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2can be used to enable HTTP2 protocol on an API Management service.Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value isTrueif the service was created on or before April 1, 2018 andFalseotherwise. Http2 setting's default value isFalse.You can disable any of the following ciphers by using settingsMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example,Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256:false. The default value istruefor them. Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- disableGateway Boolean
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
- enableClient BooleanCertificate 
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
- hostnameConfigurations List<HostnameConfiguration Response> 
- Custom hostname configuration of the API Management service.
- identity
ApiManagement Service Identity Response 
- Managed service identity of the Api Management service.
- natGateway StringState 
- Property can be used to enable NAT Gateway for this API Management service.
- notificationSender StringEmail 
- Email address from which the notification will be sent.
- privateEndpoint List<RemoteConnections Private Endpoint Connection Wrapper Response> 
- List of Private Endpoint Connections of this service.
- publicIp StringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
- publicNetwork StringAccess 
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- restore Boolean
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
- Map<String,String>
- Resource tags.
- virtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network configuration of the API Management service.
- virtualNetwork StringType 
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
- createdAt stringUtc 
- Creation UTC date of the API Management service.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- developerPortal stringUrl 
- DEveloper Portal endpoint URL of the API Management service.
- etag string
- ETag of the resource.
- gatewayRegional stringUrl 
- Gateway URL of the API Management service in the Default Region.
- gatewayUrl string
- Gateway URL of the API Management service.
- id string
- Resource ID.
- location string
- Resource location.
- managementApi stringUrl 
- Management API endpoint URL of the API Management service.
- name string
- Resource name.
- outboundPublic string[]IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platformVersion string
- Compute Platform Version running the service in this location.
- portalUrl string
- Publisher portal endpoint Url of the API Management service.
- privateIPAddresses string[]
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
- provisioningState string
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
- publicIPAddresses string[]
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
- publisherEmail string
- Publisher email.
- publisherName string
- Publisher name.
- scmUrl string
- SCM endpoint URL of the API Management service.
- sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- systemData SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- targetProvisioning stringState 
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
- type string
- Resource type for API Management resource is set to Microsoft.ApiManagement.
- additionalLocations AdditionalLocation Response[] 
- Additional datacenter locations of the API Management service.
- apiVersion ApiConstraint Version Constraint Response 
- Control Plane Apis version constraint for the API Management service.
- certificates
CertificateConfiguration Response[] 
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
- customProperties {[key: string]: string}
- Custom properties of the API Management service.Setting Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11can be used to disable just TLS 1.1.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10can be used to disable TLS 1.0 on an API Management service.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11can be used to disable just TLS 1.1 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10can be used to disable TLS 1.0 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2can be used to enable HTTP2 protocol on an API Management service.Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value isTrueif the service was created on or before April 1, 2018 andFalseotherwise. Http2 setting's default value isFalse.You can disable any of the following ciphers by using settingsMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example,Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256:false. The default value istruefor them. Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- disableGateway boolean
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
- enableClient booleanCertificate 
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
- hostnameConfigurations HostnameConfiguration Response[] 
- Custom hostname configuration of the API Management service.
- identity
ApiManagement Service Identity Response 
- Managed service identity of the Api Management service.
- natGateway stringState 
- Property can be used to enable NAT Gateway for this API Management service.
- notificationSender stringEmail 
- Email address from which the notification will be sent.
- privateEndpoint RemoteConnections Private Endpoint Connection Wrapper Response[] 
- List of Private Endpoint Connections of this service.
- publicIp stringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
- publicNetwork stringAccess 
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- restore boolean
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
- {[key: string]: string}
- Resource tags.
- virtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network configuration of the API Management service.
- virtualNetwork stringType 
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
- zones string[]
- A list of availability zones denoting where the resource needs to come from.
- created_at_ strutc 
- Creation UTC date of the API Management service.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- developer_portal_ strurl 
- DEveloper Portal endpoint URL of the API Management service.
- etag str
- ETag of the resource.
- gateway_regional_ strurl 
- Gateway URL of the API Management service in the Default Region.
- gateway_url str
- Gateway URL of the API Management service.
- id str
- Resource ID.
- location str
- Resource location.
- management_api_ strurl 
- Management API endpoint URL of the API Management service.
- name str
- Resource name.
- outbound_public_ Sequence[str]ip_ addresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platform_version str
- Compute Platform Version running the service in this location.
- portal_url str
- Publisher portal endpoint Url of the API Management service.
- private_ip_ Sequence[str]addresses 
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
- provisioning_state str
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
- public_ip_ Sequence[str]addresses 
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
- publisher_email str
- Publisher email.
- publisher_name str
- Publisher name.
- scm_url str
- SCM endpoint URL of the API Management service.
- sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- system_data SystemData Response 
- Metadata pertaining to creation and last modification of the resource.
- target_provisioning_ strstate 
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
- type str
- Resource type for API Management resource is set to Microsoft.ApiManagement.
- additional_locations Sequence[AdditionalLocation Response] 
- Additional datacenter locations of the API Management service.
- api_version_ Apiconstraint Version Constraint Response 
- Control Plane Apis version constraint for the API Management service.
- certificates
Sequence[CertificateConfiguration Response] 
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
- custom_properties Mapping[str, str]
- Custom properties of the API Management service.Setting Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11can be used to disable just TLS 1.1.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10can be used to disable TLS 1.0 on an API Management service.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11can be used to disable just TLS 1.1 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10can be used to disable TLS 1.0 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2can be used to enable HTTP2 protocol on an API Management service.Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value isTrueif the service was created on or before April 1, 2018 andFalseotherwise. Http2 setting's default value isFalse.You can disable any of the following ciphers by using settingsMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example,Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256:false. The default value istruefor them. Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- disable_gateway bool
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
- enable_client_ boolcertificate 
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
- hostname_configurations Sequence[HostnameConfiguration Response] 
- Custom hostname configuration of the API Management service.
- identity
ApiManagement Service Identity Response 
- Managed service identity of the Api Management service.
- nat_gateway_ strstate 
- Property can be used to enable NAT Gateway for this API Management service.
- notification_sender_ stremail 
- Email address from which the notification will be sent.
- private_endpoint_ Sequence[Remoteconnections Private Endpoint Connection Wrapper Response] 
- List of Private Endpoint Connections of this service.
- public_ip_ straddress_ id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
- public_network_ straccess 
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- restore bool
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
- Mapping[str, str]
- Resource tags.
- virtual_network_ Virtualconfiguration Network Configuration Response 
- Virtual network configuration of the API Management service.
- virtual_network_ strtype 
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
- zones Sequence[str]
- A list of availability zones denoting where the resource needs to come from.
- createdAt StringUtc 
- Creation UTC date of the API Management service.The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- developerPortal StringUrl 
- DEveloper Portal endpoint URL of the API Management service.
- etag String
- ETag of the resource.
- gatewayRegional StringUrl 
- Gateway URL of the API Management service in the Default Region.
- gatewayUrl String
- Gateway URL of the API Management service.
- id String
- Resource ID.
- location String
- Resource location.
- managementApi StringUrl 
- Management API endpoint URL of the API Management service.
- name String
- Resource name.
- outboundPublic List<String>IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platformVersion String
- Compute Platform Version running the service in this location.
- portalUrl String
- Publisher portal endpoint Url of the API Management service.
- privateIPAddresses List<String>
- Private Static Load Balanced IP addresses of the API Management service in Primary region which is deployed in an Internal Virtual Network. Available only for Basic, Standard, Premium and Isolated SKU.
- provisioningState String
- The current provisioning state of the API Management service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
- publicIPAddresses List<String>
- Public Static Load Balanced IP addresses of the API Management service in Primary region. Available only for Basic, Standard, Premium and Isolated SKU.
- publisherEmail String
- Publisher email.
- publisherName String
- Publisher name.
- scmUrl String
- SCM endpoint URL of the API Management service.
- sku Property Map
- SKU properties of the API Management service.
- systemData Property Map
- Metadata pertaining to creation and last modification of the resource.
- targetProvisioning StringState 
- The provisioning state of the API Management service, which is targeted by the long running operation started on the service.
- type String
- Resource type for API Management resource is set to Microsoft.ApiManagement.
- additionalLocations List<Property Map>
- Additional datacenter locations of the API Management service.
- apiVersion Property MapConstraint 
- Control Plane Apis version constraint for the API Management service.
- certificates List<Property Map>
- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.
- customProperties Map<String>
- Custom properties of the API Management service.Setting Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168will disable the cipher TLS_RSA_WITH_3DES_EDE_CBC_SHA for all TLS(1.0, 1.1 and 1.2).SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11can be used to disable just TLS 1.1.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10can be used to disable TLS 1.0 on an API Management service.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11can be used to disable just TLS 1.1 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10can be used to disable TLS 1.0 for communications with backends.SettingMicrosoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2can be used to enable HTTP2 protocol on an API Management service.Not specifying any of these properties on PATCH operation will reset omitted properties' values to their defaults. For all the settings except Http2 the default value isTrueif the service was created on or before April 1, 2018 andFalseotherwise. Http2 setting's default value isFalse.You can disable any of the following ciphers by using settingsMicrosoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.[cipher_name]: TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA. For example,Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TLS_RSA_WITH_AES_128_CBC_SHA256:false. The default value istruefor them. Note: The following ciphers can't be disabled since they are required by internal platform components: TLS_AES_256_GCM_SHA384,TLS_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- disableGateway Boolean
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.
- enableClient BooleanCertificate 
- Property only meant to be used for Consumption SKU Service. This enforces a client certificate to be presented on each request to the gateway. This also enables the ability to authenticate the certificate in the policy on the gateway.
- hostnameConfigurations List<Property Map>
- Custom hostname configuration of the API Management service.
- identity Property Map
- Managed service identity of the Api Management service.
- natGateway StringState 
- Property can be used to enable NAT Gateway for this API Management service.
- notificationSender StringEmail 
- Email address from which the notification will be sent.
- privateEndpoint List<Property Map>Connections 
- List of Private Endpoint Connections of this service.
- publicIp StringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the region. Supported only for Developer and Premium SKU being deployed in Virtual Network.
- publicNetwork StringAccess 
- Whether or not public endpoint access is allowed for this API Management service. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'
- restore Boolean
- Undelete Api Management Service if it was previously soft-deleted. If this flag is specified and set to True all other properties will be ignored.
- Map<String>
- Resource tags.
- virtualNetwork Property MapConfiguration 
- Virtual network configuration of the API Management service.
- virtualNetwork StringType 
- The type of VPN in which API Management service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only.
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
Supporting Types
AdditionalLocationResponse  
- GatewayRegional stringUrl 
- Gateway URL of the API Management service in the Region.
- Location string
- The location name of the additional region among Azure Data center regions.
- OutboundPublic List<string>IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- PlatformVersion string
- Compute Platform Version running the service.
- PrivateIPAddresses List<string>
- Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- PublicIPAddresses List<string>
- Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- Sku
Pulumi.Azure Native. Api Management. Inputs. Api Management Service Sku Properties Response 
- SKU properties of the API Management service.
- DisableGateway bool
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
- NatGateway stringState 
- Property can be used to enable NAT Gateway for this API Management service.
- PublicIp stringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
- VirtualNetwork Pulumi.Configuration Azure Native. Api Management. Inputs. Virtual Network Configuration Response 
- Virtual network configuration for the location.
- Zones List<string>
- A list of availability zones denoting where the resource needs to come from.
- GatewayRegional stringUrl 
- Gateway URL of the API Management service in the Region.
- Location string
- The location name of the additional region among Azure Data center regions.
- OutboundPublic []stringIPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- PlatformVersion string
- Compute Platform Version running the service.
- PrivateIPAddresses []string
- Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- PublicIPAddresses []string
- Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- Sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- DisableGateway bool
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
- NatGateway stringState 
- Property can be used to enable NAT Gateway for this API Management service.
- PublicIp stringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
- VirtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network configuration for the location.
- Zones []string
- A list of availability zones denoting where the resource needs to come from.
- gatewayRegional StringUrl 
- Gateway URL of the API Management service in the Region.
- location String
- The location name of the additional region among Azure Data center regions.
- outboundPublic List<String>IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platformVersion String
- Compute Platform Version running the service.
- privateIPAddresses List<String>
- Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- publicIPAddresses List<String>
- Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- disableGateway Boolean
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
- natGateway StringState 
- Property can be used to enable NAT Gateway for this API Management service.
- publicIp StringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
- virtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network configuration for the location.
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
- gatewayRegional stringUrl 
- Gateway URL of the API Management service in the Region.
- location string
- The location name of the additional region among Azure Data center regions.
- outboundPublic string[]IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platformVersion string
- Compute Platform Version running the service.
- privateIPAddresses string[]
- Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- publicIPAddresses string[]
- Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- disableGateway boolean
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
- natGateway stringState 
- Property can be used to enable NAT Gateway for this API Management service.
- publicIp stringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
- virtualNetwork VirtualConfiguration Network Configuration Response 
- Virtual network configuration for the location.
- zones string[]
- A list of availability zones denoting where the resource needs to come from.
- gateway_regional_ strurl 
- Gateway URL of the API Management service in the Region.
- location str
- The location name of the additional region among Azure Data center regions.
- outbound_public_ Sequence[str]ip_ addresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platform_version str
- Compute Platform Version running the service.
- private_ip_ Sequence[str]addresses 
- Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- public_ip_ Sequence[str]addresses 
- Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- sku
ApiManagement Service Sku Properties Response 
- SKU properties of the API Management service.
- disable_gateway bool
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
- nat_gateway_ strstate 
- Property can be used to enable NAT Gateway for this API Management service.
- public_ip_ straddress_ id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
- virtual_network_ Virtualconfiguration Network Configuration Response 
- Virtual network configuration for the location.
- zones Sequence[str]
- A list of availability zones denoting where the resource needs to come from.
- gatewayRegional StringUrl 
- Gateway URL of the API Management service in the Region.
- location String
- The location name of the additional region among Azure Data center regions.
- outboundPublic List<String>IPAddresses 
- Outbound public IPV4 address prefixes associated with NAT Gateway deployed service. Available only for Premium SKU on stv2 platform.
- platformVersion String
- Compute Platform Version running the service.
- privateIPAddresses List<String>
- Private Static Load Balanced IP addresses of the API Management service which is deployed in an Internal Virtual Network in a particular additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- publicIPAddresses List<String>
- Public Static Load Balanced IP addresses of the API Management service in the additional location. Available only for Basic, Standard, Premium and Isolated SKU.
- sku Property Map
- SKU properties of the API Management service.
- disableGateway Boolean
- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.
- natGateway StringState 
- Property can be used to enable NAT Gateway for this API Management service.
- publicIp StringAddress Id 
- Public Standard SKU IP V4 based IP address to be associated with Virtual Network deployed service in the location. Supported only for Premium SKU being deployed in Virtual Network.
- virtualNetwork Property MapConfiguration 
- Virtual network configuration for the location.
- zones List<String>
- A list of availability zones denoting where the resource needs to come from.
ApiManagementServiceIdentityResponse    
- PrincipalId string
- The principal id of the identity.
- TenantId string
- The client tenant id of the identity.
- Type string
- The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Api Management. Inputs. User Identity Properties Response> 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- PrincipalId string
- The principal id of the identity.
- TenantId string
- The client tenant id of the identity.
- Type string
- The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
- UserAssigned map[string]UserIdentities Identity Properties Response 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId String
- The principal id of the identity.
- tenantId String
- The client tenant id of the identity.
- type String
- The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
- userAssigned Map<String,UserIdentities Identity Properties Response> 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId string
- The principal id of the identity.
- tenantId string
- The client tenant id of the identity.
- type string
- The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
- userAssigned {[key: string]: UserIdentities Identity Properties Response} 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principal_id str
- The principal id of the identity.
- tenant_id str
- The client tenant id of the identity.
- type str
- The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
- user_assigned_ Mapping[str, Useridentities Identity Properties Response] 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
- principalId String
- The principal id of the identity.
- tenantId String
- The client tenant id of the identity.
- type String
- The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
- userAssigned Map<Property Map>Identities 
- The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/ providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
ApiManagementServiceSkuPropertiesResponse     
ApiVersionConstraintResponse   
- MinApi stringVersion 
- Limit control plane API calls to API Management service with version equal to or newer than this value.
- MinApi stringVersion 
- Limit control plane API calls to API Management service with version equal to or newer than this value.
- minApi StringVersion 
- Limit control plane API calls to API Management service with version equal to or newer than this value.
- minApi stringVersion 
- Limit control plane API calls to API Management service with version equal to or newer than this value.
- min_api_ strversion 
- Limit control plane API calls to API Management service with version equal to or newer than this value.
- minApi StringVersion 
- Limit control plane API calls to API Management service with version equal to or newer than this value.
ArmIdWrapperResponse   
- Id string
- Id string
- id String
- id string
- id str
- id String
CertificateConfigurationResponse  
- StoreName string
- The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
- Certificate
Pulumi.Azure Native. Api Management. Inputs. Certificate Information Response 
- Certificate information.
- CertificatePassword string
- Certificate Password.
- EncodedCertificate string
- Base64 Encoded certificate.
- StoreName string
- The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
- Certificate
CertificateInformation Response 
- Certificate information.
- CertificatePassword string
- Certificate Password.
- EncodedCertificate string
- Base64 Encoded certificate.
- storeName String
- The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
- certificate
CertificateInformation Response 
- Certificate information.
- certificatePassword String
- Certificate Password.
- encodedCertificate String
- Base64 Encoded certificate.
- storeName string
- The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
- certificate
CertificateInformation Response 
- Certificate information.
- certificatePassword string
- Certificate Password.
- encodedCertificate string
- Base64 Encoded certificate.
- store_name str
- The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
- certificate
CertificateInformation Response 
- Certificate information.
- certificate_password str
- Certificate Password.
- encoded_certificate str
- Base64 Encoded certificate.
- storeName String
- The System.Security.Cryptography.x509certificates.StoreName certificate store location. Only Root and CertificateAuthority are valid locations.
- certificate Property Map
- Certificate information.
- certificatePassword String
- Certificate Password.
- encodedCertificate String
- Base64 Encoded certificate.
CertificateInformationResponse  
- Expiry string
- Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- Subject string
- Subject of the certificate.
- Thumbprint string
- Thumbprint of the certificate.
- Expiry string
- Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- Subject string
- Subject of the certificate.
- Thumbprint string
- Thumbprint of the certificate.
- expiry String
- Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- subject String
- Subject of the certificate.
- thumbprint String
- Thumbprint of the certificate.
- expiry string
- Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- subject string
- Subject of the certificate.
- thumbprint string
- Thumbprint of the certificate.
- expiry str
- Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- subject str
- Subject of the certificate.
- thumbprint str
- Thumbprint of the certificate.
- expiry String
- Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZas specified by the ISO 8601 standard.
- subject String
- Subject of the certificate.
- thumbprint String
- Thumbprint of the certificate.
HostnameConfigurationResponse  
- HostName string
- Hostname to configure on the Api Management service.
- Type string
- Hostname type.
- Certificate
Pulumi.Azure Native. Api Management. Inputs. Certificate Information Response 
- Certificate information.
- CertificatePassword string
- Certificate Password.
- CertificateSource string
- Certificate Source.
- CertificateStatus string
- Certificate Status.
- DefaultSsl boolBinding 
- Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
- EncodedCertificate string
- Base64 Encoded certificate.
- IdentityClient stringId 
- System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
- KeyVault stringId 
- Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12
- NegotiateClient boolCertificate 
- Specify true to always negotiate client certificate on the hostname. Default Value is false.
- HostName string
- Hostname to configure on the Api Management service.
- Type string
- Hostname type.
- Certificate
CertificateInformation Response 
- Certificate information.
- CertificatePassword string
- Certificate Password.
- CertificateSource string
- Certificate Source.
- CertificateStatus string
- Certificate Status.
- DefaultSsl boolBinding 
- Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
- EncodedCertificate string
- Base64 Encoded certificate.
- IdentityClient stringId 
- System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
- KeyVault stringId 
- Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12
- NegotiateClient boolCertificate 
- Specify true to always negotiate client certificate on the hostname. Default Value is false.
- hostName String
- Hostname to configure on the Api Management service.
- type String
- Hostname type.
- certificate
CertificateInformation Response 
- Certificate information.
- certificatePassword String
- Certificate Password.
- certificateSource String
- Certificate Source.
- certificateStatus String
- Certificate Status.
- defaultSsl BooleanBinding 
- Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
- encodedCertificate String
- Base64 Encoded certificate.
- identityClient StringId 
- System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
- keyVault StringId 
- Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12
- negotiateClient BooleanCertificate 
- Specify true to always negotiate client certificate on the hostname. Default Value is false.
- hostName string
- Hostname to configure on the Api Management service.
- type string
- Hostname type.
- certificate
CertificateInformation Response 
- Certificate information.
- certificatePassword string
- Certificate Password.
- certificateSource string
- Certificate Source.
- certificateStatus string
- Certificate Status.
- defaultSsl booleanBinding 
- Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
- encodedCertificate string
- Base64 Encoded certificate.
- identityClient stringId 
- System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
- keyVault stringId 
- Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12
- negotiateClient booleanCertificate 
- Specify true to always negotiate client certificate on the hostname. Default Value is false.
- host_name str
- Hostname to configure on the Api Management service.
- type str
- Hostname type.
- certificate
CertificateInformation Response 
- Certificate information.
- certificate_password str
- Certificate Password.
- certificate_source str
- Certificate Source.
- certificate_status str
- Certificate Status.
- default_ssl_ boolbinding 
- Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
- encoded_certificate str
- Base64 Encoded certificate.
- identity_client_ strid 
- System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
- key_vault_ strid 
- Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12
- negotiate_client_ boolcertificate 
- Specify true to always negotiate client certificate on the hostname. Default Value is false.
- hostName String
- Hostname to configure on the Api Management service.
- type String
- Hostname type.
- certificate Property Map
- Certificate information.
- certificatePassword String
- Certificate Password.
- certificateSource String
- Certificate Source.
- certificateStatus String
- Certificate Status.
- defaultSsl BooleanBinding 
- Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl certificate. The setting only applied to gateway Hostname Type.
- encodedCertificate String
- Base64 Encoded certificate.
- identityClient StringId 
- System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.
- keyVault StringId 
- Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with aka.ms/apimmsi. The secret should be of type application/x-pkcs12
- negotiateClient BooleanCertificate 
- Specify true to always negotiate client certificate on the hostname. Default Value is false.
PrivateLinkServiceConnectionStateResponse     
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- ActionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired string
- A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_required str
- A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actionsRequired String
- A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
RemotePrivateEndpointConnectionWrapperResponse     
- GroupIds List<string>
- All the Group ids.
- PrivateLink Pulumi.Service Connection State Azure Native. Api Management. Inputs. Private Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Id string
- Private Endpoint connection resource id
- Name string
- Private Endpoint Connection Name
- PrivateEndpoint Pulumi.Azure Native. Api Management. Inputs. Arm Id Wrapper Response 
- The resource of private end point.
- Type string
- Private Endpoint Connection Resource Type
- GroupIds []string
- All the Group ids.
- PrivateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- ProvisioningState string
- The provisioning state of the private endpoint connection resource.
- Id string
- Private Endpoint connection resource id
- Name string
- Private Endpoint Connection Name
- PrivateEndpoint ArmId Wrapper Response 
- The resource of private end point.
- Type string
- Private Endpoint Connection Resource Type
- groupIds List<String>
- All the Group ids.
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- id String
- Private Endpoint connection resource id
- name String
- Private Endpoint Connection Name
- privateEndpoint ArmId Wrapper Response 
- The resource of private end point.
- type String
- Private Endpoint Connection Resource Type
- groupIds string[]
- All the Group ids.
- privateLink PrivateService Connection State Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState string
- The provisioning state of the private endpoint connection resource.
- id string
- Private Endpoint connection resource id
- name string
- Private Endpoint Connection Name
- privateEndpoint ArmId Wrapper Response 
- The resource of private end point.
- type string
- Private Endpoint Connection Resource Type
- group_ids Sequence[str]
- All the Group ids.
- private_link_ Privateservice_ connection_ state Link Service Connection State Response 
- A collection of information about the state of the connection between service consumer and provider.
- provisioning_state str
- The provisioning state of the private endpoint connection resource.
- id str
- Private Endpoint connection resource id
- name str
- Private Endpoint Connection Name
- private_endpoint ArmId Wrapper Response 
- The resource of private end point.
- type str
- Private Endpoint Connection Resource Type
- groupIds List<String>
- All the Group ids.
- privateLink Property MapService Connection State 
- A collection of information about the state of the connection between service consumer and provider.
- provisioningState String
- The provisioning state of the private endpoint connection resource.
- id String
- Private Endpoint connection resource id
- name String
- Private Endpoint Connection Name
- privateEndpoint Property Map
- The resource of private end point.
- type String
- Private Endpoint Connection Resource Type
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserIdentityPropertiesResponse   
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- ClientId string
- The client id of user assigned identity.
- PrincipalId string
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
- clientId string
- The client id of user assigned identity.
- principalId string
- The principal id of user assigned identity.
- client_id str
- The client id of user assigned identity.
- principal_id str
- The principal id of user assigned identity.
- clientId String
- The client id of user assigned identity.
- principalId String
- The principal id of user assigned identity.
VirtualNetworkConfigurationResponse   
- Subnetname string
- The name of the subnet.
- Vnetid string
- The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- SubnetResource stringId 
- The full resource ID of a subnet in a virtual network to deploy the API Management service in.
- Subnetname string
- The name of the subnet.
- Vnetid string
- The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- SubnetResource stringId 
- The full resource ID of a subnet in a virtual network to deploy the API Management service in.
- subnetname String
- The name of the subnet.
- vnetid String
- The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- subnetResource StringId 
- The full resource ID of a subnet in a virtual network to deploy the API Management service in.
- subnetname string
- The name of the subnet.
- vnetid string
- The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- subnetResource stringId 
- The full resource ID of a subnet in a virtual network to deploy the API Management service in.
- subnetname str
- The name of the subnet.
- vnetid str
- The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- subnet_resource_ strid 
- The full resource ID of a subnet in a virtual network to deploy the API Management service in.
- subnetname String
- The name of the subnet.
- vnetid String
- The virtual network ID. This is typically a GUID. Expect a null GUID by default.
- subnetResource StringId 
- The full resource ID of a subnet in a virtual network to deploy the API Management service in.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi