IClientCreator<TClient,TOptions>.CreateClient 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.
Construct a TClient
instance for this resource
that was deployed. This is intended to be called from the
Azure.Deployment.ProvisioningDeployment.CreateClient
user facing
method.
public TClient CreateClient (System.Collections.Generic.IReadOnlyDictionary<string,object?> deploymentOutputs, Azure.Core.TokenCredential credential, TOptions? options = default);
abstract member CreateClient : System.Collections.Generic.IReadOnlyDictionary<string, obj> * Azure.Core.TokenCredential * 'Options -> 'Client
Public Function CreateClient (deploymentOutputs As IReadOnlyDictionary(Of String, Object), credential As TokenCredential, Optional options As TOptions = Nothing) As TClient
Parameters
- deploymentOutputs
- IReadOnlyDictionary<String,Object>
The outputs for the deployed resources.
- credential
- TokenCredential
A credential to use for creating the client.
- options
- TOptions
Optional ClientOptions to use for creating the client.
Returns
TClient
A data-plane client for the provisioned resource.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET