Share via


DevOpsAzurePermissionProfile Class

Definition

Defines the type of Azure DevOps pool permission.

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

Constructors

DevOpsAzurePermissionProfile(DevOpsAzurePermissionType)

Initializes a new instance of DevOpsAzurePermissionProfile.

Properties

Groups

Group email addresses.

Kind

Determines who has admin permissions to the Azure DevOps pool.

Users

User email addresses.

Explicit Interface Implementations

IJsonModel<DevOpsAzurePermissionProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevOpsAzurePermissionProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevOpsAzurePermissionProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevOpsAzurePermissionProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevOpsAzurePermissionProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to