ArmMachineLearningModelFactory.MachineLearningWorkspacePropertiesPatch Method
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.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspacePropertiesPatch MachineLearningWorkspacePropertiesPatch(string applicationInsights = default, string containerRegistry = default, string description = default, bool? enableDataIsolation = default, string encryptionKeyIdentifier = default, Azure.ResourceManager.MachineLearning.Models.FeatureStoreSettings featureStoreSettings = default, string friendlyName = default, string imageBuildCompute = default, Azure.ResourceManager.MachineLearning.Models.ManagedNetworkSettings managedNetwork = default, string primaryUserAssignedIdentity = default, Azure.ResourceManager.MachineLearning.Models.PublicNetworkAccess? publicNetworkAccessType = default, Azure.ResourceManager.MachineLearning.Models.ServerlessComputeSettings serverlessComputeSettings = default, int? serviceManagedResourcesCosmosDBCollectionsThroughput = default, Azure.ResourceManager.MachineLearning.Models.SystemDatastoresAuthMode? systemDatastoresAuthMode = default, bool? isV1LegacyMode = default);
static member MachineLearningWorkspacePropertiesPatch : string * string * string * Nullable<bool> * string * Azure.ResourceManager.MachineLearning.Models.FeatureStoreSettings * string * string * Azure.ResourceManager.MachineLearning.Models.ManagedNetworkSettings * string * Nullable<Azure.ResourceManager.MachineLearning.Models.PublicNetworkAccess> * Azure.ResourceManager.MachineLearning.Models.ServerlessComputeSettings * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.SystemDatastoresAuthMode> * Nullable<bool> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspacePropertiesPatch
Public Shared Function MachineLearningWorkspacePropertiesPatch (Optional applicationInsights As String = Nothing, Optional containerRegistry As String = Nothing, Optional description As String = Nothing, Optional enableDataIsolation As Nullable(Of Boolean) = Nothing, Optional encryptionKeyIdentifier As String = Nothing, Optional featureStoreSettings As FeatureStoreSettings = Nothing, Optional friendlyName As String = Nothing, Optional imageBuildCompute As String = Nothing, Optional managedNetwork As ManagedNetworkSettings = Nothing, Optional primaryUserAssignedIdentity As String = Nothing, Optional publicNetworkAccessType As Nullable(Of PublicNetworkAccess) = Nothing, Optional serverlessComputeSettings As ServerlessComputeSettings = Nothing, Optional serviceManagedResourcesCosmosDBCollectionsThroughput As Nullable(Of Integer) = Nothing, Optional systemDatastoresAuthMode As Nullable(Of SystemDatastoresAuthMode) = Nothing, Optional isV1LegacyMode As Nullable(Of Boolean) = Nothing) As MachineLearningWorkspacePropertiesPatch
Parameters
- applicationInsights
- String
ARM id of the application insights associated with this workspace.
- containerRegistry
- String
ARM id of the container registry associated with this workspace.
- description
- String
The description of this workspace.
- encryptionKeyIdentifier
- String
Gets the KeyIdentifier.
- featureStoreSettings
- FeatureStoreSettings
Settings for feature store type workspace.
- friendlyName
- String
The friendly name for this workspace. This name in mutable.
- imageBuildCompute
- String
The compute name for image build.
- managedNetwork
- ManagedNetworkSettings
- primaryUserAssignedIdentity
- String
The user assigned identity resource id that represents the workspace identity.
- publicNetworkAccessType
- Nullable<PublicNetworkAccess>
Whether requests from Public Network are allowed.
- serverlessComputeSettings
- ServerlessComputeSettings
Settings for serverless compute in a workspace.
Gets or sets the CollectionsThroughput.
- systemDatastoresAuthMode
- Nullable<SystemDatastoresAuthMode>
The auth mode used for accessing the system datastores of the workspace.
Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
Returns
A new MachineLearningWorkspacePropertiesPatch instance for mocking.