Class OnlineDeploymentDataInner


  • public final class OnlineDeploymentDataInner
    extends com.azure.core.management.Resource
    The OnlineDeploymentData model.
    • Constructor Detail

      • OnlineDeploymentDataInner

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

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

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

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

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

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