Condividi tramite


ListConnectionDetailsParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.devspaces.models.ListConnectionDetailsParameters

Implements

public final class ListConnectionDetailsParameters
implements JsonSerializable<ListConnectionDetailsParameters>

Parameters for listing connection details of an Azure Dev Spaces Controller.

Constructor Summary

Constructor Description
ListConnectionDetailsParameters()

Creates an instance of ListConnectionDetailsParameters class.

Method Summary

Modifier and Type Method and Description
static ListConnectionDetailsParameters fromJson(JsonReader jsonReader)

Reads an instance of ListConnectionDetailsParameters from the JsonReader.

String targetContainerHostResourceId()

Get the targetContainerHostResourceId property: Resource ID of the target container host mapped to the Azure Dev Spaces Controller.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ListConnectionDetailsParameters withTargetContainerHostResourceId(String targetContainerHostResourceId)

Set the targetContainerHostResourceId property: Resource ID of the target container host mapped to the Azure Dev Spaces Controller.

Methods inherited from java.lang.Object

Constructor Details

ListConnectionDetailsParameters

public ListConnectionDetailsParameters()

Creates an instance of ListConnectionDetailsParameters class.

Method Details

fromJson

public static ListConnectionDetailsParameters fromJson(JsonReader jsonReader)

Reads an instance of ListConnectionDetailsParameters from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

targetContainerHostResourceId

public String targetContainerHostResourceId()

Get the targetContainerHostResourceId property: Resource ID of the target container host mapped to the Azure Dev Spaces Controller.

Returns:

the targetContainerHostResourceId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withTargetContainerHostResourceId

public ListConnectionDetailsParameters withTargetContainerHostResourceId(String targetContainerHostResourceId)

Set the targetContainerHostResourceId property: Resource ID of the target container host mapped to the Azure Dev Spaces Controller.

Parameters:

targetContainerHostResourceId - the targetContainerHostResourceId value to set.

Returns:

the ListConnectionDetailsParameters object itself.

Applies to