LocatorBaseCollection.CreateLocatorAsync Méthode
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
CreateLocatorAsync(LocatorType, IAsset, IAccessPolicy)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator> CreateLocatorAsync (Microsoft.WindowsAzure.MediaServices.Client.LocatorType locatorType, Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy accessPolicy);
member this.CreateLocatorAsync : Microsoft.WindowsAzure.MediaServices.Client.LocatorType * Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
Public Function CreateLocatorAsync (locatorType As LocatorType, asset As IAsset, accessPolicy As IAccessPolicy) As Task(Of ILocator)
Paramètres
- locatorType
- LocatorType
- asset
- IAsset
- accessPolicy
- IAccessPolicy
Retours
S’applique à
CreateLocatorAsync(LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator> CreateLocatorAsync (Microsoft.WindowsAzure.MediaServices.Client.LocatorType locatorType, Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy accessPolicy, DateTime? startTime, string name = default);
member this.CreateLocatorAsync : Microsoft.WindowsAzure.MediaServices.Client.LocatorType * Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy * Nullable<DateTime> * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
Public Function CreateLocatorAsync (locatorType As LocatorType, asset As IAsset, accessPolicy As IAccessPolicy, startTime As Nullable(Of DateTime), Optional name As String = Nothing) As Task(Of ILocator)
Paramètres
- locatorType
- LocatorType
- asset
- IAsset
- accessPolicy
- IAccessPolicy
- name
- String
Retours
S’applique à
CreateLocatorAsync(String, LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator> CreateLocatorAsync (string locatorId, Microsoft.WindowsAzure.MediaServices.Client.LocatorType locatorType, Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy accessPolicy, DateTime? startTime, string name = default);
member this.CreateLocatorAsync : string * Microsoft.WindowsAzure.MediaServices.Client.LocatorType * Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy * Nullable<DateTime> * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
Public Function CreateLocatorAsync (locatorId As String, locatorType As LocatorType, asset As IAsset, accessPolicy As IAccessPolicy, startTime As Nullable(Of DateTime), Optional name As String = Nothing) As Task(Of ILocator)
Paramètres
- locatorId
- String
- locatorType
- LocatorType
- asset
- IAsset
- accessPolicy
- IAccessPolicy
- name
- String
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET