共用方式為


MapsAccountSasTokenInner Class

  • java.lang.Object
    • com.azure.resourcemanager.maps.fluent.models.MapsAccountSasTokenInner

public final class MapsAccountSasTokenInner

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.

Constructor Summary

Constructor Description
MapsAccountSasTokenInner()

Creates an instance of MapsAccountSasTokenInner class.

Method Summary

Modifier and Type Method and Description
String accountSasToken()

Get the accountSasToken property: The shared access signature access token.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MapsAccountSasTokenInner

public MapsAccountSasTokenInner()

Creates an instance of MapsAccountSasTokenInner class.

Method Details

accountSasToken

public String accountSasToken()

Get the accountSasToken property: The shared access signature access token.

Returns:

the accountSasToken value.

validate

public void validate()

Validates the instance.

Applies to