azure-native.videoanalyzer.VideoAnalyzer
Explore with Pulumi AI
The Video Analyzer account. Azure REST API version: 2021-11-01-preview. Prior API version in Azure Native 1.x: 2021-05-01-preview.
Other available API versions: 2021-05-01-preview.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:videoanalyzer:VideoAnalyzer contosomovies /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName}
Create VideoAnalyzer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new VideoAnalyzer(name: string, args: VideoAnalyzerArgs, opts?: CustomResourceOptions);
@overload
def VideoAnalyzer(resource_name: str,
args: VideoAnalyzerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def VideoAnalyzer(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
storage_accounts: Optional[Sequence[StorageAccountArgs]] = None,
account_name: Optional[str] = None,
encryption: Optional[AccountEncryptionArgs] = None,
identity: Optional[VideoAnalyzerIdentityArgs] = None,
iot_hubs: Optional[Sequence[IotHubArgs]] = None,
location: Optional[str] = None,
network_access_control: Optional[NetworkAccessControlArgs] = None,
public_network_access: Optional[Union[str, PublicNetworkAccess]] = None,
tags: Optional[Mapping[str, str]] = None)
func NewVideoAnalyzer(ctx *Context, name string, args VideoAnalyzerArgs, opts ...ResourceOption) (*VideoAnalyzer, error)
public VideoAnalyzer(string name, VideoAnalyzerArgs args, CustomResourceOptions? opts = null)
public VideoAnalyzer(String name, VideoAnalyzerArgs args)
public VideoAnalyzer(String name, VideoAnalyzerArgs args, CustomResourceOptions options)
type: azure-native:videoanalyzer:VideoAnalyzer
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 VideoAnalyzerArgs
- 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 VideoAnalyzerArgs
- 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 VideoAnalyzerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args VideoAnalyzerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args VideoAnalyzerArgs
- 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 videoAnalyzerResource = new AzureNative.VideoAnalyzer.VideoAnalyzer("videoAnalyzerResource", new()
{
ResourceGroupName = "string",
StorageAccounts = new[]
{
new AzureNative.VideoAnalyzer.Inputs.StorageAccountArgs
{
Id = "string",
Identity = new AzureNative.VideoAnalyzer.Inputs.ResourceIdentityArgs
{
UserAssignedIdentity = "string",
},
},
},
AccountName = "string",
Encryption = new AzureNative.VideoAnalyzer.Inputs.AccountEncryptionArgs
{
Type = "string",
Identity = new AzureNative.VideoAnalyzer.Inputs.ResourceIdentityArgs
{
UserAssignedIdentity = "string",
},
KeyVaultProperties = new AzureNative.VideoAnalyzer.Inputs.KeyVaultPropertiesArgs
{
KeyIdentifier = "string",
},
},
Identity = new AzureNative.VideoAnalyzer.Inputs.VideoAnalyzerIdentityArgs
{
Type = "string",
UserAssignedIdentities = new[]
{
"string",
},
},
IotHubs = new[]
{
new AzureNative.VideoAnalyzer.Inputs.IotHubArgs
{
Id = "string",
Identity = new AzureNative.VideoAnalyzer.Inputs.ResourceIdentityArgs
{
UserAssignedIdentity = "string",
},
},
},
Location = "string",
NetworkAccessControl = new AzureNative.VideoAnalyzer.Inputs.NetworkAccessControlArgs
{
Consumption = new AzureNative.VideoAnalyzer.Inputs.GroupLevelAccessControlArgs
{
PublicNetworkAccess = "string",
},
Ingestion = new AzureNative.VideoAnalyzer.Inputs.GroupLevelAccessControlArgs
{
PublicNetworkAccess = "string",
},
Integration = new AzureNative.VideoAnalyzer.Inputs.GroupLevelAccessControlArgs
{
PublicNetworkAccess = "string",
},
},
PublicNetworkAccess = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := videoanalyzer.NewVideoAnalyzer(ctx, "videoAnalyzerResource", &videoanalyzer.VideoAnalyzerArgs{
ResourceGroupName: pulumi.String("string"),
StorageAccounts: videoanalyzer.StorageAccountArray{
&videoanalyzer.StorageAccountArgs{
Id: pulumi.String("string"),
Identity: &videoanalyzer.ResourceIdentityArgs{
UserAssignedIdentity: pulumi.String("string"),
},
},
},
AccountName: pulumi.String("string"),
Encryption: &videoanalyzer.AccountEncryptionArgs{
Type: pulumi.String("string"),
Identity: &videoanalyzer.ResourceIdentityArgs{
UserAssignedIdentity: pulumi.String("string"),
},
KeyVaultProperties: &videoanalyzer.KeyVaultPropertiesArgs{
KeyIdentifier: pulumi.String("string"),
},
},
Identity: &videoanalyzer.VideoAnalyzerIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
IotHubs: videoanalyzer.IotHubArray{
&videoanalyzer.IotHubArgs{
Id: pulumi.String("string"),
Identity: &videoanalyzer.ResourceIdentityArgs{
UserAssignedIdentity: pulumi.String("string"),
},
},
},
Location: pulumi.String("string"),
NetworkAccessControl: &videoanalyzer.NetworkAccessControlArgs{
Consumption: &videoanalyzer.GroupLevelAccessControlArgs{
PublicNetworkAccess: pulumi.String("string"),
},
Ingestion: &videoanalyzer.GroupLevelAccessControlArgs{
PublicNetworkAccess: pulumi.String("string"),
},
Integration: &videoanalyzer.GroupLevelAccessControlArgs{
PublicNetworkAccess: pulumi.String("string"),
},
},
PublicNetworkAccess: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var videoAnalyzerResource = new VideoAnalyzer("videoAnalyzerResource", VideoAnalyzerArgs.builder()
.resourceGroupName("string")
.storageAccounts(StorageAccountArgs.builder()
.id("string")
.identity(ResourceIdentityArgs.builder()
.userAssignedIdentity("string")
.build())
.build())
.accountName("string")
.encryption(AccountEncryptionArgs.builder()
.type("string")
.identity(ResourceIdentityArgs.builder()
.userAssignedIdentity("string")
.build())
.keyVaultProperties(KeyVaultPropertiesArgs.builder()
.keyIdentifier("string")
.build())
.build())
.identity(VideoAnalyzerIdentityArgs.builder()
.type("string")
.userAssignedIdentities("string")
.build())
.iotHubs(IotHubArgs.builder()
.id("string")
.identity(ResourceIdentityArgs.builder()
.userAssignedIdentity("string")
.build())
.build())
.location("string")
.networkAccessControl(NetworkAccessControlArgs.builder()
.consumption(GroupLevelAccessControlArgs.builder()
.publicNetworkAccess("string")
.build())
.ingestion(GroupLevelAccessControlArgs.builder()
.publicNetworkAccess("string")
.build())
.integration(GroupLevelAccessControlArgs.builder()
.publicNetworkAccess("string")
.build())
.build())
.publicNetworkAccess("string")
.tags(Map.of("string", "string"))
.build());
video_analyzer_resource = azure_native.videoanalyzer.VideoAnalyzer("videoAnalyzerResource",
resource_group_name="string",
storage_accounts=[{
"id": "string",
"identity": {
"userAssignedIdentity": "string",
},
}],
account_name="string",
encryption={
"type": "string",
"identity": {
"userAssignedIdentity": "string",
},
"keyVaultProperties": {
"keyIdentifier": "string",
},
},
identity={
"type": "string",
"userAssignedIdentities": ["string"],
},
iot_hubs=[{
"id": "string",
"identity": {
"userAssignedIdentity": "string",
},
}],
location="string",
network_access_control={
"consumption": {
"publicNetworkAccess": "string",
},
"ingestion": {
"publicNetworkAccess": "string",
},
"integration": {
"publicNetworkAccess": "string",
},
},
public_network_access="string",
tags={
"string": "string",
})
const videoAnalyzerResource = new azure_native.videoanalyzer.VideoAnalyzer("videoAnalyzerResource", {
resourceGroupName: "string",
storageAccounts: [{
id: "string",
identity: {
userAssignedIdentity: "string",
},
}],
accountName: "string",
encryption: {
type: "string",
identity: {
userAssignedIdentity: "string",
},
keyVaultProperties: {
keyIdentifier: "string",
},
},
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
iotHubs: [{
id: "string",
identity: {
userAssignedIdentity: "string",
},
}],
location: "string",
networkAccessControl: {
consumption: {
publicNetworkAccess: "string",
},
ingestion: {
publicNetworkAccess: "string",
},
integration: {
publicNetworkAccess: "string",
},
},
publicNetworkAccess: "string",
tags: {
string: "string",
},
});
type: azure-native:videoanalyzer:VideoAnalyzer
properties:
accountName: string
encryption:
identity:
userAssignedIdentity: string
keyVaultProperties:
keyIdentifier: string
type: string
identity:
type: string
userAssignedIdentities:
- string
iotHubs:
- id: string
identity:
userAssignedIdentity: string
location: string
networkAccessControl:
consumption:
publicNetworkAccess: string
ingestion:
publicNetworkAccess: string
integration:
publicNetworkAccess: string
publicNetworkAccess: string
resourceGroupName: string
storageAccounts:
- id: string
identity:
userAssignedIdentity: string
tags:
string: string
VideoAnalyzer 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 VideoAnalyzer resource accepts the following input properties:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Storage
Accounts List<Pulumi.Azure Native. Video Analyzer. Inputs. Storage Account> - The storage accounts for this resource.
- Account
Name string - The Video Analyzer account name.
- Encryption
Pulumi.
Azure Native. Video Analyzer. Inputs. Account Encryption - The account encryption properties.
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Video Analyzer Identity - The identities associated to the Video Analyzer resource.
- Iot
Hubs List<Pulumi.Azure Native. Video Analyzer. Inputs. Iot Hub> - The IoT Hubs for this resource.
- Location string
- The geo-location where the resource lives
- Network
Access Pulumi.Control Azure Native. Video Analyzer. Inputs. Network Access Control - Network access control for Video Analyzer.
- Public
Network string | Pulumi.Access Azure Native. Video Analyzer. Public Network Access - Whether or not public network access is allowed for resources under the Video Analyzer account.
- Dictionary<string, string>
- Resource tags.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Storage
Accounts []StorageAccount Args - The storage accounts for this resource.
- Account
Name string - The Video Analyzer account name.
- Encryption
Account
Encryption Args - The account encryption properties.
- Identity
Video
Analyzer Identity Args - The identities associated to the Video Analyzer resource.
- Iot
Hubs []IotHub Args - The IoT Hubs for this resource.
- Location string
- The geo-location where the resource lives
- Network
Access NetworkControl Access Control Args - Network access control for Video Analyzer.
- Public
Network string | PublicAccess Network Access - Whether or not public network access is allowed for resources under the Video Analyzer account.
- map[string]string
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- storage
Accounts List<StorageAccount> - The storage accounts for this resource.
- account
Name String - The Video Analyzer account name.
- encryption
Account
Encryption - The account encryption properties.
- identity
Video
Analyzer Identity - The identities associated to the Video Analyzer resource.
- iot
Hubs List<IotHub> - The IoT Hubs for this resource.
- location String
- The geo-location where the resource lives
- network
Access NetworkControl Access Control - Network access control for Video Analyzer.
- public
Network String | PublicAccess Network Access - Whether or not public network access is allowed for resources under the Video Analyzer account.
- Map<String,String>
- Resource tags.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- storage
Accounts StorageAccount[] - The storage accounts for this resource.
- account
Name string - The Video Analyzer account name.
- encryption
Account
Encryption - The account encryption properties.
- identity
Video
Analyzer Identity - The identities associated to the Video Analyzer resource.
- iot
Hubs IotHub[] - The IoT Hubs for this resource.
- location string
- The geo-location where the resource lives
- network
Access NetworkControl Access Control - Network access control for Video Analyzer.
- public
Network string | PublicAccess Network Access - Whether or not public network access is allowed for resources under the Video Analyzer account.
- {[key: string]: string}
- Resource tags.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- storage_
accounts Sequence[StorageAccount Args] - The storage accounts for this resource.
- account_
name str - The Video Analyzer account name.
- encryption
Account
Encryption Args - The account encryption properties.
- identity
Video
Analyzer Identity Args - The identities associated to the Video Analyzer resource.
- iot_
hubs Sequence[IotHub Args] - The IoT Hubs for this resource.
- location str
- The geo-location where the resource lives
- network_
access_ Networkcontrol Access Control Args - Network access control for Video Analyzer.
- public_
network_ str | Publicaccess Network Access - Whether or not public network access is allowed for resources under the Video Analyzer account.
- Mapping[str, str]
- Resource tags.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- storage
Accounts List<Property Map> - The storage accounts for this resource.
- account
Name String - The Video Analyzer account name.
- encryption Property Map
- The account encryption properties.
- identity Property Map
- The identities associated to the Video Analyzer resource.
- iot
Hubs List<Property Map> - The IoT Hubs for this resource.
- location String
- The geo-location where the resource lives
- network
Access Property MapControl - Network access control for Video Analyzer.
- public
Network String | "Enabled" | "Disabled"Access - Whether or not public network access is allowed for resources under the Video Analyzer account.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the VideoAnalyzer resource produces the following output properties:
- Endpoints
List<Pulumi.
Azure Native. Video Analyzer. Outputs. Endpoint Response> - The endpoints associated with this resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Private
Endpoint List<Pulumi.Connections Azure Native. Video Analyzer. Outputs. Private Endpoint Connection Response> - Private Endpoint Connections created under Video Analyzer account.
- Provisioning
State string - Provisioning state of the Video Analyzer account.
- System
Data Pulumi.Azure Native. Video Analyzer. 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"
- Endpoints
[]Endpoint
Response - The endpoints associated with this resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Private
Endpoint []PrivateConnections Endpoint Connection Response - Private Endpoint Connections created under Video Analyzer account.
- Provisioning
State string - Provisioning state of the Video Analyzer account.
- 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"
- endpoints
List<Endpoint
Response> - The endpoints associated with this resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - Private Endpoint Connections created under Video Analyzer account.
- provisioning
State String - Provisioning state of the Video Analyzer account.
- 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"
- endpoints
Endpoint
Response[] - The endpoints associated with this resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- private
Endpoint PrivateConnections Endpoint Connection Response[] - Private Endpoint Connections created under Video Analyzer account.
- provisioning
State string - Provisioning state of the Video Analyzer account.
- 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"
- endpoints
Sequence[Endpoint
Response] - The endpoints associated with this resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - Private Endpoint Connections created under Video Analyzer account.
- provisioning_
state str - Provisioning state of the Video Analyzer account.
- 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"
- endpoints List<Property Map>
- The endpoints associated with this resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- private
Endpoint List<Property Map>Connections - Private Endpoint Connections created under Video Analyzer account.
- provisioning
State String - Provisioning state of the Video Analyzer account.
- 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
AccountEncryption, AccountEncryptionArgs
- Type
string | Pulumi.
Azure Native. Video Analyzer. Account Encryption Key Type - The type of key used to encrypt the Account Key.
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Resource Identity - The Key Vault identity.
- Key
Vault Pulumi.Properties Azure Native. Video Analyzer. Inputs. Key Vault Properties - The properties of the key used to encrypt the account.
- Type
string | Account
Encryption Key Type - The type of key used to encrypt the Account Key.
- Identity
Resource
Identity - The Key Vault identity.
- Key
Vault KeyProperties Vault Properties - The properties of the key used to encrypt the account.
- type
String | Account
Encryption Key Type - The type of key used to encrypt the Account Key.
- identity
Resource
Identity - The Key Vault identity.
- key
Vault KeyProperties Vault Properties - The properties of the key used to encrypt the account.
- type
string | Account
Encryption Key Type - The type of key used to encrypt the Account Key.
- identity
Resource
Identity - The Key Vault identity.
- key
Vault KeyProperties Vault Properties - The properties of the key used to encrypt the account.
- type
str | Account
Encryption Key Type - The type of key used to encrypt the Account Key.
- identity
Resource
Identity - The Key Vault identity.
- key_
vault_ Keyproperties Vault Properties - The properties of the key used to encrypt the account.
- type
String | "System
Key" | "Customer Key" - The type of key used to encrypt the Account Key.
- identity Property Map
- The Key Vault identity.
- key
Vault Property MapProperties - The properties of the key used to encrypt the account.
AccountEncryptionKeyType, AccountEncryptionKeyTypeArgs
- System
Key - SystemKeyThe Account Key is encrypted with a System Key.
- Customer
Key - CustomerKeyThe Account Key is encrypted with a Customer Key.
- Account
Encryption Key Type System Key - SystemKeyThe Account Key is encrypted with a System Key.
- Account
Encryption Key Type Customer Key - CustomerKeyThe Account Key is encrypted with a Customer Key.
- System
Key - SystemKeyThe Account Key is encrypted with a System Key.
- Customer
Key - CustomerKeyThe Account Key is encrypted with a Customer Key.
- System
Key - SystemKeyThe Account Key is encrypted with a System Key.
- Customer
Key - CustomerKeyThe Account Key is encrypted with a Customer Key.
- SYSTEM_KEY
- SystemKeyThe Account Key is encrypted with a System Key.
- CUSTOMER_KEY
- CustomerKeyThe Account Key is encrypted with a Customer Key.
- "System
Key" - SystemKeyThe Account Key is encrypted with a System Key.
- "Customer
Key" - CustomerKeyThe Account Key is encrypted with a Customer Key.
AccountEncryptionResponse, AccountEncryptionResponseArgs
- Status string
- The current status of the Key Vault mapping.
- Type string
- The type of key used to encrypt the Account Key.
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Resource Identity Response - The Key Vault identity.
- Key
Vault Pulumi.Properties Azure Native. Video Analyzer. Inputs. Key Vault Properties Response - The properties of the key used to encrypt the account.
- Status string
- The current status of the Key Vault mapping.
- Type string
- The type of key used to encrypt the Account Key.
- Identity
Resource
Identity Response - The Key Vault identity.
- Key
Vault KeyProperties Vault Properties Response - The properties of the key used to encrypt the account.
- status String
- The current status of the Key Vault mapping.
- type String
- The type of key used to encrypt the Account Key.
- identity
Resource
Identity Response - The Key Vault identity.
- key
Vault KeyProperties Vault Properties Response - The properties of the key used to encrypt the account.
- status string
- The current status of the Key Vault mapping.
- type string
- The type of key used to encrypt the Account Key.
- identity
Resource
Identity Response - The Key Vault identity.
- key
Vault KeyProperties Vault Properties Response - The properties of the key used to encrypt the account.
- status str
- The current status of the Key Vault mapping.
- type str
- The type of key used to encrypt the Account Key.
- identity
Resource
Identity Response - The Key Vault identity.
- key_
vault_ Keyproperties Vault Properties Response - The properties of the key used to encrypt the account.
- status String
- The current status of the Key Vault mapping.
- type String
- The type of key used to encrypt the Account Key.
- identity Property Map
- The Key Vault identity.
- key
Vault Property MapProperties - The properties of the key used to encrypt the account.
EndpointResponse, EndpointResponseArgs
- Type string
- The type of the endpoint.
- Endpoint
Url string - The URL of the endpoint.
- Type string
- The type of the endpoint.
- Endpoint
Url string - The URL of the endpoint.
- type String
- The type of the endpoint.
- endpoint
Url String - The URL of the endpoint.
- type string
- The type of the endpoint.
- endpoint
Url string - The URL of the endpoint.
- type str
- The type of the endpoint.
- endpoint_
url str - The URL of the endpoint.
- type String
- The type of the endpoint.
- endpoint
Url String - The URL of the endpoint.
GroupLevelAccessControl, GroupLevelAccessControlArgs
- Public
Network string | Pulumi.Access Azure Native. Video Analyzer. Public Network Access - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- Public
Network string | PublicAccess Network Access - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public
Network String | PublicAccess Network Access - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public
Network string | PublicAccess Network Access - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public_
network_ str | Publicaccess Network Access - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public
Network String | "Enabled" | "Disabled"Access - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
GroupLevelAccessControlResponse, GroupLevelAccessControlResponseArgs
- Public
Network stringAccess - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- Public
Network stringAccess - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public
Network StringAccess - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public
Network stringAccess - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public_
network_ straccess - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
- public
Network StringAccess - Whether or not public network access is allowed for specified resources under the Video Analyzer account.
IotHub, IotHubArgs
- Id string
- The IoT Hub resource identifier.
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Resource Identity - The IoT Hub identity.
- Id string
- The IoT Hub resource identifier.
- Identity
Resource
Identity - The IoT Hub identity.
- id String
- The IoT Hub resource identifier.
- identity
Resource
Identity - The IoT Hub identity.
- id string
- The IoT Hub resource identifier.
- identity
Resource
Identity - The IoT Hub identity.
- id str
- The IoT Hub resource identifier.
- identity
Resource
Identity - The IoT Hub identity.
- id String
- The IoT Hub resource identifier.
- identity Property Map
- The IoT Hub identity.
IotHubResponse, IotHubResponseArgs
- Id string
- The IoT Hub resource identifier.
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Resource Identity Response - The IoT Hub identity.
- Status string
- The current status of the Iot Hub mapping.
- Id string
- The IoT Hub resource identifier.
- Identity
Resource
Identity Response - The IoT Hub identity.
- Status string
- The current status of the Iot Hub mapping.
- id String
- The IoT Hub resource identifier.
- identity
Resource
Identity Response - The IoT Hub identity.
- status String
- The current status of the Iot Hub mapping.
- id string
- The IoT Hub resource identifier.
- identity
Resource
Identity Response - The IoT Hub identity.
- status string
- The current status of the Iot Hub mapping.
- id str
- The IoT Hub resource identifier.
- identity
Resource
Identity Response - The IoT Hub identity.
- status str
- The current status of the Iot Hub mapping.
- id String
- The IoT Hub resource identifier.
- identity Property Map
- The IoT Hub identity.
- status String
- The current status of the Iot Hub mapping.
KeyVaultProperties, KeyVaultPropertiesArgs
- Key
Identifier string - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- Key
Identifier string - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- key
Identifier String - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- key
Identifier string - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- key_
identifier str - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- key
Identifier String - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
KeyVaultPropertiesResponse, KeyVaultPropertiesResponseArgs
- Current
Key stringIdentifier - The current key used to encrypt Video Analyzer account, including the key version.
- Key
Identifier string - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- Current
Key stringIdentifier - The current key used to encrypt Video Analyzer account, including the key version.
- Key
Identifier string - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- current
Key StringIdentifier - The current key used to encrypt Video Analyzer account, including the key version.
- key
Identifier String - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- current
Key stringIdentifier - The current key used to encrypt Video Analyzer account, including the key version.
- key
Identifier string - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- current_
key_ stridentifier - The current key used to encrypt Video Analyzer account, including the key version.
- key_
identifier str - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
- current
Key StringIdentifier - The current key used to encrypt Video Analyzer account, including the key version.
- key
Identifier String - The URL of the Key Vault key used to encrypt the account. The key may either be versioned (for example https://vault/keys/mykey/version1) or reference a key without a version (for example https://vault/keys/mykey).
NetworkAccessControl, NetworkAccessControlArgs
- Consumption
Pulumi.
Azure Native. Video Analyzer. Inputs. Group Level Access Control - Public network access for consumption group.
- Ingestion
Pulumi.
Azure Native. Video Analyzer. Inputs. Group Level Access Control - Public network access for ingestion group.
- Integration
Pulumi.
Azure Native. Video Analyzer. Inputs. Group Level Access Control - Public network access for integration group.
- Consumption
Group
Level Access Control - Public network access for consumption group.
- Ingestion
Group
Level Access Control - Public network access for ingestion group.
- Integration
Group
Level Access Control - Public network access for integration group.
- consumption
Group
Level Access Control - Public network access for consumption group.
- ingestion
Group
Level Access Control - Public network access for ingestion group.
- integration
Group
Level Access Control - Public network access for integration group.
- consumption
Group
Level Access Control - Public network access for consumption group.
- ingestion
Group
Level Access Control - Public network access for ingestion group.
- integration
Group
Level Access Control - Public network access for integration group.
- consumption
Group
Level Access Control - Public network access for consumption group.
- ingestion
Group
Level Access Control - Public network access for ingestion group.
- integration
Group
Level Access Control - Public network access for integration group.
- consumption Property Map
- Public network access for consumption group.
- ingestion Property Map
- Public network access for ingestion group.
- integration Property Map
- Public network access for integration group.
NetworkAccessControlResponse, NetworkAccessControlResponseArgs
- Consumption
Pulumi.
Azure Native. Video Analyzer. Inputs. Group Level Access Control Response - Public network access for consumption group.
- Ingestion
Pulumi.
Azure Native. Video Analyzer. Inputs. Group Level Access Control Response - Public network access for ingestion group.
- Integration
Pulumi.
Azure Native. Video Analyzer. Inputs. Group Level Access Control Response - Public network access for integration group.
- Consumption
Group
Level Access Control Response - Public network access for consumption group.
- Ingestion
Group
Level Access Control Response - Public network access for ingestion group.
- Integration
Group
Level Access Control Response - Public network access for integration group.
- consumption
Group
Level Access Control Response - Public network access for consumption group.
- ingestion
Group
Level Access Control Response - Public network access for ingestion group.
- integration
Group
Level Access Control Response - Public network access for integration group.
- consumption
Group
Level Access Control Response - Public network access for consumption group.
- ingestion
Group
Level Access Control Response - Public network access for ingestion group.
- integration
Group
Level Access Control Response - Public network access for integration group.
- consumption
Group
Level Access Control Response - Public network access for consumption group.
- ingestion
Group
Level Access Control Response - Public network access for ingestion group.
- integration
Group
Level Access Control Response - Public network access for integration group.
- consumption Property Map
- Public network access for consumption group.
- ingestion Property Map
- Public network access for ingestion group.
- integration Property Map
- Public network access for integration group.
PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Private
Link Pulumi.Service Connection State Azure Native. Video Analyzer. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data Pulumi.Azure Native. Video Analyzer. Inputs. 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"
- Private
Endpoint Pulumi.Azure Native. Video Analyzer. Inputs. Private Endpoint Response - The resource of private end point.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- 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 string - The provisioning state of the private endpoint connection resource.
- 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"
- Private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- 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 String - The provisioning state of the private endpoint connection resource.
- 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"
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- 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 string - The provisioning state of the private endpoint connection resource.
- 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"
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- 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.
- 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"
- private_
endpoint PrivateEndpoint Response - The resource of private end point.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection resource.
- 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"
- private
Endpoint Property Map - The resource of private end point.
PrivateEndpointResponse, PrivateEndpointResponseArgs
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required 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 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 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 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.
- actions
Required 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.
PublicNetworkAccess, PublicNetworkAccessArgs
- Enabled
- EnabledPublic network access is enabled.
- Disabled
- DisabledPublic network access is disabled.
- Public
Network Access Enabled - EnabledPublic network access is enabled.
- Public
Network Access Disabled - DisabledPublic network access is disabled.
- Enabled
- EnabledPublic network access is enabled.
- Disabled
- DisabledPublic network access is disabled.
- Enabled
- EnabledPublic network access is enabled.
- Disabled
- DisabledPublic network access is disabled.
- ENABLED
- EnabledPublic network access is enabled.
- DISABLED
- DisabledPublic network access is disabled.
- "Enabled"
- EnabledPublic network access is enabled.
- "Disabled"
- DisabledPublic network access is disabled.
ResourceIdentity, ResourceIdentityArgs
- User
Assigned stringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- User
Assigned stringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user
Assigned StringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user
Assigned stringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user_
assigned_ stridentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user
Assigned StringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
ResourceIdentityResponse, ResourceIdentityResponseArgs
- User
Assigned stringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- User
Assigned stringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user
Assigned StringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user
Assigned stringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user_
assigned_ stridentity - The user assigned managed identity's resource identifier to use when accessing a resource.
- user
Assigned StringIdentity - The user assigned managed identity's resource identifier to use when accessing a resource.
StorageAccount, StorageAccountArgs
- Id string
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Resource Identity - A managed identity that Video Analyzer will use to access the storage account.
- Id string
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- Identity
Resource
Identity - A managed identity that Video Analyzer will use to access the storage account.
- id String
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- identity
Resource
Identity - A managed identity that Video Analyzer will use to access the storage account.
- id string
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- identity
Resource
Identity - A managed identity that Video Analyzer will use to access the storage account.
- id str
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- identity
Resource
Identity - A managed identity that Video Analyzer will use to access the storage account.
- id String
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- identity Property Map
- A managed identity that Video Analyzer will use to access the storage account.
StorageAccountResponse, StorageAccountResponseArgs
- Id string
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- Status string
- The current status of the storage account mapping.
- Identity
Pulumi.
Azure Native. Video Analyzer. Inputs. Resource Identity Response - A managed identity that Video Analyzer will use to access the storage account.
- Id string
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- Status string
- The current status of the storage account mapping.
- Identity
Resource
Identity Response - A managed identity that Video Analyzer will use to access the storage account.
- id String
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- status String
- The current status of the storage account mapping.
- identity
Resource
Identity Response - A managed identity that Video Analyzer will use to access the storage account.
- id string
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- status string
- The current status of the storage account mapping.
- identity
Resource
Identity Response - A managed identity that Video Analyzer will use to access the storage account.
- id str
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- status str
- The current status of the storage account mapping.
- identity
Resource
Identity Response - A managed identity that Video Analyzer will use to access the storage account.
- id String
- The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
- status String
- The current status of the storage account mapping.
- identity Property Map
- A managed identity that Video Analyzer will use to access the storage account.
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.
UserAssignedManagedIdentityResponse, UserAssignedManagedIdentityResponseArgs
- Client
Id string - The client ID.
- Principal
Id string - The principal ID.
- Client
Id string - The client ID.
- Principal
Id string - The principal ID.
- client
Id String - The client ID.
- principal
Id String - The principal ID.
- client
Id string - The client ID.
- principal
Id string - The principal ID.
- client_
id str - The client ID.
- principal_
id str - The principal ID.
- client
Id String - The client ID.
- principal
Id String - The principal ID.
VideoAnalyzerIdentity, VideoAnalyzerIdentityArgs
- Type string
- The identity type.
- User
Assigned List<string>Identities - The User Assigned Managed Identities.
- Type string
- The identity type.
- User
Assigned []stringIdentities - The User Assigned Managed Identities.
- type String
- The identity type.
- user
Assigned List<String>Identities - The User Assigned Managed Identities.
- type string
- The identity type.
- user
Assigned string[]Identities - The User Assigned Managed Identities.
- type str
- The identity type.
- user_
assigned_ Sequence[str]identities - The User Assigned Managed Identities.
- type String
- The identity type.
- user
Assigned List<String>Identities - The User Assigned Managed Identities.
VideoAnalyzerIdentityResponse, VideoAnalyzerIdentityResponseArgs
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Video Analyzer. Inputs. User Assigned Managed Identity Response> - The User Assigned Managed Identities.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Managed Identity Response - The User Assigned Managed Identities.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Managed Identity Response> - The User Assigned Managed Identities.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Managed Identity Response} - The User Assigned Managed Identities.
- type str
- The identity type.
- user_
assigned_ Mapping[str, Useridentities Assigned Managed Identity Response] - The User Assigned Managed Identities.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - The User Assigned Managed Identities.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0