ApiManagementNamedValueCreateOrUpdateContent Class

Definition

NamedValue details.

public class ApiManagementNamedValueCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData
public class ApiManagementNamedValueCreateOrUpdateContent : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementNamedValueCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementNamedValueCreateOrUpdateContent>
type ApiManagementNamedValueCreateOrUpdateContent = class
    inherit ResourceData
type ApiManagementNamedValueCreateOrUpdateContent = class
    inherit ResourceData
    interface IJsonModel<ApiManagementNamedValueCreateOrUpdateContent>
    interface IPersistableModel<ApiManagementNamedValueCreateOrUpdateContent>
Public Class ApiManagementNamedValueCreateOrUpdateContent
Inherits ResourceData
Public Class ApiManagementNamedValueCreateOrUpdateContent
Inherits ResourceData
Implements IJsonModel(Of ApiManagementNamedValueCreateOrUpdateContent), IPersistableModel(Of ApiManagementNamedValueCreateOrUpdateContent)
Inheritance
ApiManagementNamedValueCreateOrUpdateContent
Implements

Constructors

ApiManagementNamedValueCreateOrUpdateContent()

Initializes a new instance of ApiManagementNamedValueCreateOrUpdateContent.

Properties

DisplayName

Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IsSecret

Determines whether the value is a secret and should be encrypted or not. Default value is false.

KeyVault

KeyVault location details of the namedValue.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Optional tags that when provided can be used to filter the NamedValue list.

Value

Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

Explicit Interface Implementations

IJsonModel<ApiManagementNamedValueCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiManagementNamedValueCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementNamedValueCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementNamedValueCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiManagementNamedValueCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to