LocatorBaseCollection.CreateLocator 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
CreateLocator(LocatorType, IAsset, IAccessPolicy)
public Microsoft.WindowsAzure.MediaServices.Client.ILocator CreateLocator (Microsoft.WindowsAzure.MediaServices.Client.LocatorType locatorType, Microsoft.WindowsAzure.MediaServices.Client.IAsset asset, Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy accessPolicy);
member this.CreateLocator : Microsoft.WindowsAzure.MediaServices.Client.LocatorType * Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy -> Microsoft.WindowsAzure.MediaServices.Client.ILocator
Public Function CreateLocator (locatorType As LocatorType, asset As IAsset, accessPolicy As IAccessPolicy) As ILocator
Parameters
- locatorType
- LocatorType
- asset
- IAsset
- accessPolicy
- IAccessPolicy
Returns
Applies to
CreateLocator(LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
public Microsoft.WindowsAzure.MediaServices.Client.ILocator CreateLocator (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.CreateLocator : Microsoft.WindowsAzure.MediaServices.Client.LocatorType * Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy * Nullable<DateTime> * string -> Microsoft.WindowsAzure.MediaServices.Client.ILocator
Public Function CreateLocator (locatorType As LocatorType, asset As IAsset, accessPolicy As IAccessPolicy, startTime As Nullable(Of DateTime), Optional name As String = Nothing) As ILocator
Parameters
- locatorType
- LocatorType
- asset
- IAsset
- accessPolicy
- IAccessPolicy
- name
- String
Returns
Applies to
CreateLocator(String, LocatorType, IAsset, IAccessPolicy, Nullable<DateTime>, String)
public Microsoft.WindowsAzure.MediaServices.Client.ILocator CreateLocator (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.CreateLocator : string * Microsoft.WindowsAzure.MediaServices.Client.LocatorType * Microsoft.WindowsAzure.MediaServices.Client.IAsset * Microsoft.WindowsAzure.MediaServices.Client.IAccessPolicy * Nullable<DateTime> * string -> Microsoft.WindowsAzure.MediaServices.Client.ILocator
Public Function CreateLocator (locatorId As String, locatorType As LocatorType, asset As IAsset, accessPolicy As IAccessPolicy, startTime As Nullable(Of DateTime), Optional name As String = Nothing) As ILocator
Parameters
- locatorId
- String
- locatorType
- LocatorType
- 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