RegistryProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of the Registry
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryPropertiesTypeConverter))]
public class RegistryProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegistryProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryPropertiesTypeConverter))>]
type RegistryProperties = class
interface IRegistryProperties
interface IJsonSerializable
Public Class RegistryProperties
Implements IRegistryProperties
- Inheritance
-
RegistryProperties
- Attributes
- Implements
Constructors
RegistryProperties() |
Creates an new RegistryProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegistryProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegistryProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegistryProperties. |
FromJsonString(String) |
Creates a new instance of RegistryProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegistryProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |