ContainerSandboxGroupAccessToken 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.
The result of getting an access token for a SandboxGroup.
public class ContainerSandboxGroupAccessToken : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupAccessToken>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerInstance.Models.ContainerSandboxGroupAccessToken>
type ContainerSandboxGroupAccessToken = class
interface IJsonModel<ContainerSandboxGroupAccessToken>
interface IPersistableModel<ContainerSandboxGroupAccessToken>
Public Class ContainerSandboxGroupAccessToken
Implements IJsonModel(Of ContainerSandboxGroupAccessToken), IPersistableModel(Of ContainerSandboxGroupAccessToken)
- Inheritance
-
ContainerSandboxGroupAccessToken
- Implements
Properties
| Name | Description |
|---|---|
| AccessToken |
The access token used to authenticate against the endpoint. |
| Endpoint |
The endpoint URL to use with the access token. |
| NotAfterOn |
The UTC date and time at which the access token expires. |