Dela via


ResourceMovePolicy Class

Definition

The ResourceMovePolicy.

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

Constructors

ResourceMovePolicy()

Initializes a new instance of ResourceMovePolicy.

Properties

IsCrossResourceGroupMoveEnabled

Gets or sets the is cross resource group move enabled.

IsCrossSubscriptionMoveEnabled

Gets or sets the is cross subscription move enabled.

IsValidationRequired

Gets or sets the is validation required.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceMovePolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceMovePolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceMovePolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceMovePolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceMovePolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to