IWithParentResource<T,ParentT>.WithExistingParentResource 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.
Overloads
WithExistingParentResource(ParentT) |
Creates a new child resource under parent resource. |
WithExistingParentResource(String, String) |
Creates a new child resource under parent resource. |
WithExistingParentResource(ParentT)
Creates a new child resource under parent resource.
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)
Parameters
- existingParentResource
- ParentT
The parent resource under which this resource to be created.
Returns
Applies to
WithExistingParentResource(String, String)
Creates a new child resource under parent resource.
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)
Parameters
- groupName
- String
The name of the resource group for parent resource.
- parentName
- String
The name of the parent resource.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET