ApiResourceBuilder.ApiResource(String) 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.
Creates a new builder for an externally registered API.
public:
 static Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiResourceBuilder ^ ApiResource(System::String ^ name);public static Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder ApiResource(string name);static member ApiResource : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilderPublic Shared Function ApiResource (name As String) As ApiResourceBuilderParameters
- name
- String
The name of the API.