你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithParentResource<T,ParentT>.WithExistingParentResource 方法

定义

重载

WithExistingParentResource(ParentT)

在父资源下创建新的子资源。

WithExistingParentResource(String, String)

在父资源下创建新的子资源。

WithExistingParentResource(ParentT)

在父资源下创建新的子资源。

public Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<T> WithExistingParentResource (ParentT existingParentResource);
abstract member WithExistingParentResource : 'ParentT -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<'T>
Public Function WithExistingParentResource (existingParentResource As ParentT) As ICreatable(Of T)

参数

existingParentResource
ParentT

要在其中创建此资源的父资源。

返回

适用于

WithExistingParentResource(String, String)

在父资源下创建新的子资源。

public Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<T> WithExistingParentResource (string groupName, string parentName);
abstract member WithExistingParentResource : string * string -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<'T>
Public Function WithExistingParentResource (groupName As String, parentName As String) As ICreatable(Of T)

参数

groupName
String

父资源的资源组的名称。

parentName
String

父资源的名称。

返回

适用于