Share via


LambdaTestHyperExecuteOrganizationProperties Class

Definition

Properties specific to Organization.

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

Constructors

Name Description
LambdaTestHyperExecuteOrganizationProperties(LambdaTestHyperExecuteMarketplaceDetails, LambdaTestHyperExecuteUserDetails, LambdaTestHyperExecuteOfferPartnerProperties)

Initializes a new instance of LambdaTestHyperExecuteOrganizationProperties.

Properties

Name Description
Marketplace

Marketplace details of the resource.

PartnerLicensesSubscribed

The number of licenses subscribed.

ProvisioningState

Provisioning state of the resource.

SingleSignOnProperties

Single sign-on properties.

User

Details of the user.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<LambdaTestHyperExecuteOrganizationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LambdaTestHyperExecuteOrganizationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LambdaTestHyperExecuteOrganizationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LambdaTestHyperExecuteOrganizationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LambdaTestHyperExecuteOrganizationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to