CognitiveServicesAccountResource.GetCognitiveServicesManagedNetworkSettings Method
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.
Get API for managed network settings of a cognitive services account.
public virtual Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesManagedNetworkSettingsResource> GetCognitiveServicesManagedNetworkSettings(string managedNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCognitiveServicesManagedNetworkSettings : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesManagedNetworkSettingsResource>
override this.GetCognitiveServicesManagedNetworkSettings : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesManagedNetworkSettingsResource>
Public Overridable Function GetCognitiveServicesManagedNetworkSettings (managedNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CognitiveServicesManagedNetworkSettingsResource)
Parameters
- managedNetworkName
- String
Name of the managedNetwork associated with the cognitive services account. Only 'default' is supported.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
managedNetworkName is null.
managedNetworkName is an empty string, and was expected to be non-empty.