Freigeben über


DeploymentType Class

  • java.lang.Object
    • com.azure.resourcemanager.confidentialledger.models.DeploymentType

Implements

public final class DeploymentType
implements JsonSerializable<DeploymentType>

DeploymentType Object representing DeploymentType for Managed CCF.

Constructor Summary

Constructor Description
DeploymentType()

Creates an instance of DeploymentType class.

Method Summary

Modifier and Type Method and Description
String appSourceUri()

Get the appSourceUri property: Source Uri containing ManagedCCF code.

static DeploymentType fromJson(JsonReader jsonReader)

Reads an instance of DeploymentType from the JsonReader.

LanguageRuntime languageRuntime()

Get the languageRuntime property: Unique name for the Managed CCF.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DeploymentType withAppSourceUri(String appSourceUri)

Set the appSourceUri property: Source Uri containing ManagedCCF code.

DeploymentType withLanguageRuntime(LanguageRuntime languageRuntime)

Set the languageRuntime property: Unique name for the Managed CCF.

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:

the appSourceUri value.

fromJson

public static DeploymentType fromJson(JsonReader jsonReader)

Reads an instance of DeploymentType from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DeploymentType if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DeploymentType.

languageRuntime

public LanguageRuntime languageRuntime()

Get the languageRuntime property: Unique name for the Managed CCF.

Returns:

the languageRuntime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAppSourceUri

public DeploymentType withAppSourceUri(String appSourceUri)

Set the appSourceUri property: Source Uri containing ManagedCCF code.

Parameters:

appSourceUri - the appSourceUri value to set.

Returns:

the DeploymentType object itself.

withLanguageRuntime

public DeploymentType withLanguageRuntime(LanguageRuntime languageRuntime)

Set the languageRuntime property: Unique name for the Managed CCF.

Parameters:

languageRuntime - the languageRuntime value to set.

Returns:

the DeploymentType object itself.

Applies to