IWithParentResource.WithParentResource(String) Method

Definition

Specifies the parent resource.

public Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate WithParentResource (string parentResourceId);
abstract member WithParentResource : string -> Microsoft.Azure.Management.ResourceManager.Fluent.GenericResource.Update.IUpdate
Public Function WithParentResource (parentResourceId As String) As IUpdate

Parameters

parentResourceId
String

parentResourceId the parent resource ID

Returns

the next stage of the generic resource definition

Applies to