Поделиться через


MigrationAssessmentGroupData Class

Definition

A class representing the MigrationAssessmentGroup data model. Group resource.

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

Constructors

MigrationAssessmentGroupData()

Initializes a new instance of MigrationAssessmentGroupData.

Properties

AreAssessmentsRunning

If the assessments are in running state.

Assessments

List of References to Assessments created on this group.

CreatedOn

Time when this group was created. Date-Time represented in ISO-8601 format.

GroupStatus

Whether the group has been created and is valid.

GroupType

The type of group.

Id

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

(Inherited from ResourceData)
MachineCount

Number of machines part of this group.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The status of the last operation.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SupportedAssessmentTypes

List of assessment types supported on this group.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UpdatedOn

Time when this group was last updated. Date-Time represented in ISO-8601 format.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrationAssessmentGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MigrationAssessmentGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MigrationAssessmentGroupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrationAssessmentGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MigrationAssessmentGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to