Class BatchDeploymentDataInner


  • public final class BatchDeploymentDataInner
    extends com.azure.core.management.Resource
    The BatchDeploymentData model.
    • Constructor Detail

      • BatchDeploymentDataInner

        public BatchDeploymentDataInner()
    • 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 BatchDeploymentDataInner 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 BatchDeploymentDataInner 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 BatchDeploymentDataInner 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 BatchDeploymentDataInner object itself.
      • properties

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

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

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

        public BatchDeploymentDataInner withSku​(Sku sku)
        Set the sku property: Sku details required for ARM contract for Autoscaling.
        Parameters:
        sku - the sku value to set.
        Returns:
        the BatchDeploymentDataInner object itself.
      • 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 BatchDeploymentDataInner 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.