Share via


CognitiveServicesConnectionPatch.Properties Property

Definition

The properties that the Cognitive services connection will be updated with. Please note CognitiveServicesConnectionProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AadAuthTypeConnectionProperties, AccessKeyAuthTypeConnectionProperties, AccountKeyAuthTypeConnectionProperties, ApiKeyAuthConnectionProperties, CustomKeysConnectionProperties, ManagedIdentityAuthTypeConnectionProperties, NoneAuthTypeConnectionProperties, OAuth2AuthTypeConnectionProperties, PatAuthTypeConnectionProperties, SASAuthTypeConnectionProperties, ServicePrincipalAuthTypeConnectionProperties and UsernamePasswordAuthTypeConnectionProperties.

public Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesConnectionProperties Properties { get; set; }
member this.Properties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesConnectionProperties with get, set
Public Property Properties As CognitiveServicesConnectionProperties

Property Value

Applies to