Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.fluent.models.TokenInformationInner
-
Packages that use TokenInformationInner Package Description com.azure.resourcemanager.recoveryservicesbackup.fluent Package containing the service clients for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.fluent.models Package containing the inner data models for RecoveryServicesBackupClient.com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of TokenInformationInner in com.azure.resourcemanager.recoveryservicesbackup.fluent
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return TokenInformationInner Modifier and Type Method Description TokenInformationInner
SecurityPINsClient. get(String vaultName, String resourceGroupName)
Get the security PIN.Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent that return types with arguments of type TokenInformationInner Modifier and Type Method Description com.azure.core.http.rest.Response<TokenInformationInner>
SecurityPINsClient. getWithResponse(String vaultName, String resourceGroupName, SecurityPinBase parameters, com.azure.core.util.Context context)
Get the security PIN. -
Uses of TokenInformationInner in com.azure.resourcemanager.recoveryservicesbackup.fluent.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.fluent.models that return TokenInformationInner Modifier and Type Method Description TokenInformationInner
TokenInformationInner. withExpiryTimeInUtcTicks(Long expiryTimeInUtcTicks)
Set the expiryTimeInUtcTicks property: Expiry time of token.TokenInformationInner
TokenInformationInner. withSecurityPin(String securityPin)
Set the securityPin property: Security PIN.TokenInformationInner
TokenInformationInner. withToken(String token)
Set the token property: Token value. -
Uses of TokenInformationInner in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return TokenInformationInner Modifier and Type Method Description TokenInformationInner
TokenInformation. innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.TokenInformationInner object.
-