azure-native.media.getMediaService
Explore with Pulumi AI
Get the details of a Media Services account
Uses Azure REST API version 2023-01-01.
Other available API versions: 2015-10-01, 2018-03-30-preview, 2018-06-01-preview, 2018-07-01, 2020-05-01, 2021-05-01, 2021-06-01, 2021-11-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native media [ApiVersion]
. See the version guide for details.
Using getMediaService
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 getMediaService(args: GetMediaServiceArgs, opts?: InvokeOptions): Promise<GetMediaServiceResult>
function getMediaServiceOutput(args: GetMediaServiceOutputArgs, opts?: InvokeOptions): Output<GetMediaServiceResult>
def get_media_service(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMediaServiceResult
def get_media_service_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMediaServiceResult]
func LookupMediaService(ctx *Context, args *LookupMediaServiceArgs, opts ...InvokeOption) (*LookupMediaServiceResult, error)
func LookupMediaServiceOutput(ctx *Context, args *LookupMediaServiceOutputArgs, opts ...InvokeOption) LookupMediaServiceResultOutput
> Note: This function is named LookupMediaService
in the Go SDK.
public static class GetMediaService
{
public static Task<GetMediaServiceResult> InvokeAsync(GetMediaServiceArgs args, InvokeOptions? opts = null)
public static Output<GetMediaServiceResult> Invoke(GetMediaServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMediaServiceResult> getMediaService(GetMediaServiceArgs args, InvokeOptions options)
public static Output<GetMediaServiceResult> getMediaService(GetMediaServiceArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:media:getMediaService
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- account
Name string - The Media Services account name.
- resource
Group stringName - The name of the resource group within the Azure subscription.
- account_
name str - The Media Services account name.
- resource_
group_ strname - The name of the resource group within the Azure subscription.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
getMediaService Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Media
Service stringId - The Media Services account ID.
- Name string
- The name of the resource
- Private
Endpoint List<Pulumi.Connections Azure Native. Media. Outputs. Private Endpoint Connection Response> - The Private Endpoint Connections created for the Media Service account.
- Provisioning
State string - Provisioning state of the Media Services account.
- System
Data Pulumi.Azure Native. Media. Outputs. System Data Response - The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Encryption
Pulumi.
Azure Native. Media. Outputs. Account Encryption Response - The account encryption properties.
- Identity
Pulumi.
Azure Native. Media. Outputs. Media Service Identity Response - The Managed Identity for the Media Services account.
- Key
Delivery Pulumi.Azure Native. Media. Outputs. Key Delivery Response - The Key Delivery properties for Media Services account.
- Minimum
Tls stringVersion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
- Public
Network stringAccess - Whether or not public network access is allowed for resources under the Media Services account.
- Storage
Accounts List<Pulumi.Azure Native. Media. Outputs. Storage Account Response> - The storage accounts for this resource.
- Storage
Authentication string - Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Media
Service stringId - The Media Services account ID.
- Name string
- The name of the resource
- Private
Endpoint []PrivateConnections Endpoint Connection Response - The Private Endpoint Connections created for the Media Service account.
- Provisioning
State string - Provisioning state of the Media Services account.
- System
Data SystemData Response - The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Encryption
Account
Encryption Response - The account encryption properties.
- Identity
Media
Service Identity Response - The Managed Identity for the Media Services account.
- Key
Delivery KeyDelivery Response - The Key Delivery properties for Media Services account.
- Minimum
Tls stringVersion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
- Public
Network stringAccess - Whether or not public network access is allowed for resources under the Media Services account.
- Storage
Accounts []StorageAccount Response - The storage accounts for this resource.
- Storage
Authentication string - map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- media
Service StringId - The Media Services account ID.
- name String
- The name of the resource
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - The Private Endpoint Connections created for the Media Service account.
- provisioning
State String - Provisioning state of the Media Services account.
- system
Data SystemData Response - The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryption
Account
Encryption Response - The account encryption properties.
- identity
Media
Service Identity Response - The Managed Identity for the Media Services account.
- key
Delivery KeyDelivery Response - The Key Delivery properties for Media Services account.
- minimum
Tls StringVersion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
- public
Network StringAccess - Whether or not public network access is allowed for resources under the Media Services account.
- storage
Accounts List<StorageAccount Response> - The storage accounts for this resource.
- storage
Authentication String - Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- media
Service stringId - The Media Services account ID.
- name string
- The name of the resource
- private
Endpoint PrivateConnections Endpoint Connection Response[] - The Private Endpoint Connections created for the Media Service account.
- provisioning
State string - Provisioning state of the Media Services account.
- system
Data SystemData Response - The system metadata relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryption
Account
Encryption Response - The account encryption properties.
- identity
Media
Service Identity Response - The Managed Identity for the Media Services account.
- key
Delivery KeyDelivery Response - The Key Delivery properties for Media Services account.
- minimum
Tls stringVersion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
- public
Network stringAccess - Whether or not public network access is allowed for resources under the Media Services account.
- storage
Accounts StorageAccount Response[] - The storage accounts for this resource.
- storage
Authentication string - {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- media_
service_ strid - The Media Services account ID.
- name str
- The name of the resource
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - The Private Endpoint Connections created for the Media Service account.
- provisioning_
state str - Provisioning state of the Media Services account.
- system_
data SystemData Response - The system metadata relating to this resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryption
Account
Encryption Response - The account encryption properties.
- identity
Media
Service Identity Response - The Managed Identity for the Media Services account.
- key_
delivery KeyDelivery Response - The Key Delivery properties for Media Services account.
- minimum_
tls_ strversion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
- public_
network_ straccess - Whether or not public network access is allowed for resources under the Media Services account.
- storage_
accounts Sequence[StorageAccount Response] - The storage accounts for this resource.
- storage_
authentication str - Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- media
Service StringId - The Media Services account ID.
- name String
- The name of the resource
- private
Endpoint List<Property Map>Connections - The Private Endpoint Connections created for the Media Service account.
- provisioning
State String - Provisioning state of the Media Services account.
- system
Data Property Map - The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryption Property Map
- The account encryption properties.
- identity Property Map
- The Managed Identity for the Media Services account.
- key
Delivery Property Map - The Key Delivery properties for Media Services account.
- minimum
Tls StringVersion - The minimum TLS version allowed for this account's requests. This is an optional property. If unspecified, a secure default value will be used.
- public
Network StringAccess - Whether or not public network access is allowed for resources under the Media Services account.
- storage
Accounts List<Property Map> - The storage accounts for this resource.
- storage
Authentication String - Map<String>
- Resource tags.
Supporting Types
AccessControlResponse
- Default
Action string - The behavior for IP access control in Key Delivery.
- Ip
Allow List<string>List - The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
- Default
Action string - The behavior for IP access control in Key Delivery.
- Ip
Allow []stringList - The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
- default
Action String - The behavior for IP access control in Key Delivery.
- ip
Allow List<String>List - The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
- default
Action string - The behavior for IP access control in Key Delivery.
- ip
Allow string[]List - The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
- default_
action str - The behavior for IP access control in Key Delivery.
- ip_
allow_ Sequence[str]list - The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
- default
Action String - The behavior for IP access control in Key Delivery.
- ip
Allow List<String>List - The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
AccountEncryptionResponse
- 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. Media. Inputs. Resource Identity Response - The Key Vault identity.
- Key
Vault Pulumi.Properties Azure Native. Media. 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.
KeyDeliveryResponse
- Access
Control Pulumi.Azure Native. Media. Inputs. Access Control Response - The access control properties for Key Delivery.
- Access
Control AccessControl Response - The access control properties for Key Delivery.
- access
Control AccessControl Response - The access control properties for Key Delivery.
- access
Control AccessControl Response - The access control properties for Key Delivery.
- access_
control AccessControl Response - The access control properties for Key Delivery.
- access
Control Property Map - The access control properties for Key Delivery.
KeyVaultPropertiesResponse
- Current
Key stringIdentifier - The current key used to encrypt the Media Services 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 the Media Services 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 the Media Services 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 the Media Services 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 the Media Services 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 the Media Services 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).
MediaServiceIdentityResponse
- Principal
Id string - The Principal ID of the identity.
- Tenant
Id string - The Tenant ID of the identity.
- Type string
- The identity type.
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Media. Inputs. User Assigned Managed Identity Response> - The user assigned managed identities.
- Principal
Id string - The Principal ID of the identity.
- Tenant
Id string - The Tenant ID of the identity.
- Type string
- The identity type.
- User
Assigned map[string]UserIdentities Assigned Managed Identity Response - The user assigned managed identities.
- principal
Id String - The Principal ID of the identity.
- tenant
Id String - The Tenant ID of the identity.
- type String
- The identity type.
- user
Assigned Map<String,UserIdentities Assigned Managed Identity Response> - The user assigned managed identities.
- principal
Id string - The Principal ID of the identity.
- tenant
Id string - The Tenant ID of the identity.
- type string
- The identity type.
- user
Assigned {[key: string]: UserIdentities Assigned Managed Identity Response} - The user assigned managed identities.
- principal_
id str - The Principal ID of the identity.
- tenant_
id str - The Tenant ID of the identity.
- type str
- The identity type.
- user_
assigned_ Mapping[str, Useridentities Assigned Managed Identity Response] - The user assigned managed identities.
- principal
Id String - The Principal ID of the identity.
- tenant
Id String - The Tenant ID of the identity.
- type String
- The identity type.
- user
Assigned Map<Property Map>Identities - The user assigned managed identities.
PrivateEndpointConnectionResponse
- 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. Media. 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.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Private
Endpoint Pulumi.Azure Native. Media. 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.
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- 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.
ResourceIdentityResponse
- Use
System boolAssigned Identity - Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.
- User
Assigned stringIdentity - The user assigned managed identity's ARM ID to use when accessing a resource.
- Use
System boolAssigned Identity - Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.
- User
Assigned stringIdentity - The user assigned managed identity's ARM ID to use when accessing a resource.
- use
System BooleanAssigned Identity - Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.
- user
Assigned StringIdentity - The user assigned managed identity's ARM ID to use when accessing a resource.
- use
System booleanAssigned Identity - Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.
- user
Assigned stringIdentity - The user assigned managed identity's ARM ID to use when accessing a resource.
- use_
system_ boolassigned_ identity - Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.
- user_
assigned_ stridentity - The user assigned managed identity's ARM ID to use when accessing a resource.
- use
System BooleanAssigned Identity - Indicates whether to use System Assigned Managed Identity. Mutual exclusive with User Assigned Managed Identity.
- user
Assigned StringIdentity - The user assigned managed identity's ARM ID to use when accessing a resource.
StorageAccountResponse
- Status string
- The current status of the storage account mapping.
- Type string
- The type of the storage account.
- Id string
- The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
- Identity
Pulumi.
Azure Native. Media. Inputs. Resource Identity Response - The storage account identity.
- Status string
- The current status of the storage account mapping.
- Type string
- The type of the storage account.
- Id string
- The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
- Identity
Resource
Identity Response - The storage account identity.
- status String
- The current status of the storage account mapping.
- type String
- The type of the storage account.
- id String
- The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
- identity
Resource
Identity Response - The storage account identity.
- status string
- The current status of the storage account mapping.
- type string
- The type of the storage account.
- id string
- The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
- identity
Resource
Identity Response - The storage account identity.
- status str
- The current status of the storage account mapping.
- type str
- The type of the storage account.
- id str
- The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
- identity
Resource
Identity Response - The storage account identity.
- status String
- The current status of the storage account mapping.
- type String
- The type of the storage account.
- id String
- The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
- identity Property Map
- The storage account identity.
SystemDataResponse
- 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
- 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.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0