ApiManagementNamedValueData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the ApiManagementNamedValue data model. NamedValue details.
public class ApiManagementNamedValueData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.ApiManagementNamedValueData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.ApiManagementNamedValueData>
type ApiManagementNamedValueData = class
inherit ResourceData
interface IJsonModel<ApiManagementNamedValueData>
interface IPersistableModel<ApiManagementNamedValueData>
Public Class ApiManagementNamedValueData
Inherits ResourceData
Implements IJsonModel(Of ApiManagementNamedValueData), IPersistableModel(Of ApiManagementNamedValueData)
- Inheritance
- Implements
Constructors
ApiManagementNamedValueData() |
Initializes a new instance of ApiManagementNamedValueData. |
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. |
KeyVaultDetails |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<ApiManagementNamedValueData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ApiManagementNamedValueData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ApiManagementNamedValueData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ApiManagementNamedValueData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ApiManagementNamedValueData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET