Class GetEndpointResult


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

      • createdAt

        public java.util.Optional<java.lang.String> createdAt()
        Returns:
        The timestamp of resource creation (UTC).
      • createdBy

        public java.util.Optional<java.lang.String> createdBy()
        Returns:
        The identity that created the resource.
      • createdByType

        public java.util.Optional<java.lang.String> createdByType()
        Returns:
        The type of identity that created the resource.
      • id

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

        public java.util.Optional<java.lang.String> lastModifiedAt()
        Returns:
        The timestamp of resource last modification (UTC)
      • lastModifiedBy

        public java.util.Optional<java.lang.String> lastModifiedBy()
        Returns:
        The identity that last modified the resource.
      • lastModifiedByType

        public java.util.Optional<java.lang.String> lastModifiedByType()
        Returns:
        The type of identity that last modified the resource.
      • name

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

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

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