NoneAuthTypeConnectionProperties Class
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.
The NoneAuthTypeConnectionProperties.
public class NoneAuthTypeConnectionProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesConnectionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.NoneAuthTypeConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.NoneAuthTypeConnectionProperties>
type NoneAuthTypeConnectionProperties = class
inherit CognitiveServicesConnectionProperties
interface IJsonModel<NoneAuthTypeConnectionProperties>
interface IPersistableModel<NoneAuthTypeConnectionProperties>
Public Class NoneAuthTypeConnectionProperties
Inherits CognitiveServicesConnectionProperties
Implements IJsonModel(Of NoneAuthTypeConnectionProperties), IPersistableModel(Of NoneAuthTypeConnectionProperties)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| NoneAuthTypeConnectionProperties() |
Initializes a new instance of NoneAuthTypeConnectionProperties. |
Properties
| Name | Description |
|---|---|
| Category |
Category of the connection. (Inherited from CognitiveServicesConnectionProperties) |
| CreatedByWorkspaceArmId |
Gets the CreatedByWorkspaceArmId. (Inherited from CognitiveServicesConnectionProperties) |
| Error |
Provides the error message if the connection fails. (Inherited from CognitiveServicesConnectionProperties) |
| ExpiryOn |
Gets or sets the ExpiryOn. (Inherited from CognitiveServicesConnectionProperties) |
| Group |
Group based on connection category. (Inherited from CognitiveServicesConnectionProperties) |
| IsSharedToAll |
Gets or sets the IsSharedToAll. (Inherited from CognitiveServicesConnectionProperties) |
| Metadata |
Store user metadata for this connection. (Inherited from CognitiveServicesConnectionProperties) |
| PeRequirement |
Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'. (Inherited from CognitiveServicesConnectionProperties) |
| PeStatus |
Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'. (Inherited from CognitiveServicesConnectionProperties) |
| SharedUserList |
Gets the SharedUserList. (Inherited from CognitiveServicesConnectionProperties) |
| Target |
The connection URL to be used. (Inherited from CognitiveServicesConnectionProperties) |
| UseWorkspaceManagedIdentity |
Gets or sets the UseWorkspaceManagedIdentity. (Inherited from CognitiveServicesConnectionProperties) |