WorkspaceManagerAssignmentData Class

Definition

A class representing the WorkspaceManagerAssignment data model. The workspace manager assignment

public class WorkspaceManagerAssignmentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentData>
type WorkspaceManagerAssignmentData = class
    inherit ResourceData
    interface IJsonModel<WorkspaceManagerAssignmentData>
    interface IPersistableModel<WorkspaceManagerAssignmentData>
Public Class WorkspaceManagerAssignmentData
Inherits ResourceData
Implements IJsonModel(Of WorkspaceManagerAssignmentData), IPersistableModel(Of WorkspaceManagerAssignmentData)
Inheritance
WorkspaceManagerAssignmentData
Implements

Constructors

WorkspaceManagerAssignmentData()

Initializes a new instance of WorkspaceManagerAssignmentData.

Properties

ETag

Resource Etag.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Items

List of resources included in this workspace manager assignment.

LastJobEndOn

The time the last job associated to this assignment ended at.

LastJobProvisioningState

State of the last job associated to this assignment.

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)
TargetResourceName

The resource name of the workspace manager group targeted by the workspace manager assignment.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<WorkspaceManagerAssignmentData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkspaceManagerAssignmentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WorkspaceManagerAssignmentData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkspaceManagerAssignmentData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkspaceManagerAssignmentData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to