LocatorBaseCollection.CreateSasLocatorAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateSasLocatorAsync(IAsset, IAccessPolicy) | |
CreateSasLocatorAsync(IAsset, IAccessPolicy, Nullable<DateTime>, String) |
CreateSasLocatorAsync(IAsset, IAccessPolicy)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator> CreateSasLocatorAsync (Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy accessPolicy);
member this.CreateSasLocatorAsync : Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
Public Function CreateSasLocatorAsync (asset As IAsset, accessPolicy As IAccessPolicy) As Task(Of ILocator)
Parameters
- asset
- IAsset
- accessPolicy
- IAccessPolicy
Returns
Applies to
CreateSasLocatorAsync(IAsset, IAccessPolicy, Nullable<DateTime>, String)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator> CreateSasLocatorAsync (Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy accessPolicy, DateTime? startTime, string name = default);
member this.CreateSasLocatorAsync : Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy * Nullable<DateTime> * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ILocator>
Public Function CreateSasLocatorAsync (asset As IAsset, accessPolicy As IAccessPolicy, startTime As Nullable(Of DateTime), Optional name As String = Nothing) As Task(Of ILocator)
Parameters
- asset
- IAsset
- accessPolicy
- IAccessPolicy
- name
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET