Class GetServerlessEndpointResult


  • public final class GetServerlessEndpointResult
    extends java.lang.Object
    • Method Detail

      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • identity

        public java.util.Optional<ManagedServiceIdentityResponse> identity()
        Returns:
        Managed service identity (system assigned and/or user assigned identities)
      • kind

        public java.util.Optional<java.lang.String> kind()
        Returns:
        Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • serverlessEndpointProperties

        public ServerlessEndpointResponse serverlessEndpointProperties()
        Returns:
        [Required] Additional attributes of the entity.
      • sku

        public java.util.Optional<SkuResponse> sku()
        Returns:
        Sku details required for ARM contract for Autoscaling.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"