ContainerRegistryAccessToken Class
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.
public class ContainerRegistryAccessToken : Microsoft.Azure.ContainerRegistry.AuthToken
type ContainerRegistryAccessToken = class
inherit AuthToken
Public Class ContainerRegistryAccessToken
Inherits AuthToken
- Inheritance
Constructors
ContainerRegistryAccessToken(ContainerRegistryRefreshToken, String, String) | |
ContainerRegistryAccessToken(String, String, String, String) |
Fields
RefreshFunction | (Inherited from AuthToken) |
Properties
Expiration | (Inherited from AuthToken) |
Scope | |
Value | (Inherited from AuthToken) |
Methods
CheckAndRefresh() | (Inherited from AuthToken) |
InitializeToken(AuthToken+AcquireCallback) | (Inherited from AuthToken) |
NeedsRefresh() | (Inherited from AuthToken) |
Refresh() | (Inherited from AuthToken) |
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