Interface WorkloadNetworkPortMirroring.DefinitionStages.WithParentResource
-
- All Known Subinterfaces:
WorkloadNetworkPortMirroring.Definition
,WorkloadNetworkPortMirroring.DefinitionStages.Blank
- Enclosing interface:
- WorkloadNetworkPortMirroring.DefinitionStages
public static interface WorkloadNetworkPortMirroring.DefinitionStages.WithParentResource
The stage of the WorkloadNetworkPortMirroring definition allowing to specify parent resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadNetworkPortMirroring.DefinitionStages.WithCreate
withExistingPrivateCloud(String resourceGroupName, String privateCloudName)
Specifies resourceGroupName, privateCloudName.
-
-
-
Method Detail
-
withExistingPrivateCloud
WorkloadNetworkPortMirroring.DefinitionStages.WithCreate withExistingPrivateCloud(String resourceGroupName, String privateCloudName)
Specifies resourceGroupName, privateCloudName.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.privateCloudName
- Name of the private cloud.- Returns:
- the next definition stage.
-
-