IBuilder<T>.Create(RestClient, String, IResourceGroup) 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.
public T Create (Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient restClient, string subscriptionId, Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup resourceGroup);
abstract member Create : Microsoft.Azure.Management.ResourceManager.Fluent.Core.RestClient * string * Microsoft.Azure.Management.ResourceManager.Fluent.IResourceGroup -> 'T
Public Function Create (restClient As RestClient, subscriptionId As String, resourceGroup As IResourceGroup) As T
Parameters
- restClient
- RestClient
- subscriptionId
- String
- resourceGroup
- IResourceGroup
Returns
T
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET