azure-native.mobilepacketcore.NetworkFunction
Explore with Pulumi AI
AO5GC Network Function Resource Azure REST API version: 2023-05-15-preview.
Example Usage
NetworkFunctions_CreateOrUpdate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var networkFunction = new AzureNative.MobilePacketCore.NetworkFunction("networkFunction", new()
{
Capacity = 100000,
DeploymentNotes = "string",
Location = "eastus",
NetworkFunctionAdministrativeState = AzureNative.MobilePacketCore.NetworkFunctionAdministrativeState.Commissioned,
NetworkFunctionName = "nf1",
NetworkFunctionType = AzureNative.MobilePacketCore.NetworkFunctionType.SMF,
ResourceGroupName = "rg1",
Sku = AzureNative.MobilePacketCore.SkuDefinitions.NexusProduction,
UserDescription = "string",
});
});
package main
import (
mobilepacketcore "github.com/pulumi/pulumi-azure-native-sdk/mobilepacketcore/v2"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := mobilepacketcore.NewNetworkFunction(ctx, "networkFunction", &mobilepacketcore.NetworkFunctionArgs{
Capacity: pulumi.Int(100000),
DeploymentNotes: pulumi.String("string"),
Location: pulumi.String("eastus"),
NetworkFunctionAdministrativeState: pulumi.String(mobilepacketcore.NetworkFunctionAdministrativeStateCommissioned),
NetworkFunctionName: pulumi.String("nf1"),
NetworkFunctionType: pulumi.String(mobilepacketcore.NetworkFunctionTypeSMF),
ResourceGroupName: pulumi.String("rg1"),
Sku: pulumi.String(mobilepacketcore.SkuDefinitionsNexusProduction),
UserDescription: pulumi.String("string"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.mobilepacketcore.NetworkFunction;
import com.pulumi.azurenative.mobilepacketcore.NetworkFunctionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var networkFunction = new NetworkFunction("networkFunction", NetworkFunctionArgs.builder()
.capacity(100000)
.deploymentNotes("string")
.location("eastus")
.networkFunctionAdministrativeState("Commissioned")
.networkFunctionName("nf1")
.networkFunctionType("SMF")
.resourceGroupName("rg1")
.sku("NexusProduction")
.userDescription("string")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
network_function = azure_native.mobilepacketcore.NetworkFunction("networkFunction",
capacity=100000,
deployment_notes="string",
location="eastus",
network_function_administrative_state=azure_native.mobilepacketcore.NetworkFunctionAdministrativeState.COMMISSIONED,
network_function_name="nf1",
network_function_type=azure_native.mobilepacketcore.NetworkFunctionType.SMF,
resource_group_name="rg1",
sku=azure_native.mobilepacketcore.SkuDefinitions.NEXUS_PRODUCTION,
user_description="string")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const networkFunction = new azure_native.mobilepacketcore.NetworkFunction("networkFunction", {
capacity: 100000,
deploymentNotes: "string",
location: "eastus",
networkFunctionAdministrativeState: azure_native.mobilepacketcore.NetworkFunctionAdministrativeState.Commissioned,
networkFunctionName: "nf1",
networkFunctionType: azure_native.mobilepacketcore.NetworkFunctionType.SMF,
resourceGroupName: "rg1",
sku: azure_native.mobilepacketcore.SkuDefinitions.NexusProduction,
userDescription: "string",
});
resources:
networkFunction:
type: azure-native:mobilepacketcore:NetworkFunction
properties:
capacity: 100000
deploymentNotes: string
location: eastus
networkFunctionAdministrativeState: Commissioned
networkFunctionName: nf1
networkFunctionType: SMF
resourceGroupName: rg1
sku: NexusProduction
userDescription: string
Create NetworkFunction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new NetworkFunction(name: string, args: NetworkFunctionArgs, opts?: CustomResourceOptions);
@overload
def NetworkFunction(resource_name: str,
args: NetworkFunctionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def NetworkFunction(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_function_administrative_state: Optional[Union[str, NetworkFunctionAdministrativeState]] = None,
network_function_type: Optional[Union[str, NetworkFunctionType]] = None,
resource_group_name: Optional[str] = None,
sku: Optional[Union[str, SkuDefinitions]] = None,
capacity: Optional[int] = None,
deployment_notes: Optional[str] = None,
location: Optional[str] = None,
network_function_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
user_description: Optional[str] = None)
func NewNetworkFunction(ctx *Context, name string, args NetworkFunctionArgs, opts ...ResourceOption) (*NetworkFunction, error)
public NetworkFunction(string name, NetworkFunctionArgs args, CustomResourceOptions? opts = null)
public NetworkFunction(String name, NetworkFunctionArgs args)
public NetworkFunction(String name, NetworkFunctionArgs args, CustomResourceOptions options)
type: azure-native:mobilepacketcore:NetworkFunction
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args NetworkFunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args NetworkFunctionArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args NetworkFunctionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args NetworkFunctionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args NetworkFunctionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var azure_nativeNetworkFunctionResource = new AzureNative.MobilePacketCore.NetworkFunction("azure-nativeNetworkFunctionResource", new()
{
NetworkFunctionAdministrativeState = "string",
NetworkFunctionType = "string",
ResourceGroupName = "string",
Sku = "string",
Capacity = 0,
DeploymentNotes = "string",
Location = "string",
NetworkFunctionName = "string",
Tags =
{
{ "string", "string" },
},
UserDescription = "string",
});
example, err := mobilepacketcore.NewNetworkFunction(ctx, "azure-nativeNetworkFunctionResource", &mobilepacketcore.NetworkFunctionArgs{
NetworkFunctionAdministrativeState: pulumi.String("string"),
NetworkFunctionType: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Sku: pulumi.String("string"),
Capacity: pulumi.Int(0),
DeploymentNotes: pulumi.String("string"),
Location: pulumi.String("string"),
NetworkFunctionName: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
UserDescription: pulumi.String("string"),
})
var azure_nativeNetworkFunctionResource = new NetworkFunction("azure-nativeNetworkFunctionResource", NetworkFunctionArgs.builder()
.networkFunctionAdministrativeState("string")
.networkFunctionType("string")
.resourceGroupName("string")
.sku("string")
.capacity(0)
.deploymentNotes("string")
.location("string")
.networkFunctionName("string")
.tags(Map.of("string", "string"))
.userDescription("string")
.build());
azure_native_network_function_resource = azure_native.mobilepacketcore.NetworkFunction("azure-nativeNetworkFunctionResource",
network_function_administrative_state="string",
network_function_type="string",
resource_group_name="string",
sku="string",
capacity=0,
deployment_notes="string",
location="string",
network_function_name="string",
tags={
"string": "string",
},
user_description="string")
const azure_nativeNetworkFunctionResource = new azure_native.mobilepacketcore.NetworkFunction("azure-nativeNetworkFunctionResource", {
networkFunctionAdministrativeState: "string",
networkFunctionType: "string",
resourceGroupName: "string",
sku: "string",
capacity: 0,
deploymentNotes: "string",
location: "string",
networkFunctionName: "string",
tags: {
string: "string",
},
userDescription: "string",
});
type: azure-native:mobilepacketcore:NetworkFunction
properties:
capacity: 0
deploymentNotes: string
location: string
networkFunctionAdministrativeState: string
networkFunctionName: string
networkFunctionType: string
resourceGroupName: string
sku: string
tags:
string: string
userDescription: string
NetworkFunction Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The NetworkFunction resource accepts the following input properties:
- Network
Function string | Pulumi.Administrative State Azure Native. Mobile Packet Core. Network Function Administrative State - Administrative state of the network function
- Network
Function string | Pulumi.Type Azure Native. Mobile Packet Core. Network Function Type - Type of network function
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Sku
string | Pulumi.
Azure Native. Mobile Packet Core. Sku Definitions - Provisioned SKU Value.
- Capacity int
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
- Deployment
Notes string - User provided deployment notes. This is used to optionally provide details about the NF deployment
- Location string
- The geo-location where the resource lives
- Network
Function stringName - The name of the network function
- Dictionary<string, string>
- Resource tags.
- User
Description string - User provided description
- Network
Function string | NetworkAdministrative State Function Administrative State - Administrative state of the network function
- Network
Function string | NetworkType Function Type - Type of network function
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Sku
string | Sku
Definitions - Provisioned SKU Value.
- Capacity int
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
- Deployment
Notes string - User provided deployment notes. This is used to optionally provide details about the NF deployment
- Location string
- The geo-location where the resource lives
- Network
Function stringName - The name of the network function
- map[string]string
- Resource tags.
- User
Description string - User provided description
- network
Function String | NetworkAdministrative State Function Administrative State - Administrative state of the network function
- network
Function String | NetworkType Function Type - Type of network function
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- sku
String | Sku
Definitions - Provisioned SKU Value.
- capacity Integer
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
- deployment
Notes String - User provided deployment notes. This is used to optionally provide details about the NF deployment
- location String
- The geo-location where the resource lives
- network
Function StringName - The name of the network function
- Map<String,String>
- Resource tags.
- user
Description String - User provided description
- network
Function string | NetworkAdministrative State Function Administrative State - Administrative state of the network function
- network
Function string | NetworkType Function Type - Type of network function
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- sku
string | Sku
Definitions - Provisioned SKU Value.
- capacity number
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
- deployment
Notes string - User provided deployment notes. This is used to optionally provide details about the NF deployment
- location string
- The geo-location where the resource lives
- network
Function stringName - The name of the network function
- {[key: string]: string}
- Resource tags.
- user
Description string - User provided description
- network_
function_ str | Networkadministrative_ state Function Administrative State - Administrative state of the network function
- network_
function_ str | Networktype Function Type - Type of network function
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- sku
str | Sku
Definitions - Provisioned SKU Value.
- capacity int
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
- deployment_
notes str - User provided deployment notes. This is used to optionally provide details about the NF deployment
- location str
- The geo-location where the resource lives
- network_
function_ strname - The name of the network function
- Mapping[str, str]
- Resource tags.
- user_
description str - User provided description
- network
Function String | "Commissioned" | "Decommissioned"Administrative State - Administrative state of the network function
- network
Function String | "AMF" | "SMF" | "UPF" | "NRF" | "NSSF" | "MME" | "SaegwType Control Plane" | "Saegw User Plane" | "Saegw" | "e PDG" | "N3IWF" | "Remote Paa S" | "EMS" | "Operations Policy Manager" - Type of network function
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- sku
String | "Azure
Lab" | "Azure Production" | "Nexus Lab" | "Nexus Production" - Provisioned SKU Value.
- capacity Number
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
- deployment
Notes String - User provided deployment notes. This is used to optionally provide details about the NF deployment
- location String
- The geo-location where the resource lives
- network
Function StringName - The name of the network function
- Map<String>
- Resource tags.
- user
Description String - User provided description
Outputs
All input properties are implicitly available as output properties. Additionally, the NetworkFunction resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Infrastructure
Element intCount - Count of infrastructure elements used by this network function (vCPUs, in units of 8)
- Name string
- The name of the resource
- Network
Function stringOperational Status - Operational state of the network function
- Provisioning
State string - The status of the last operation.
- System
Data Pulumi.Azure Native. Mobile Packet Core. 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"
- Id string
- The provider-assigned unique ID for this managed resource.
- Infrastructure
Element intCount - Count of infrastructure elements used by this network function (vCPUs, in units of 8)
- Name string
- The name of the resource
- Network
Function stringOperational Status - Operational state of the network function
- Provisioning
State string - The status of the last operation.
- System
Data 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"
- id String
- The provider-assigned unique ID for this managed resource.
- infrastructure
Element IntegerCount - Count of infrastructure elements used by this network function (vCPUs, in units of 8)
- name String
- The name of the resource
- network
Function StringOperational Status - Operational state of the network function
- provisioning
State String - The status of the last operation.
- system
Data 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"
- id string
- The provider-assigned unique ID for this managed resource.
- infrastructure
Element numberCount - Count of infrastructure elements used by this network function (vCPUs, in units of 8)
- name string
- The name of the resource
- network
Function stringOperational Status - Operational state of the network function
- provisioning
State string - The status of the last operation.
- system
Data 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"
- id str
- The provider-assigned unique ID for this managed resource.
- infrastructure_
element_ intcount - Count of infrastructure elements used by this network function (vCPUs, in units of 8)
- name str
- The name of the resource
- network_
function_ stroperational_ status - Operational state of the network function
- provisioning_
state str - The status of the last operation.
- 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"
- id String
- The provider-assigned unique ID for this managed resource.
- infrastructure
Element NumberCount - Count of infrastructure elements used by this network function (vCPUs, in units of 8)
- name String
- The name of the resource
- network
Function StringOperational Status - Operational state of the network function
- provisioning
State String - The status of the last operation.
- system
Data 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"
Supporting Types
NetworkFunctionAdministrativeState, NetworkFunctionAdministrativeStateArgs
- Commissioned
- CommissionedResource has been commissioned
- Decommissioned
- DecommissionedResource has been decommissioned
- Network
Function Administrative State Commissioned - CommissionedResource has been commissioned
- Network
Function Administrative State Decommissioned - DecommissionedResource has been decommissioned
- Commissioned
- CommissionedResource has been commissioned
- Decommissioned
- DecommissionedResource has been decommissioned
- Commissioned
- CommissionedResource has been commissioned
- Decommissioned
- DecommissionedResource has been decommissioned
- COMMISSIONED
- CommissionedResource has been commissioned
- DECOMMISSIONED
- DecommissionedResource has been decommissioned
- "Commissioned"
- CommissionedResource has been commissioned
- "Decommissioned"
- DecommissionedResource has been decommissioned
NetworkFunctionType, NetworkFunctionTypeArgs
- AMF
- AMFAccess and Mobility Function
- SMF
- SMFSession Management Function
- UPF
- UPFUser Plane Function
- NRF
- NRFNetwork Repository Function
- NSSF
- NSSFNetwork Slice Selection Function
- MME
- MMEMobility Management Entity
- Saegw
Control Plane - SaegwControlPlaneSystem Architecture Evolution Gateway Control Plane, control and user plane separation (CUPS) architecture
- Saegw
User Plane - SaegwUserPlaneSystem Architecture Evolution Gateway User Plane, control and user plane separation (CUPS) architecture
- Saegw
- SaegwSystem Architecture Evolution Gateway. This combines the Serving Gateway (SGW) and the Packet Data Network Gateway (PGW) functionality
- EPDG
- ePDGEvolved Packet Data Gateway
- N3IWF
- N3IWFNon-3GPP Interworking Function
- Remote
Paa S - RemotePaaSRemote Platform As A Service Components
- EMS
- EMSElement Management System
- Operations
Policy Manager - OperationsPolicyManagerOperations and Policy Manager
- Network
Function Type AMF - AMFAccess and Mobility Function
- Network
Function Type SMF - SMFSession Management Function
- Network
Function Type UPF - UPFUser Plane Function
- Network
Function Type NRF - NRFNetwork Repository Function
- Network
Function Type NSSF - NSSFNetwork Slice Selection Function
- Network
Function Type MME - MMEMobility Management Entity
- Network
Function Type Saegw Control Plane - SaegwControlPlaneSystem Architecture Evolution Gateway Control Plane, control and user plane separation (CUPS) architecture
- Network
Function Type Saegw User Plane - SaegwUserPlaneSystem Architecture Evolution Gateway User Plane, control and user plane separation (CUPS) architecture
- Network
Function Type Saegw - SaegwSystem Architecture Evolution Gateway. This combines the Serving Gateway (SGW) and the Packet Data Network Gateway (PGW) functionality
- Network
Function Type EPDG - ePDGEvolved Packet Data Gateway
- Network
Function Type N3IWF - N3IWFNon-3GPP Interworking Function
- Network
Function Type Remote Paa S - RemotePaaSRemote Platform As A Service Components
- Network
Function Type EMS - EMSElement Management System
- Network
Function Type Operations Policy Manager - OperationsPolicyManagerOperations and Policy Manager
- AMF
- AMFAccess and Mobility Function
- SMF
- SMFSession Management Function
- UPF
- UPFUser Plane Function
- NRF
- NRFNetwork Repository Function
- NSSF
- NSSFNetwork Slice Selection Function
- MME
- MMEMobility Management Entity
- Saegw
Control Plane - SaegwControlPlaneSystem Architecture Evolution Gateway Control Plane, control and user plane separation (CUPS) architecture
- Saegw
User Plane - SaegwUserPlaneSystem Architecture Evolution Gateway User Plane, control and user plane separation (CUPS) architecture
- Saegw
- SaegwSystem Architecture Evolution Gateway. This combines the Serving Gateway (SGW) and the Packet Data Network Gateway (PGW) functionality
- EPDG
- ePDGEvolved Packet Data Gateway
- N3IWF
- N3IWFNon-3GPP Interworking Function
- Remote
Paa S - RemotePaaSRemote Platform As A Service Components
- EMS
- EMSElement Management System
- Operations
Policy Manager - OperationsPolicyManagerOperations and Policy Manager
- AMF
- AMFAccess and Mobility Function
- SMF
- SMFSession Management Function
- UPF
- UPFUser Plane Function
- NRF
- NRFNetwork Repository Function
- NSSF
- NSSFNetwork Slice Selection Function
- MME
- MMEMobility Management Entity
- Saegw
Control Plane - SaegwControlPlaneSystem Architecture Evolution Gateway Control Plane, control and user plane separation (CUPS) architecture
- Saegw
User Plane - SaegwUserPlaneSystem Architecture Evolution Gateway User Plane, control and user plane separation (CUPS) architecture
- Saegw
- SaegwSystem Architecture Evolution Gateway. This combines the Serving Gateway (SGW) and the Packet Data Network Gateway (PGW) functionality
- EPDG
- ePDGEvolved Packet Data Gateway
- N3IWF
- N3IWFNon-3GPP Interworking Function
- Remote
Paa S - RemotePaaSRemote Platform As A Service Components
- EMS
- EMSElement Management System
- Operations
Policy Manager - OperationsPolicyManagerOperations and Policy Manager
- AMF
- AMFAccess and Mobility Function
- SMF
- SMFSession Management Function
- UPF
- UPFUser Plane Function
- NRF
- NRFNetwork Repository Function
- NSSF
- NSSFNetwork Slice Selection Function
- MME
- MMEMobility Management Entity
- SAEGW_CONTROL_PLANE
- SaegwControlPlaneSystem Architecture Evolution Gateway Control Plane, control and user plane separation (CUPS) architecture
- SAEGW_USER_PLANE
- SaegwUserPlaneSystem Architecture Evolution Gateway User Plane, control and user plane separation (CUPS) architecture
- SAEGW
- SaegwSystem Architecture Evolution Gateway. This combines the Serving Gateway (SGW) and the Packet Data Network Gateway (PGW) functionality
- E_PDG
- ePDGEvolved Packet Data Gateway
- N3_IWF
- N3IWFNon-3GPP Interworking Function
- REMOTE_PAA_S
- RemotePaaSRemote Platform As A Service Components
- EMS
- EMSElement Management System
- OPERATIONS_POLICY_MANAGER
- OperationsPolicyManagerOperations and Policy Manager
- "AMF"
- AMFAccess and Mobility Function
- "SMF"
- SMFSession Management Function
- "UPF"
- UPFUser Plane Function
- "NRF"
- NRFNetwork Repository Function
- "NSSF"
- NSSFNetwork Slice Selection Function
- "MME"
- MMEMobility Management Entity
- "Saegw
Control Plane" - SaegwControlPlaneSystem Architecture Evolution Gateway Control Plane, control and user plane separation (CUPS) architecture
- "Saegw
User Plane" - SaegwUserPlaneSystem Architecture Evolution Gateway User Plane, control and user plane separation (CUPS) architecture
- "Saegw"
- SaegwSystem Architecture Evolution Gateway. This combines the Serving Gateway (SGW) and the Packet Data Network Gateway (PGW) functionality
- "e
PDG" - ePDGEvolved Packet Data Gateway
- "N3IWF"
- N3IWFNon-3GPP Interworking Function
- "Remote
Paa S" - RemotePaaSRemote Platform As A Service Components
- "EMS"
- EMSElement Management System
- "Operations
Policy Manager" - OperationsPolicyManagerOperations and Policy Manager
SkuDefinitions, SkuDefinitionsArgs
- Azure
Lab - AzureLabAzure Lab SKU
- Azure
Production - AzureProductionAzure Production SKU
- Nexus
Lab - NexusLabNexus Lab SKU
- Nexus
Production - NexusProductionNexus Production SKU
- Sku
Definitions Azure Lab - AzureLabAzure Lab SKU
- Sku
Definitions Azure Production - AzureProductionAzure Production SKU
- Sku
Definitions Nexus Lab - NexusLabNexus Lab SKU
- Sku
Definitions Nexus Production - NexusProductionNexus Production SKU
- Azure
Lab - AzureLabAzure Lab SKU
- Azure
Production - AzureProductionAzure Production SKU
- Nexus
Lab - NexusLabNexus Lab SKU
- Nexus
Production - NexusProductionNexus Production SKU
- Azure
Lab - AzureLabAzure Lab SKU
- Azure
Production - AzureProductionAzure Production SKU
- Nexus
Lab - NexusLabNexus Lab SKU
- Nexus
Production - NexusProductionNexus Production SKU
- AZURE_LAB
- AzureLabAzure Lab SKU
- AZURE_PRODUCTION
- AzureProductionAzure Production SKU
- NEXUS_LAB
- NexusLabNexus Lab SKU
- NEXUS_PRODUCTION
- NexusProductionNexus Production SKU
- "Azure
Lab" - AzureLabAzure Lab SKU
- "Azure
Production" - AzureProductionAzure Production SKU
- "Nexus
Lab" - NexusLabNexus Lab SKU
- "Nexus
Production" - NexusProductionNexus Production SKU
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:mobilepacketcore:NetworkFunction nf1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobilePacketCore/networkFunctions/{networkFunctionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0