Class BatchEndpointDataInner


  • public final class BatchEndpointDataInner
    extends com.azure.core.management.Resource
    The BatchEndpointData model.
    • Constructor Detail

      • BatchEndpointDataInner

        public BatchEndpointDataInner()
    • Method Detail

      • identity

        public ManagedServiceIdentity identity()
        Get the identity property: Managed service identity (system assigned and/or user assigned identities).
        Returns:
        the identity value.
      • withIdentity

        public BatchEndpointDataInner withIdentity​(ManagedServiceIdentity identity)
        Set the identity property: Managed service identity (system assigned and/or user assigned identities).
        Parameters:
        identity - the identity value to set.
        Returns:
        the BatchEndpointDataInner object itself.
      • kind

        public String kind()
        Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
        Returns:
        the kind value.
      • withKind

        public BatchEndpointDataInner withKind​(String kind)
        Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
        Parameters:
        kind - the kind value to set.
        Returns:
        the BatchEndpointDataInner object itself.
      • properties

        public BatchEndpointDetails properties()
        Get the properties property: [Required] Additional attributes of the entity.
        Returns:
        the properties value.
      • withProperties

        public BatchEndpointDataInner withProperties​(BatchEndpointDetails properties)
        Set the properties property: [Required] Additional attributes of the entity.
        Parameters:
        properties - the properties value to set.
        Returns:
        the BatchEndpointDataInner object itself.
      • sku

        public Sku sku()
        Get the sku property: Sku details required for ARM contract for Autoscaling.
        Returns:
        the sku value.
      • withSku

        public BatchEndpointDataInner withSku​(Sku sku)
        Set the sku property: Sku details required for ARM contract for Autoscaling.
        Parameters:
        sku - the sku value to set.
        Returns:
        the BatchEndpointDataInner object itself.
      • withLocation

        public BatchEndpointDataInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • validate

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