Class PartialOnlineDeploymentPartialTrackedResource


  • public final class PartialOnlineDeploymentPartialTrackedResource
    extends Object
    Strictly used in update requests.
    • Constructor Detail

      • PartialOnlineDeploymentPartialTrackedResource

        public PartialOnlineDeploymentPartialTrackedResource()
    • Method Detail

      • identity

        public PartialManagedServiceIdentity identity()
        Get the identity property: Managed service identity (system assigned and/or user assigned identities).
        Returns:
        the identity value.
      • 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 PartialOnlineDeploymentPartialTrackedResource 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 PartialOnlineDeploymentPartialTrackedResource object itself.
      • location

        public String location()
        Get the location property: The geo-location where the resource lives.
        Returns:
        the location value.
      • withLocation

        public PartialOnlineDeploymentPartialTrackedResource withLocation​(String location)
        Set the location property: The geo-location where the resource lives.
        Parameters:
        location - the location value to set.
        Returns:
        the PartialOnlineDeploymentPartialTrackedResource object itself.
      • properties

        public PartialOnlineDeployment properties()
        Get the properties property: Additional attributes of the entity.
        Returns:
        the properties value.
      • sku

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

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

        public Map<String,​String> tags()
        Get the tags property: Resource tags.
        Returns:
        the tags value.
      • validate

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