DevOpsCapability Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.DevOpsCapability

Implements

public final class DevOpsCapability
implements JsonSerializable<DevOpsCapability>

Details about DevOps capability.

Method Summary

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

Reads an instance of DevOpsCapability from the JsonReader.

String name()

Get the name property: Gets the name of the DevOps capability.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String value()

Get the value property: Gets the value of the DevOps capability.

Methods inherited from java.lang.Object

Method Details

fromJson

public static DevOpsCapability fromJson(JsonReader jsonReader)

Reads an instance of DevOpsCapability from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DevOpsCapability 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 DevOpsCapability.

name

public String name()

Get the name property: Gets the name of the DevOps capability.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Gets the value of the DevOps capability.

Returns:

the value value.

Applies to