IRegistryProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryPropertiesTypeConverter))]
public interface IRegistryProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryPropertiesTypeConverter))>]
type IRegistryProperties = interface
    interface IJsonSerializable
Public Interface IRegistryProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DiscoveryUrl

Discovery URL for the Registry

IntellectualPropertyPublisher

IntellectualPropertyPublisher for the registry

ManagedResourceGroupResourceId

Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

MlFlowRegistryUri

MLFlow Registry URI for the Registry

PublicNetworkAccess

Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"

RegionDetail

Details of each region the registry is in

RegistryPrivateEndpointConnection

Private endpoint connections info used for pending connections in private link portal

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to