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.mobilenetwork.getPacketCoreControlPlane
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 information about the specified packet core control plane. Azure REST API version: 2023-06-01.
Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01.
Using getPacketCoreControlPlane
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 getPacketCoreControlPlane(args: GetPacketCoreControlPlaneArgs, opts?: InvokeOptions): Promise<GetPacketCoreControlPlaneResult>
function getPacketCoreControlPlaneOutput(args: GetPacketCoreControlPlaneOutputArgs, opts?: InvokeOptions): Output<GetPacketCoreControlPlaneResult>def get_packet_core_control_plane(packet_core_control_plane_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetPacketCoreControlPlaneResult
def get_packet_core_control_plane_output(packet_core_control_plane_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetPacketCoreControlPlaneResult]func LookupPacketCoreControlPlane(ctx *Context, args *LookupPacketCoreControlPlaneArgs, opts ...InvokeOption) (*LookupPacketCoreControlPlaneResult, error)
func LookupPacketCoreControlPlaneOutput(ctx *Context, args *LookupPacketCoreControlPlaneOutputArgs, opts ...InvokeOption) LookupPacketCoreControlPlaneResultOutput> Note: This function is named LookupPacketCoreControlPlane in the Go SDK.
public static class GetPacketCoreControlPlane 
{
    public static Task<GetPacketCoreControlPlaneResult> InvokeAsync(GetPacketCoreControlPlaneArgs args, InvokeOptions? opts = null)
    public static Output<GetPacketCoreControlPlaneResult> Invoke(GetPacketCoreControlPlaneInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPacketCoreControlPlaneResult> getPacketCoreControlPlane(GetPacketCoreControlPlaneArgs args, InvokeOptions options)
public static Output<GetPacketCoreControlPlaneResult> getPacketCoreControlPlane(GetPacketCoreControlPlaneArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:mobilenetwork:getPacketCoreControlPlane
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PacketCore stringControl Plane Name 
- The name of the packet core control plane.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- PacketCore stringControl Plane Name 
- The name of the packet core control plane.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- packetCore StringControl Plane Name 
- The name of the packet core control plane.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- packetCore stringControl Plane Name 
- The name of the packet core control plane.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- packet_core_ strcontrol_ plane_ name 
- The name of the packet core control plane.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- packetCore StringControl Plane Name 
- The name of the packet core control plane.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getPacketCoreControlPlane Result
The following output properties are available:
- ControlPlane Pulumi.Access Interface Azure Native. Mobile Network. Outputs. Interface Properties Response 
- The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- InstalledVersion string
- The currently installed version of the packet core software.
- LocalDiagnostics Pulumi.Access Azure Native. Mobile Network. Outputs. Local Diagnostics Access Configuration Response 
- The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Platform
Pulumi.Azure Native. Mobile Network. Outputs. Platform Configuration Response 
- The platform where the packet core is deployed.
- ProvisioningState string
- The provisioning state of the packet core control plane resource.
- RollbackVersion string
- The previous version of the packet core software that was deployed. Used when performing the rollback action.
- Sites
List<Pulumi.Azure Native. Mobile Network. Outputs. Site Resource Id Response> 
- Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
- Sku string
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- SystemData Pulumi.Azure Native. Mobile Network. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- CoreNetwork stringTechnology 
- The core network technology generation (5G core or EPC / 4G core).
- DiagnosticsUpload Pulumi.Azure Native. Mobile Network. Outputs. Diagnostics Upload Configuration Response 
- Configuration for uploading packet core diagnostics
- Identity
Pulumi.Azure Native. Mobile Network. Outputs. Managed Service Identity Response 
- The identity used to retrieve the ingress certificate from Azure key vault.
- Installation
Pulumi.Azure Native. Mobile Network. Outputs. Installation Response 
- The installation state of the packet core control plane resource.
- InteropSettings object
- Settings to allow interoperability with third party components e.g. RANs and UEs.
- Dictionary<string, string>
- Resource tags.
- UeMtu int
- The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
- Version string
- The desired version of the packet core software.
- ControlPlane InterfaceAccess Interface Properties Response 
- The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- InstalledVersion string
- The currently installed version of the packet core software.
- LocalDiagnostics LocalAccess Diagnostics Access Configuration Response 
- The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Platform
PlatformConfiguration Response 
- The platform where the packet core is deployed.
- ProvisioningState string
- The provisioning state of the packet core control plane resource.
- RollbackVersion string
- The previous version of the packet core software that was deployed. Used when performing the rollback action.
- Sites
[]SiteResource Id Response 
- Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
- Sku string
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- CoreNetwork stringTechnology 
- The core network technology generation (5G core or EPC / 4G core).
- DiagnosticsUpload DiagnosticsUpload Configuration Response 
- Configuration for uploading packet core diagnostics
- Identity
ManagedService Identity Response 
- The identity used to retrieve the ingress certificate from Azure key vault.
- Installation
InstallationResponse 
- The installation state of the packet core control plane resource.
- InteropSettings interface{}
- Settings to allow interoperability with third party components e.g. RANs and UEs.
- map[string]string
- Resource tags.
- UeMtu int
- The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
- Version string
- The desired version of the packet core software.
- controlPlane InterfaceAccess Interface Properties Response 
- The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installedVersion String
- The currently installed version of the packet core software.
- localDiagnostics LocalAccess Diagnostics Access Configuration Response 
- The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- platform
PlatformConfiguration Response 
- The platform where the packet core is deployed.
- provisioningState String
- The provisioning state of the packet core control plane resource.
- rollbackVersion String
- The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites
List<SiteResource Id Response> 
- Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
- sku String
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- coreNetwork StringTechnology 
- The core network technology generation (5G core or EPC / 4G core).
- diagnosticsUpload DiagnosticsUpload Configuration Response 
- Configuration for uploading packet core diagnostics
- identity
ManagedService Identity Response 
- The identity used to retrieve the ingress certificate from Azure key vault.
- installation
InstallationResponse 
- The installation state of the packet core control plane resource.
- interopSettings Object
- Settings to allow interoperability with third party components e.g. RANs and UEs.
- Map<String,String>
- Resource tags.
- ueMtu Integer
- The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
- version String
- The desired version of the packet core software.
- controlPlane InterfaceAccess Interface Properties Response 
- The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installedVersion string
- The currently installed version of the packet core software.
- localDiagnostics LocalAccess Diagnostics Access Configuration Response 
- The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- platform
PlatformConfiguration Response 
- The platform where the packet core is deployed.
- provisioningState string
- The provisioning state of the packet core control plane resource.
- rollbackVersion string
- The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites
SiteResource Id Response[] 
- Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
- sku string
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- coreNetwork stringTechnology 
- The core network technology generation (5G core or EPC / 4G core).
- diagnosticsUpload DiagnosticsUpload Configuration Response 
- Configuration for uploading packet core diagnostics
- identity
ManagedService Identity Response 
- The identity used to retrieve the ingress certificate from Azure key vault.
- installation
InstallationResponse 
- The installation state of the packet core control plane resource.
- interopSettings any
- Settings to allow interoperability with third party components e.g. RANs and UEs.
- {[key: string]: string}
- Resource tags.
- ueMtu number
- The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
- version string
- The desired version of the packet core software.
- control_plane_ Interfaceaccess_ interface Properties Response 
- The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installed_version str
- The currently installed version of the packet core software.
- local_diagnostics_ Localaccess Diagnostics Access Configuration Response 
- The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- platform
PlatformConfiguration Response 
- The platform where the packet core is deployed.
- provisioning_state str
- The provisioning state of the packet core control plane resource.
- rollback_version str
- The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites
Sequence[SiteResource Id Response] 
- Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
- sku str
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- core_network_ strtechnology 
- The core network technology generation (5G core or EPC / 4G core).
- diagnostics_upload DiagnosticsUpload Configuration Response 
- Configuration for uploading packet core diagnostics
- identity
ManagedService Identity Response 
- The identity used to retrieve the ingress certificate from Azure key vault.
- installation
InstallationResponse 
- The installation state of the packet core control plane resource.
- interop_settings Any
- Settings to allow interoperability with third party components e.g. RANs and UEs.
- Mapping[str, str]
- Resource tags.
- ue_mtu int
- The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
- version str
- The desired version of the packet core software.
- controlPlane Property MapAccess Interface 
- The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installedVersion String
- The currently installed version of the packet core software.
- localDiagnostics Property MapAccess 
- The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- platform Property Map
- The platform where the packet core is deployed.
- provisioningState String
- The provisioning state of the packet core control plane resource.
- rollbackVersion String
- The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites List<Property Map>
- Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane.
- sku String
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- coreNetwork StringTechnology 
- The core network technology generation (5G core or EPC / 4G core).
- diagnosticsUpload Property Map
- Configuration for uploading packet core diagnostics
- identity Property Map
- The identity used to retrieve the ingress certificate from Azure key vault.
- installation Property Map
- The installation state of the packet core control plane resource.
- interopSettings Any
- Settings to allow interoperability with third party components e.g. RANs and UEs.
- Map<String>
- Resource tags.
- ueMtu Number
- The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation.
- version String
- The desired version of the packet core software.
Supporting Types
AsyncOperationIdResponse   
- Id string
- Azure Async Operation ID.
- Id string
- Azure Async Operation ID.
- id String
- Azure Async Operation ID.
- id string
- Azure Async Operation ID.
- id str
- Azure Async Operation ID.
- id String
- Azure Async Operation ID.
AzureStackEdgeDeviceResourceIdResponse      
- Id string
- Azure Stack Edge device resource ID.
- Id string
- Azure Stack Edge device resource ID.
- id String
- Azure Stack Edge device resource ID.
- id string
- Azure Stack Edge device resource ID.
- id str
- Azure Stack Edge device resource ID.
- id String
- Azure Stack Edge device resource ID.
AzureStackHCIClusterResourceIdResponse     
- Id string
- Azure Stack HCI cluster resource ID.
- Id string
- Azure Stack HCI cluster resource ID.
- id String
- Azure Stack HCI cluster resource ID.
- id string
- Azure Stack HCI cluster resource ID.
- id str
- Azure Stack HCI cluster resource ID.
- id String
- Azure Stack HCI cluster resource ID.
CertificateProvisioningResponse  
ConnectedClusterResourceIdResponse    
- Id string
- Azure Arc connected cluster resource ID.
- Id string
- Azure Arc connected cluster resource ID.
- id String
- Azure Arc connected cluster resource ID.
- id string
- Azure Arc connected cluster resource ID.
- id str
- Azure Arc connected cluster resource ID.
- id String
- Azure Arc connected cluster resource ID.
CustomLocationResourceIdResponse    
- Id string
- Azure Arc custom location resource ID.
- Id string
- Azure Arc custom location resource ID.
- id String
- Azure Arc custom location resource ID.
- id string
- Azure Arc custom location resource ID.
- id str
- Azure Arc custom location resource ID.
- id String
- Azure Arc custom location resource ID.
DiagnosticsUploadConfigurationResponse   
- StorageAccount stringContainer Url 
- The Storage Account Container URL to upload diagnostics to.
- StorageAccount stringContainer Url 
- The Storage Account Container URL to upload diagnostics to.
- storageAccount StringContainer Url 
- The Storage Account Container URL to upload diagnostics to.
- storageAccount stringContainer Url 
- The Storage Account Container URL to upload diagnostics to.
- storage_account_ strcontainer_ url 
- The Storage Account Container URL to upload diagnostics to.
- storageAccount StringContainer Url 
- The Storage Account Container URL to upload diagnostics to.
HttpsServerCertificateResponse   
- CertificateUrl string
- The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- Provisioning
Pulumi.Azure Native. Mobile Network. Inputs. Certificate Provisioning Response 
- The provisioning state of the certificate.
- CertificateUrl string
- The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- Provisioning
CertificateProvisioning Response 
- The provisioning state of the certificate.
- certificateUrl String
- The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning
CertificateProvisioning Response 
- The provisioning state of the certificate.
- certificateUrl string
- The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning
CertificateProvisioning Response 
- The provisioning state of the certificate.
- certificate_url str
- The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning
CertificateProvisioning Response 
- The provisioning state of the certificate.
- certificateUrl String
- The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning Property Map
- The provisioning state of the certificate.
InstallationResponse 
- Operation
Pulumi.Azure Native. Mobile Network. Inputs. Async Operation Id Response 
- A reference to an in-progress installation operation
- Reasons List<string>
- Reason(s) for the current installation state of the packet core.
- ReinstallRequired string
- Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- State string
- Installation state
- DesiredState string
- The desired installation state
- Operation
AsyncOperation Id Response 
- A reference to an in-progress installation operation
- Reasons []string
- Reason(s) for the current installation state of the packet core.
- ReinstallRequired string
- Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- State string
- Installation state
- DesiredState string
- The desired installation state
- operation
AsyncOperation Id Response 
- A reference to an in-progress installation operation
- reasons List<String>
- Reason(s) for the current installation state of the packet core.
- reinstallRequired String
- Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state String
- Installation state
- desiredState String
- The desired installation state
- operation
AsyncOperation Id Response 
- A reference to an in-progress installation operation
- reasons string[]
- Reason(s) for the current installation state of the packet core.
- reinstallRequired string
- Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state string
- Installation state
- desiredState string
- The desired installation state
- operation
AsyncOperation Id Response 
- A reference to an in-progress installation operation
- reasons Sequence[str]
- Reason(s) for the current installation state of the packet core.
- reinstall_required str
- Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state str
- Installation state
- desired_state str
- The desired installation state
- operation Property Map
- A reference to an in-progress installation operation
- reasons List<String>
- Reason(s) for the current installation state of the packet core.
- reinstallRequired String
- Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state String
- Installation state
- desiredState String
- The desired installation state
InterfacePropertiesResponse  
- Ipv4Address string
- The IPv4 address.
- Ipv4Gateway string
- The default IPv4 gateway (router).
- Ipv4Subnet string
- The IPv4 subnet.
- Name string
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- Ipv4Address string
- The IPv4 address.
- Ipv4Gateway string
- The default IPv4 gateway (router).
- Ipv4Subnet string
- The IPv4 subnet.
- Name string
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- ipv4Address String
- The IPv4 address.
- ipv4Gateway String
- The default IPv4 gateway (router).
- ipv4Subnet String
- The IPv4 subnet.
- name String
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- ipv4Address string
- The IPv4 address.
- ipv4Gateway string
- The default IPv4 gateway (router).
- ipv4Subnet string
- The IPv4 subnet.
- name string
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- ipv4_address str
- The IPv4 address.
- ipv4_gateway str
- The default IPv4 gateway (router).
- ipv4_subnet str
- The IPv4 subnet.
- name str
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- ipv4Address String
- The IPv4 address.
- ipv4Gateway String
- The default IPv4 gateway (router).
- ipv4Subnet String
- The IPv4 subnet.
- name String
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
LocalDiagnosticsAccessConfigurationResponse    
- AuthenticationType string
- How to authenticate users who access local diagnostics APIs.
- HttpsServer Pulumi.Certificate Azure Native. Mobile Network. Inputs. Https Server Certificate Response 
- The HTTPS server TLS certificate used to secure local access to diagnostics.
- AuthenticationType string
- How to authenticate users who access local diagnostics APIs.
- HttpsServer HttpsCertificate Server Certificate Response 
- The HTTPS server TLS certificate used to secure local access to diagnostics.
- authenticationType String
- How to authenticate users who access local diagnostics APIs.
- httpsServer HttpsCertificate Server Certificate Response 
- The HTTPS server TLS certificate used to secure local access to diagnostics.
- authenticationType string
- How to authenticate users who access local diagnostics APIs.
- httpsServer HttpsCertificate Server Certificate Response 
- The HTTPS server TLS certificate used to secure local access to diagnostics.
- authentication_type str
- How to authenticate users who access local diagnostics APIs.
- https_server_ Httpscertificate Server Certificate Response 
- The HTTPS server TLS certificate used to secure local access to diagnostics.
- authenticationType String
- How to authenticate users who access local diagnostics APIs.
- httpsServer Property MapCertificate 
- The HTTPS server TLS certificate used to secure local access to diagnostics.
ManagedServiceIdentityResponse   
- Type string
- Type of managed service identity (currently only UserAssigned allowed).
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Mobile Network. Inputs. User Assigned Identity Response> 
- 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.
- Type string
- Type of managed service identity (currently only UserAssigned allowed).
- UserAssigned map[string]UserIdentities Assigned Identity Response 
- 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.
- type String
- Type of managed service identity (currently only UserAssigned allowed).
- userAssigned Map<String,UserIdentities Assigned Identity Response> 
- 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.
- type string
- Type of managed service identity (currently only UserAssigned allowed).
- userAssigned {[key: string]: UserIdentities Assigned Identity Response} 
- 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.
- type str
- Type of managed service identity (currently only UserAssigned allowed).
- user_assigned_ Mapping[str, Useridentities Assigned Identity Response] 
- 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.
- type String
- Type of managed service identity (currently only UserAssigned allowed).
- userAssigned Map<Property Map>Identities 
- 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.
PlatformConfigurationResponse  
- AzureStack List<Pulumi.Edge Devices Azure Native. Mobile Network. Inputs. Azure Stack Edge Device Resource Id Response> 
- The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
- Type string
- The platform type where packet core is deployed.
- AzureStack Pulumi.Edge Device Azure Native. Mobile Network. Inputs. Azure Stack Edge Device Resource Id Response 
- The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- AzureStack Pulumi.Hci Cluster Azure Native. Mobile Network. Inputs. Azure Stack HCICluster Resource Id Response 
- The Azure Stack HCI cluster where the packet core is deployed.
- ConnectedCluster Pulumi.Azure Native. Mobile Network. Inputs. Connected Cluster Resource Id Response 
- Azure Arc connected cluster where the packet core is deployed.
- CustomLocation Pulumi.Azure Native. Mobile Network. Inputs. Custom Location Resource Id Response 
- Azure Arc custom location where the packet core is deployed.
- AzureStack []AzureEdge Devices Stack Edge Device Resource Id Response 
- The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
- Type string
- The platform type where packet core is deployed.
- AzureStack AzureEdge Device Stack Edge Device Resource Id Response 
- The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- AzureStack AzureHci Cluster Stack HCICluster Resource Id Response 
- The Azure Stack HCI cluster where the packet core is deployed.
- ConnectedCluster ConnectedCluster Resource Id Response 
- Azure Arc connected cluster where the packet core is deployed.
- CustomLocation CustomLocation Resource Id Response 
- Azure Arc custom location where the packet core is deployed.
- azureStack List<AzureEdge Devices Stack Edge Device Resource Id Response> 
- The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
- type String
- The platform type where packet core is deployed.
- azureStack AzureEdge Device Stack Edge Device Resource Id Response 
- The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azureStack AzureHci Cluster Stack HCICluster Resource Id Response 
- The Azure Stack HCI cluster where the packet core is deployed.
- connectedCluster ConnectedCluster Resource Id Response 
- Azure Arc connected cluster where the packet core is deployed.
- customLocation CustomLocation Resource Id Response 
- Azure Arc custom location where the packet core is deployed.
- azureStack AzureEdge Devices Stack Edge Device Resource Id Response[] 
- The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
- type string
- The platform type where packet core is deployed.
- azureStack AzureEdge Device Stack Edge Device Resource Id Response 
- The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azureStack AzureHci Cluster Stack HCICluster Resource Id Response 
- The Azure Stack HCI cluster where the packet core is deployed.
- connectedCluster ConnectedCluster Resource Id Response 
- Azure Arc connected cluster where the packet core is deployed.
- customLocation CustomLocation Resource Id Response 
- Azure Arc custom location where the packet core is deployed.
- azure_stack_ Sequence[Azureedge_ devices Stack Edge Device Resource Id Response] 
- The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
- type str
- The platform type where packet core is deployed.
- azure_stack_ Azureedge_ device Stack Edge Device Resource Id Response 
- The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azure_stack_ Azurehci_ cluster Stack HCICluster Resource Id Response 
- The Azure Stack HCI cluster where the packet core is deployed.
- connected_cluster ConnectedCluster Resource Id Response 
- Azure Arc connected cluster where the packet core is deployed.
- custom_location CustomLocation Resource Id Response 
- Azure Arc custom location where the packet core is deployed.
- azureStack List<Property Map>Edge Devices 
- The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.
- type String
- The platform type where packet core is deployed.
- azureStack Property MapEdge Device 
- The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azureStack Property MapHci Cluster 
- The Azure Stack HCI cluster where the packet core is deployed.
- connectedCluster Property Map
- Azure Arc connected cluster where the packet core is deployed.
- customLocation Property Map
- Azure Arc custom location where the packet core is deployed.
SiteResourceIdResponse   
- Id string
- Site resource ID.
- Id string
- Site resource ID.
- id String
- Site resource ID.
- id string
- Site resource ID.
- id str
- Site resource ID.
- id String
- Site resource ID.
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.
UserAssignedIdentityResponse   
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
- clientId string
- The client ID of the assigned identity.
- principalId string
- The principal ID of the assigned identity.
- client_id str
- The client ID of the assigned identity.
- principal_id str
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
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