AzureEnvironmentResource
Handle TypeScript
interface AzureEnvironmentResource extends IResource { withLocation(location: ParameterResource): AzureEnvironmentResource; withResourceGroup(resourceGroup: ParameterResource): AzureEnvironmentResource;}Methods
method
withLocation builder Sets the Azure location for the shared Azure environment resource
withLocation(location: ParameterResource): AzureEnvironmentResourceParameters
location ParameterResource Returns
AzureEnvironmentResource method
withResourceGroup builder Sets the Azure resource group for the shared Azure environment resource
withResourceGroup(resourceGroup: ParameterResource): AzureEnvironmentResourceParameters
resourceGroup ParameterResource Returns
AzureEnvironmentResource