public static interface GenericResource.UpdateStages.WithParentResource
| Modifier and Type | Method and Description |
|---|---|
GenericResource.Update |
withParentResourceId(String parentResourceId)
Specifies the parent resource.
|
GenericResource.Update |
withParentResourcePath(String parentResourcePath)
Specifies the parent resource relative path.
|
GenericResource.Update withParentResourceId(String parentResourceId)
parentResourceId - the parent resource idGenericResource.Update withParentResourcePath(String parentResourcePath)
parentResourcePath - the relative path of parent resource/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/