ArmMapsModelFactory.MapsAccountSasToken(String) 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.
A new Sas token which can be used to access the Maps REST APIs and is controlled by the specified Managed identity permissions on Azure (IAM) Role Based Access Control.
public static Azure.ResourceManager.Maps.Models.MapsAccountSasToken MapsAccountSasToken(string accountSasToken = default);
static member MapsAccountSasToken : string -> Azure.ResourceManager.Maps.Models.MapsAccountSasToken
Public Shared Function MapsAccountSasToken (Optional accountSasToken As String = Nothing) As MapsAccountSasToken
Parameters
- accountSasToken
- String
The shared access signature access token.
Returns
A new MapsAccountSasToken instance for mocking.