
com.azure.resourcemanager.resources.models.ParameterDefinitionsValue Maven / Gradle / Ivy
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.resources.models;
import com.azure.core.annotation.Fluent;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import java.io.IOException;
import java.util.List;
/**
* The definition of a parameter that can be provided to the policy.
*/
@Fluent
public final class ParameterDefinitionsValue implements JsonSerializable {
/*
* The data type of the parameter.
*/
private ParameterType type;
/*
* The allowed values for the parameter.
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy