Property | Type | Description | |
---|---|---|---|
DisposeOfCancellationSource | void | ||
GetCmdletHeaders | string>.Dictionary | ||
GetLongRunningOperationTracker | |||
HandleException | void |
Method | Description | |
---|---|---|
DetermineParameterSetName ( ) : string |
Determines the parameter set name.
|
|
ExecuteCmdlet ( ) : void |
The
|
|
GetResourcesClient ( ) : ResourceManagerRestRestClient |
Gets a new instance of the ResourceManagerRestRestClient.
|
Method | Description | |
---|---|---|
BeginProcessing ( ) : void |
The
|
|
DetermineApiVersion ( string resourceId, bool pre = null ) : Task |
Determines the API version.
|
|
DetermineApiVersion ( string providerNamespace, string resourceType, bool pre = null ) : Task |
Determines the API version.
|
|
EndProcessing ( ) : void |
The
|
|
OnBeginProcessing ( ) : void |
When overridden, allows child classes to be called when the
|
|
OnEndProcessing ( ) : void |
When overridden, allows child classes to be called when the
|
|
OnProcessRecord ( ) : void |
When overridden, allows child classes to be called when the
|
|
OnStopProcessing ( ) : void |
When overridden, allows child classes to be called when the
|
|
StopProcessing ( ) : void |
The
|
|
TryConvertAndWriteObject ( string resultString ) : void |
Writes the object
|
|
TryConvertToResourceAndWriteObject ( string resultString ) : void |
Writes the object
|
|
WriteObject ( JToken result ) : void |
Writes a JToken object as a PSObject.
|
Method | Description | |
---|---|---|
DisposeOfCancellationSource ( ) : void |
Disposes of the CancellationTokenSource.
|
|
GetCmdletHeaders ( ) : string>.Dictionary |
||
GetLongRunningOperationTracker ( string activityName, bool isResourceCreateOrUpdate ) : |
Gets a new instance of the long running operation helper.
|
|
HandleException ( |
Provides specialized exception handling.
|
protected DetermineApiVersion ( string resourceId, bool pre = null ) : Task |
||
resourceId | string | The resource Id. |
pre | bool | When specified, indicates if pre-release API versions should be considered. |
return | Task |
protected DetermineApiVersion ( string providerNamespace, string resourceType, bool pre = null ) : Task |
||
providerNamespace | string | The provider namespace. |
resourceType | string | The resource type. |
pre | bool | When specified, indicates if pre-release API versions should be considered. |
return | Task |
public DetermineParameterSetName ( ) : string | ||
return | string |
public GetResourcesClient ( ) : ResourceManagerRestRestClient | ||
return | ResourceManagerRestRestClient |
protected TryConvertAndWriteObject ( string resultString ) : void | ||
resultString | string | The result as a string |
return | void |
protected TryConvertToResourceAndWriteObject ( string resultString ) : void | ||
resultString | string | The result as a string |
return | void |
protected WriteObject ( JToken result ) : void | ||
result | JToken | The result of the action. |
return | void |