C# Class Microsoft.Azure.Commands.StreamAnalytics.StreamAnalyticsBaseCmdlet

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description

Protected Methods

Method Description
ResolveResourceName ( string rawJsonContent, string nameFromCmdletContext, string resourceType ) : string
WriteExceptionError ( Exception exception ) : void

Method Details

ResolveResourceName() protected method

protected ResolveResourceName ( string rawJsonContent, string nameFromCmdletContext, string resourceType ) : string
rawJsonContent string
nameFromCmdletContext string
resourceType string
return string

WriteExceptionError() protected method

protected WriteExceptionError ( Exception exception ) : void
exception System.Exception
return void