CognitiveServicesExtensions.GetRaiContentFilter 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 Content Filters by Name.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/raiContentFilters/{filterName}
- Operation Id: RaiContentFilters_Get
- Default Api Version: 2024-10-01
- Resource: RaiContentFilterResource
public static Azure.Response<Azure.ResourceManager.CognitiveServices.RaiContentFilterResource> GetRaiContentFilter (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string filterName, System.Threading.CancellationToken cancellationToken = default);
static member GetRaiContentFilter : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CognitiveServices.RaiContentFilterResource>
<Extension()>
Public Function GetRaiContentFilter (subscriptionResource As SubscriptionResource, location As AzureLocation, filterName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RaiContentFilterResource)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
Resource location.
- filterName
- String
The name of the RAI Content Filter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
or filterName
is null.
filterName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET