다음을 통해 공유


IDeploymentResourceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DeploymentResourcePropertiesTypeConverter))]
public interface IDeploymentResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DeploymentResourcePropertiesTypeConverter))>]
type IDeploymentResourceProperties = interface
    interface IJsonSerializable
Public Interface IDeploymentResourceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Active

Indicates whether the Deployment is active

DeploymentSettingAddonConfig

Collection of addons

DeploymentSettingEnvironmentVariable

Collection of environment variables

Instance

Collection of instances belong to the Deployment

ProvisioningState

Provisioning state of the Deployment

ResourceRequestCpu

Required CPU. 1 core can be represented by 1 or 1000m. This should be 500m or 1 for Basic tier, and {500m, 1, 2, 3, 4} for Standard tier.

ResourceRequestMemory

Required memory. 1 GB can be represented by 1Gi or 1024Mi. This should be {512Mi, 1Gi, 2Gi} for Basic tier, and {512Mi, 1Gi, 2Gi, ..., 8Gi} for Standard tier.

Source

Uploaded source information of the deployment.

Status

Status of the Deployment

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to