ArmMachineLearningModelFactory.MachineLearningWorkspacePatch 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.MachineLearningWorkspacePatch MachineLearningWorkspacePatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string applicationInsights = default, string containerRegistry = default, string description = default, bool? enableDataIsolation = 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, Azure.ResourceManager.MachineLearning.Models.SystemDatastoresAuthMode? systemDatastoresAuthMode = default, bool? isV1LegacyMode = default, int? serviceManagedResourcesCosmosDBCollectionsThroughput = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member MachineLearningWorkspacePatch : Azure.ResourceManager.Models.ManagedServiceIdentity * string * string * string * Nullable<bool> * 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<Azure.ResourceManager.MachineLearning.Models.SystemDatastoresAuthMode> * Nullable<bool> * Nullable<int> * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspacePatch
Public Shared Function MachineLearningWorkspacePatch (Optional identity As ManagedServiceIdentity = Nothing, Optional applicationInsights As String = Nothing, Optional containerRegistry As String = Nothing, Optional description As String = Nothing, Optional enableDataIsolation As Nullable(Of Boolean) = 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 systemDatastoresAuthMode As Nullable(Of SystemDatastoresAuthMode) = Nothing, Optional isV1LegacyMode As Nullable(Of Boolean) = Nothing, Optional serviceManagedResourcesCosmosDBCollectionsThroughput As Nullable(Of Integer) = Nothing, Optional sku As MachineLearningSku = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As MachineLearningWorkspacePatch
Parameters
- identity
- ManagedServiceIdentity
- 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.
- 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
Gets or sets the ManagedNetwork.
- 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.
- 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.
Gets or sets the CollectionsThroughput.
Optional. This field is required to be implemented by the RP because AML is supporting more than one tier.
- tags
- IDictionary<String,String>
The resource tags for the machine learning workspace.
Returns
A new MachineLearningWorkspacePatch instance for mocking.