你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeploymentType Class
- java.
lang. Object - com.
azure. resourcemanager. confidentialledger. models. DeploymentType
- com.
Implements
public final class DeploymentType
implements JsonSerializable<DeploymentType>
DeploymentType Object representing DeploymentType for Managed CCF.
Constructor Summary
Constructor | Description |
---|---|
DeploymentType() |
Creates an instance of Deployment |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
appSourceUri()
Get the app |
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
Language |
languageRuntime()
Get the language |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Deployment |
withAppSourceUri(String appSourceUri)
Set the app |
Deployment |
withLanguageRuntime(LanguageRuntime languageRuntime)
Set the language |
Methods inherited from java.lang.Object
Constructor Details
DeploymentType
public DeploymentType()
Creates an instance of DeploymentType class.
Method Details
appSourceUri
public String appSourceUri()
Get the appSourceUri property: Source Uri containing ManagedCCF code.
Returns:
fromJson
public static DeploymentType fromJson(JsonReader jsonReader)
Reads an instance of DeploymentType from the JsonReader.
Parameters:
Returns:
Throws:
languageRuntime
public LanguageRuntime languageRuntime()
Get the languageRuntime property: Unique name for the Managed CCF.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAppSourceUri
public DeploymentType withAppSourceUri(String appSourceUri)
Set the appSourceUri property: Source Uri containing ManagedCCF code.
Parameters:
Returns:
withLanguageRuntime
public DeploymentType withLanguageRuntime(LanguageRuntime languageRuntime)
Set the languageRuntime property: Unique name for the Managed CCF.
Parameters:
Returns: