Class ContainerAppAuthTokenInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.appcontainers.fluent.models.ContainerAppAuthTokenInner

public final class ContainerAppAuthTokenInner extends com.azure.core.management.Resource
Container App Auth Token.
  • Constructor Details

    • ContainerAppAuthTokenInner

      public ContainerAppAuthTokenInner()
      Creates an instance of ContainerAppAuthTokenInner class.
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • withLocation

      public ContainerAppAuthTokenInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ContainerAppAuthTokenInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • token

      public String token()
      Get the token property: Auth token value.
      Returns:
      the token value.
    • expires

      public OffsetDateTime expires()
      Get the expires property: Token expiration date.
      Returns:
      the expires value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.