Condividi tramite


NotificationRule.IPersistableModel<NotificationRule>.Create Method

Definition

Azure.Developer.LoadTesting.NotificationRule IPersistableModel<NotificationRule>.Create(BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
abstract member System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.NotificationRule>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.Developer.LoadTesting.NotificationRule
override this.System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.NotificationRule>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.Developer.LoadTesting.NotificationRule
Function Create (data As BinaryData, options As ModelReaderWriterOptions) As NotificationRule Implements IPersistableModel(Of NotificationRule).Create

Parameters

data
BinaryData

The data to parse.

options
ModelReaderWriterOptions

The client options for reading and writing models.

Returns

Implements

Applies to