StreamingEndpoint.DefinitionStages.WithParentResource Interface

public static interface StreamingEndpoint.DefinitionStages.WithParentResource

The stage of the StreamingEndpoint definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withExistingMediaservice(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Method Details

withExistingMediaservice

public abstract StreamingEndpoint.DefinitionStages.WithCreate withExistingMediaservice(String resourceGroupName, String accountName)

Specifies resourceGroupName, accountName.

Parameters:

resourceGroupName - The name of the resource group within the Azure subscription.
accountName - The Media Services account name.

Returns:

the next definition stage.

Applies to