Uses of Interface
com.azure.resourcemanager.recoveryservicesbackup.models.TokenInformation
-
Packages that use TokenInformation Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of TokenInformation in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return TokenInformation Modifier and Type Method Description TokenInformation
SecurityPINs. get(String vaultName, String resourceGroupName)
Get the security PIN.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type TokenInformation Modifier and Type Method Description com.azure.core.http.rest.Response<TokenInformation>
SecurityPINs. getWithResponse(String vaultName, String resourceGroupName, SecurityPinBase parameters, com.azure.core.util.Context context)
Get the security PIN.
-