FabricProfile Class
- java.
lang. Object - com.
azure. resourcemanager. devopsinfrastructure. models. FabricProfile
- com.
Implements
public class FabricProfile
implements JsonSerializable<FabricProfile>
Defines the type of fabric the agent will run on.
Constructor Summary
| Constructor | Description |
|---|---|
| FabricProfile() |
Creates an instance of Fabric |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Fabric |
fromJson(JsonReader jsonReader)
Reads an instance of Fabric |
| String |
kind()
Get the kind property: Discriminator property for Fabric |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
FabricProfile
public FabricProfile()
Creates an instance of FabricProfile class.
Method Details
fromJson
public static FabricProfile fromJson(JsonReader jsonReader)
Reads an instance of FabricProfile from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: Discriminator property for FabricProfile.
Returns:
toJson
validate
public void validate()
Validates the instance.