HybridComputeSettingsProperties Class

Definition

Settings for hybrid compute management.

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

Constructors

HybridComputeSettingsProperties(AutoProvisionState)

Initializes a new instance of HybridComputeSettingsProperties.

Properties

AutoProvision

Whether or not to automatically install Azure Arc (hybrid compute) agents on machines.

HybridComputeProvisioningState

State of the service principal and its secret.

ProxyServer

For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.

Region

The location where the metadata of machines will be stored.

ResourceGroupName

The name of the resource group where Arc (Hybrid Compute) connectors are connected.

ServicePrincipal

An object to access resources that are secured by an Azure AD tenant.

Explicit Interface Implementations

IJsonModel<HybridComputeSettingsProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HybridComputeSettingsProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HybridComputeSettingsProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HybridComputeSettingsProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HybridComputeSettingsProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to