RaiEgressManagedIdentityRef(String) Constructor
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.
Initializes a new instance of RaiEgressManagedIdentityRef.
public RaiEgressManagedIdentityRef(string resource);
new Azure.ResourceManager.CognitiveServices.Models.RaiEgressManagedIdentityRef : string -> Azure.ResourceManager.CognitiveServices.Models.RaiEgressManagedIdentityRef
Public Sub New (resource As String)
Parameters
- resource
- String
The resource/audience the token is requested for.
Exceptions
resource is null.