Aracılığıyla paylaş


ApplicationSharingPolicy 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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicyTypeConverter))]
public struct ApplicationSharingPolicy : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicy>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ApplicationSharingPolicyTypeConverter))>]
type ApplicationSharingPolicy = struct
    interface IArgumentCompleter
Public Structure ApplicationSharingPolicy
Implements IArgumentCompleter, IEquatable(Of ApplicationSharingPolicy)
Inheritance
ApplicationSharingPolicy
Attributes
Implements

Fields

Personal
Shared

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ApplicationSharingPolicy)

Compares values of enum type ApplicationSharingPolicy

Equals(Object)

Compares values of enum type ApplicationSharingPolicy (override for Object)

GetHashCode()

Returns hashCode for enum ApplicationSharingPolicy

ToString()

Returns string representation for ApplicationSharingPolicy

Operators

Equality(ApplicationSharingPolicy, ApplicationSharingPolicy)

Overriding == operator for enum ApplicationSharingPolicy

Implicit(ApplicationSharingPolicy to String)

Implicit operator to convert ApplicationSharingPolicy to string

Implicit(String to ApplicationSharingPolicy)

Implicit operator to convert string to ApplicationSharingPolicy

Inequality(ApplicationSharingPolicy, ApplicationSharingPolicy)

Overriding != operator for enum ApplicationSharingPolicy

Applies to