MediaService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
MediaService() |
Initialise une nouvelle instance de la classe MediaService. |
MediaService(String, String, String, String, IDictionary<String, String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity, SystemData) |
Initialise une nouvelle instance de la classe MediaService. |
MediaService()
Initialise une nouvelle instance de la classe MediaService.
public MediaService ();
Public Sub New ()
S’applique à
MediaService(String, String, String, String, IDictionary<String, String>, Guid, IList<StorageAccount>, Nullable<StorageAuthentication>, AccountEncryption, KeyDelivery, Nullable<PublicNetworkAccess>, MediaServiceIdentity, SystemData)
Initialise une nouvelle instance de la classe MediaService.
public MediaService (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Guid mediaServiceId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StorageAccount> storageAccounts = default, Microsoft.Azure.Management.Media.Models.StorageAuthentication? storageAuthentication = default, Microsoft.Azure.Management.Media.Models.AccountEncryption encryption = default, Microsoft.Azure.Management.Media.Models.KeyDelivery keyDelivery = default, Microsoft.Azure.Management.Media.Models.PublicNetworkAccess? publicNetworkAccess = default, Microsoft.Azure.Management.Media.Models.MediaServiceIdentity identity = default, Microsoft.Azure.Management.Media.Models.SystemData systemData = default);
new Microsoft.Azure.Management.Media.Models.MediaService : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Guid * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StorageAccount> * Nullable<Microsoft.Azure.Management.Media.Models.StorageAuthentication> * Microsoft.Azure.Management.Media.Models.AccountEncryption * Microsoft.Azure.Management.Media.Models.KeyDelivery * Nullable<Microsoft.Azure.Management.Media.Models.PublicNetworkAccess> * Microsoft.Azure.Management.Media.Models.MediaServiceIdentity * Microsoft.Azure.Management.Media.Models.SystemData -> Microsoft.Azure.Management.Media.Models.MediaService
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional mediaServiceId As Guid = Nothing, Optional storageAccounts As IList(Of StorageAccount) = Nothing, Optional storageAuthentication As Nullable(Of StorageAuthentication) = Nothing, Optional encryption As AccountEncryption = Nothing, Optional keyDelivery As KeyDelivery = Nothing, Optional publicNetworkAccess As Nullable(Of PublicNetworkAccess) = Nothing, Optional identity As MediaServiceIdentity = Nothing, Optional systemData As SystemData = Nothing)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- tags
- IDictionary<String,String>
Balises de ressource.
- mediaServiceId
- Guid
ID de compte Media Services.
- storageAccounts
- IList<StorageAccount>
Comptes de stockage pour cette ressource.
- storageAuthentication
- Nullable<StorageAuthentication>
Les valeurs possibles sont les suivantes : 'System', 'ManagedIdentity'
- encryption
- AccountEncryption
Propriétés de chiffrement de compte.
- keyDelivery
- KeyDelivery
Propriétés de remise de clé pour le compte Media Services.
- publicNetworkAccess
- Nullable<PublicNetworkAccess>
Indique si l’accès au réseau public est autorisé ou non pour les ressources sous le compte Media Services. Les valeurs possibles sont les suivantes : 'Enabled', 'Disabled'
- identity
- MediaServiceIdentity
Identité managée pour le compte Media Services.
- systemData
- SystemData
Métadonnées système relatives à cette ressource.
S’applique à
Azure SDK for .NET