TenantAccessInfoCreateOrUpdateContent Class

Definition

Tenant access information update parameters.

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

Constructors

TenantAccessInfoCreateOrUpdateContent()

Initializes a new instance of TenantAccessInfoCreateOrUpdateContent.

Properties

IsDirectAccessEnabled

Determines whether direct access is enabled.

PrimaryKey

Primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

PrincipalId

Principal (User) Identifier.

SecondaryKey

Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

Explicit Interface Implementations

IJsonModel<TenantAccessInfoCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TenantAccessInfoCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TenantAccessInfoCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TenantAccessInfoCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TenantAccessInfoCreateOrUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to