Class DeploymentInner


  • public final class DeploymentInner
    extends com.azure.core.management.ProxyResource
    Cognitive Services account deployment.
    • Constructor Detail

      • DeploymentInner

        public DeploymentInner()
    • Method Detail

      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • etag

        public String etag()
        Get the etag property: Resource Etag.
        Returns:
        the etag value.
      • properties

        public DeploymentProperties properties()
        Get the properties property: Properties of Cognitive Services account deployment.
        Returns:
        the properties value.
      • withProperties

        public DeploymentInner withProperties​(DeploymentProperties properties)
        Set the properties property: Properties of Cognitive Services account deployment.
        Parameters:
        properties - the properties value to set.
        Returns:
        the DeploymentInner object itself.
      • validate

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