Compartilhar via


MachineLearningApplicationSharingPolicy Struct

Definition

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

Name Description
MachineLearningApplicationSharingPolicy(String)

Initializes a new instance of MachineLearningApplicationSharingPolicy.

Properties

Name Description
Personal

Personal.

Shared

Shared.

Methods

Name Description
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

Name Description
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