MachineLearningApplicationSharingPolicy Struct
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.
Policy for sharing applications on this compute instance among users of parent workspace. If Personal, only the creator can access applications on this compute instance. When Shared, any workspace user can access applications on this instance depending on his/her assigned role.
public readonly struct MachineLearningApplicationSharingPolicy : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningApplicationSharingPolicy>
type MachineLearningApplicationSharingPolicy = struct
Public Structure MachineLearningApplicationSharingPolicy
Implements IEquatable(Of MachineLearningApplicationSharingPolicy)
- Inheritance
-
MachineLearningApplicationSharingPolicy
- Implements
Constructors
MachineLearningApplicationSharingPolicy(String) |
Initializes a new instance of MachineLearningApplicationSharingPolicy. |
Properties
Personal |
Personal. |
Shared |
Shared. |
Methods
Equals(MachineLearningApplicationSharingPolicy) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MachineLearningApplicationSharingPolicy, MachineLearningApplicationSharingPolicy) |
Determines if two MachineLearningApplicationSharingPolicy values are the same. |
Implicit(String to MachineLearningApplicationSharingPolicy) |
Converts a string to a MachineLearningApplicationSharingPolicy. |
Inequality(MachineLearningApplicationSharingPolicy, MachineLearningApplicationSharingPolicy) |
Determines if two MachineLearningApplicationSharingPolicy values are not the same. |
Applies to
Azure SDK for .NET