Microsoft.Azure.Management.ServerManagement.xml
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.Azure.Management.ServerManagement</name> </assembly> <members> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.CommandCompleted"> <summary> Indicates a message of type CommandCompletedMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.Exit"> <summary> Indicates a message of type ExitMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.Prompt"> <summary> Indicates a message of type PromptMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.PromptForChoice"> <summary> Indicates a message of type PromptForChoiceMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.PromptForCredential"> <summary> Indicates a message of type PromptForCredentialMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.ReadLine"> <summary> Indicates a message of type ReadLineMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.ReadLineAsSecureString"> <summary> Indicates a message of type ReadLineAsSecureStringMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.Write"> <summary> Indicates a message of type WriteMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.WriteLine"> <summary> Indicates a message of type WriteLineMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.WriteProgress"> <summary> Indicates a message of type WriteProgressMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.ClearBuffer"> <summary> Indicates a message of type ClearBufferMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.SetBackgroundColor"> <summary> Indicates a message of type SetBackgroundColorMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.SetBufferSize"> <summary> Indicates a message of type SetBufferSizeMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.SetForegroundColor"> <summary> Indicates a message of type SetForegroundColorMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.SetWindowSize"> <summary> Indicates a message of type SetWindowSizeMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.SetWindowTitle"> <summary> Indicates a message of type SetWindowTitleMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.SessionTerminated"> <summary> Indicates a message of type SessionTerminatedMessage </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.PromptResponse"> <summary> Indicates response message type for Prompt </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.PromptChoiceResponse"> <summary> Indicates response message type for Choice Prompt </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.ReadLineResponse"> <summary> Indicates response message type for ReadLine </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.ReadLineAsSecureStringResponse"> <summary> Indicates response message type for ReadLineAsSecureString </summary> </member> <member name="F:Microsoft.Azure.Management.ServerManagement.ClientMessageType.PromptCredentialResponse"> <summary> Indicates response message type for PromptCredentialMessageReponse </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.GatewayOperations"> <summary> GatewayOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.#ctor(Microsoft.Azure.Management.ServerManagement.ServerManagementClient)"> <summary> Initializes a new instance of the GatewayOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.GatewayOperations.Client"> <summary> Gets a reference to the ServerManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes a gateway from a resource group. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.GatewayExpandOption},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns a gateway </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum) </param> <param name='expand'> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Possible values include: 'status' </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a subscription </summary> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.ListForResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a resource group </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.UpgradeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Upgrade a gateway </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.BeginUpgradeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Upgrade a gateway </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.RegenerateProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Regenerate a gateway's profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.BeginRegenerateProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Regenerate a gateway's profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.GetProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a gateway profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.BeginGetProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a gateway profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a subscription </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperations.ListForResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a resource group </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions"> <summary> Extension methods for GatewayOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.Create(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade})"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.CreateAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Threading.CancellationToken)"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginCreate(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade})"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginCreateAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Threading.CancellationToken)"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.Update(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade})"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Threading.CancellationToken)"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginUpdate(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade})"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginUpdateAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Threading.CancellationToken)"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.Delete(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Deletes a gateway from a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a gateway from a resource group. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.Get(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.GatewayExpandOption})"> <summary> Returns a gateway </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum) </param> <param name='expand'> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Possible values include: 'status' </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.GatewayExpandOption},System.Threading.CancellationToken)"> <summary> Returns a gateway </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum) </param> <param name='expand'> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Possible values include: 'status' </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.List(Microsoft.Azure.Management.ServerManagement.IGatewayOperations)"> <summary> Returns gateways in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.Threading.CancellationToken)"> <summary> Returns gateways in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListForResourceGroup(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String)"> <summary> Returns gateways in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListForResourceGroupAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.Threading.CancellationToken)"> <summary> Returns gateways in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.Upgrade(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Upgrade a gateway </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.UpgradeAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Upgrade a gateway </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginUpgrade(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Upgrade a gateway </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginUpgradeAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Upgrade a gateway </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.RegenerateProfile(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Regenerate a gateway's profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.RegenerateProfileAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Regenerate a gateway's profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginRegenerateProfile(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Regenerate a gateway's profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginRegenerateProfileAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Regenerate a gateway's profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.GetProfile(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Gets a gateway profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.GetProfileAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a gateway profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginGetProfile(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String)"> <summary> Gets a gateway profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.BeginGetProfileAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a gateway profile </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListNext(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String)"> <summary> Returns gateways in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.Threading.CancellationToken)"> <summary> Returns gateways in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListForResourceGroupNext(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String)"> <summary> Returns gateways in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.GatewayOperationsExtensions.ListForResourceGroupNextAsync(Microsoft.Azure.Management.ServerManagement.IGatewayOperations,System.String,System.Threading.CancellationToken)"> <summary> Returns gateways in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.IGatewayOperations"> <summary> GatewayOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a ManagementService gateway. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a gateway belonging to a resource group. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='location'> location of the resource </param> <param name='tags'> resource tags </param> <param name='autoUpgrade'> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes a gateway from a resource group. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.GatewayExpandOption},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns a gateway </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum) </param> <param name='expand'> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. Possible values include: 'status' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a subscription </summary> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.ListForResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a resource group </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.UpgradeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Upgrade a gateway </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.BeginUpgradeWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Upgrade a gateway </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.RegenerateProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Regenerate a gateway's profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.BeginRegenerateProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Regenerate a gateway's profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.GetProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a gateway profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.BeginGetProfileWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a gateway profile </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='gatewayName'> The gateway name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a subscription </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IGatewayOperations.ListForResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns gateways in a resource group </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.INodeOperations"> <summary> NodeOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> deletes a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> gets a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a subscription </summary> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.ListForResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a resource group </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a subscription </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.INodeOperations.ListForResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a resource group </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations"> <summary> PowerShellOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.ListSessionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a list of the active sessions. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.CreateSessionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell session </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.BeginCreateSessionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell session </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.GetCommandStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.PowerShellExpandOption},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the status of a command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='expand'> Gets current output from an ongoing call. Possible values include: 'output' </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.UpdateCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> updates a running PowerShell command with more data. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.BeginUpdateCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> updates a running PowerShell command with more data. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.InvokeCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.BeginInvokeCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.CancelCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Cancels a PowerShell command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.BeginCancelCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Cancels a PowerShell command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.IPowerShellOperations.TabCompletionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> gets tab completion values for a command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Command to get tab completion for. </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.IServerManagementClient"> <summary> REST API for Azure Server Management Service </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.Credentials"> <summary> Gets Azure subscription credentials. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.SubscriptionId"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.Gateway"> <summary> Gets the IGatewayOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.Node"> <summary> Gets the INodeOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.Session"> <summary> Gets the ISessionOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.IServerManagementClient.PowerShell"> <summary> Gets the IPowerShellOperations. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.ISessionOperations"> <summary> SessionOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ISessionOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ISessionOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ISessionOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ISessionOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade"> <summary> Defines values for AutoUpgrade. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.Error"> <summary> Error message </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Error.#ctor"> <summary> Initializes a new instance of the Error class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Error.#ctor(System.Nullable{System.Int32},System.String,System.String)"> <summary> Initializes a new instance of the Error class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Error.Code"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Error.Message"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Error.Fields"> <summary> </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.ErrorException"> <summary> Exception thrown for an invalid response with Error information. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.Request"> <summary> Gets information about the associated HTTP request. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.Response"> <summary> Gets information about the associated HTTP response. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.Body"> <summary> Gets or sets the body object. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.#ctor"> <summary> Initializes a new instance of the ErrorException class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.#ctor(System.String)"> <summary> Initializes a new instance of the ErrorException class. </summary> <param name="message">The exception message.</param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the ErrorException class. </summary> <param name="message">The exception message.</param> <param name="innerException">Inner exception.</param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Initializes a new instance of the ErrorException class. </summary> <param name="info">Serialization info.</param> <param name="context">Streaming context.</param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.ErrorException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Serializes content of the exception. </summary> <param name="info">Serialization info.</param> <param name="context">Streaming context.</param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.GatewayExpandOption"> <summary> Defines values for GatewayExpandOption. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayParameters.#ctor"> <summary> Initializes a new instance of the GatewayParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayParameters.#ctor(System.String,System.Object,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade})"> <summary> Initializes a new instance of the GatewayParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayParameters.Location"> <summary> location of the resource </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayParameters.Tags"> <summary> resource tags </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayParameters.AutoUpgrade"> <summary> The autoUpgrade property gives the flexibility to gateway to auto upgrade itself. If properties value not specified, then we assume autoUpgrade = Off. Possible values include: 'On', 'Off' </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile"> <summary> JSON properties that the gateway service uses know how to communicate with the resource. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.#ctor"> <summary> Initializes a new instance of the GatewayProfile class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the GatewayProfile class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.DataPlaneServiceBaseAddress"> <summary> the Dataplane connection URL </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.GatewayId"> <summary> the ID of the gateway </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.Environment"> <summary> the environment for the gateway (DEV, DogFood, or Production) </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.UpgradeManifestUrl"> <summary> Gateway upgrade manifest URL </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.MessagingNamespace"> <summary> Messaging namespace </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.MessagingAccount"> <summary> Messaging Account </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.MessagingKey"> <summary> Messaging Key </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.RequestQueue"> <summary> Request queue name </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.ResponseTopic"> <summary> Response topic name </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayProfile.StatusBlobSignature"> <summary> The gateway status blob SAS url </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.#ctor"> <summary> Initializes a new instance of the GatewayResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.AutoUpgrade},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus},System.Nullable{System.Int32},System.String,System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the GatewayResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.Created"> <summary> UTC date and time when gateway was first added to management service </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.Updated"> <summary> UTC date and time when node was last updated </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.AutoUpgrade"> <summary> setting of the autoupgrade. Possible values include: 'On', 'Off' </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.DesiredVersion"> <summary> latest available msi version </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.Instances"> <summary> names of the nodes in the gateway </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.ActiveMessageCount"> <summary> number of active messages </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.LatestPublishedMsiVersion"> <summary> last published msi version </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayResource.PublishedTimeUtc"> <summary> the date/time of the last published gateway </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus"> <summary> Expanded gateway status information </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.#ctor"> <summary> Initializes a new instance of the GatewayStatus class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.#ctor(System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.Double},System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the GatewayStatus class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.AvailableMemoryMByte"> <summary> The available memory on the gateway host machine in megabytes. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.GatewayCpuUtilizationPercent"> <summary> The CPU utilization of the gateway process (numeric value between 0 and 100). </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.TotalCpuUtilizationPercent"> <summary> CPU Utilization of the whole system. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.GatewayVersion"> <summary> The version of the gateway that is installed on the system. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.FriendlyOsName"> <summary> The Plaintext description of the OS on the gateway. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.InstalledDate"> <summary> The date the gateway was installed </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.LogicalProcessorCount"> <summary> Number of logical processors in the gateway system. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.Name"> <summary> The computer name of the gateway system. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.GatewayId"> <summary> The gateway resource id. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.GatewayWorkingSetMByte"> <summary> The working set size of the gateway process in megabytes. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.StatusUpdated"> <summary> UTC date and time when gateway status was last updated </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.GatewayStatus.Validate"> <summary> Validate the object. Throws ValidationException if validation fails. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.#ctor"> <summary> Initializes a new instance of the NodeParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.#ctor(System.String,System.Object,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the NodeParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.Location"> <summary> location of the resource? </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.Tags"> <summary> resource tags </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.GatewayId"> <summary> Gateway id which will manage this node </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.ConnectionName"> <summary> myhost.domain.com </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.UserName"> <summary> User name to be used to connect to node </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeParameters.Password"> <summary> Password associated with user name </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.NodeResource"> <summary> A Node Resource </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.NodeResource.#ctor"> <summary> Initializes a new instance of the NodeResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.NodeResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the NodeResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeResource.GatewayId"> <summary> Id of the gateway </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeResource.ConnectionName"> <summary> myhost.domain.com </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeResource.Created"> <summary> UTC date and time when node was first added to management service </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.NodeResource.Updated"> <summary> UTC date and time when node was last updated. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.Page`1"> <summary> Defines a page in Azure responses. </summary> <typeparam name="T">Type of the page content items</typeparam> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Page`1.NextPageLink"> <summary> Gets the link to the next page. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Page`1.GetEnumerator"> <summary> Returns an enumerator that iterates through the collection. </summary> <returns>A an enumerator that can be used to iterate through the collection.</returns> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Page`1.System#Collections#IEnumerable#GetEnumerator"> <summary> Returns an enumerator that iterates through the collection. </summary> <returns>A an enumerator that can be used to iterate through the collection.</returns> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandParameters"> <summary> the parameters to a powershell script execution command </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandParameters.#ctor"> <summary> Initializes a new instance of the PowerShellCommandParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandParameters.#ctor(System.String)"> <summary> Initializes a new instance of the PowerShellCommandParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandParameters.Command"> <summary> Script to execute </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.#ctor"> <summary> Initializes a new instance of the PowerShellCommandResult class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.#ctor(System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription})"> <summary> Initializes a new instance of the PowerShellCommandResult class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.MessageType"> <summary> the type of message </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.ForegroundColor"> <summary> the HTML color string representing the foreground color. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.BackgroundColor"> <summary> the HTML color string representing the background color. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.Value"> <summary> actual result text from the PowerShell Command </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.Prompt"> <summary> The interactive prompt message </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.ExitCode"> <summary> the exit code from a executable that was called from powershell. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.Id"> <summary> ID of the prompt message </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.Caption"> <summary> text that precedes the prompt. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.Message"> <summary> text of the prompt. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult.Descriptions"> <summary> collection of PromptFieldDescription objects that contains the user input </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults"> <summary> a collection of results from a powershell command </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults.#ctor"> <summary> Initializes a new instance of the PowerShellCommandResults class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult},System.String,System.String,System.Nullable{System.Boolean})"> <summary> Initializes a new instance of the PowerShellCommandResults class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults.Results"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults.Pssession"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults.Command"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResults.Completed"> <summary> </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandStatus.#ctor"> <summary> Initializes a new instance of the PowerShellCommandStatus class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandStatus.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandResult},System.String,System.String,System.Nullable{System.Boolean})"> <summary> Initializes a new instance of the PowerShellCommandStatus class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandStatus.Results"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandStatus.Pssession"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandStatus.Command"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellCommandStatus.Completed"> <summary> </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PowerShellExpandOption"> <summary> Defines values for PowerShellExpandOption. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource"> <summary> A powershell session resource (practically equivalent to a runspace instance) </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.#ctor"> <summary> Initializes a new instance of the PowerShellSessionResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},Microsoft.Azure.Management.ServerManagement.Models.Version,System.String)"> <summary> Initializes a new instance of the PowerShellSessionResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.SessionId"> <summary> the PowerShell Session Id. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.State"> <summary> The runspace state. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.RunspaceAvailability"> <summary> The availability of the runspace. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.DisconnectedOn"> <summary> Timestamp of last time the service disconnected from the runspace. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.ExpiresOn"> <summary> Timestamp when the runspace expires. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.Version"> <summary> </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource.PowerShellSessionResourceName"> <summary> Name of the runspace </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResources"> <summary> a collaction of powershell session resources </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResources.#ctor"> <summary> Initializes a new instance of the PowerShellSessionResources class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResources.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResource},System.String)"> <summary> Initializes a new instance of the PowerShellSessionResources class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResources.Value"> <summary> Colleciton of powershell session resources </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellSessionResources.NextLink"> <summary> the URL to the next set of resources </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionParameters.#ctor"> <summary> Initializes a new instance of the PowerShellTabCompletionParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionParameters.#ctor(System.String)"> <summary> Initializes a new instance of the PowerShellTabCompletionParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionParameters.Command"> <summary> Command to get tab completion for. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionResults"> <summary> an array of strings representing the different values that can be tabbed thru </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionResults.#ctor"> <summary> Initializes a new instance of the PowerShellTabCompletionResults class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionResults.#ctor(System.Collections.Generic.IList{System.String})"> <summary> Initializes a new instance of the PowerShellTabCompletionResults class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PowerShellTabCompletionResults.Results"> <summary> </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription"> <summary> Field description for the implementation of PSHostUserInterface.Prompt </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.#ctor"> <summary> Initializes a new instance of the PromptFieldDescription class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.PromptFieldType})"> <summary> Initializes a new instance of the PromptFieldDescription class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.Name"> <summary> the name of the prompt </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.Label"> <summary> the label text of the prompt </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.HelpMessage"> <summary> the help message of the prompt </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.PromptFieldTypeIsList"> <summary> when set to 'true' the prompt field type is a list of values </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldDescription.PromptFieldType"> <summary> Possible values include: 'String', 'SecureString', 'Credential' </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PromptFieldType"> <summary> Defines values for PromptFieldType. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.PromptMessageResponse"> <summary> the response to a prompt message </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PromptMessageResponse.#ctor"> <summary> Initializes a new instance of the PromptMessageResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.PromptMessageResponse.#ctor(System.Collections.Generic.IList{System.String})"> <summary> Initializes a new instance of the PromptMessageResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.PromptMessageResponse.Response"> <summary> the list of responses a cmdlet expects </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.Resource"> <summary> ARM Resource Information </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Resource.#ctor"> <summary> Initializes a new instance of the Resource class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String)"> <summary> Initializes a new instance of the Resource class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Resource.Id"> <summary> ARM Resource ID </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Resource.Type"> <summary> ARM Resource Type </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Resource.Name"> <summary> ARM Resource Name </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Resource.Location"> <summary> ARM Resource Location </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Resource.Tags"> <summary> ARM Resource Tags </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Resource.Etag"> <summary> </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.SessionParameters.#ctor"> <summary> Initializes a new instance of the SessionParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.SessionParameters.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the SessionParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.SessionParameters.UserName"> <summary> User name to be used to connect to node </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.SessionParameters.Password"> <summary> Password associated with user name </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.SessionResource"> <summary> the session object </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.SessionResource.#ctor"> <summary> Initializes a new instance of the SessionResource class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.SessionResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})"> <summary> Initializes a new instance of the SessionResource class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.SessionResource.UserName"> <summary> the username connecting to the session </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.SessionResource.Created"> <summary> UTC date and time when node was first added to management service </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.SessionResource.Updated"> <summary> UTC date and time when node was last updated. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.Models.Version"> <summary> A multipart-numeric version number </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Version.#ctor"> <summary> Initializes a new instance of the Version class. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.Models.Version.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32})"> <summary> Initializes a new instance of the Version class. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Version.Major"> <summary> the leftmost number of the version </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Version.Minor"> <summary> the second leftmost number of the version </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Version.Build"> <summary> the third number of the version </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Version.Revision"> <summary> the fourth number of the version </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Version.MajorRevision"> <summary> the MSW of the fourth part </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.Models.Version.MinorRevision"> <summary> the LSW of the fourth part </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.NodeOperations"> <summary> NodeOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.#ctor(Microsoft.Azure.Management.ServerManagement.ServerManagementClient)"> <summary> Initializes a new instance of the NodeOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.NodeOperations.Client"> <summary> Gets a reference to the ServerManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates or updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.UpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.BeginUpdateWithHttpMessagesAsync(System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Updates a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> deletes a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> gets a management node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a subscription </summary> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.ListForResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a resource group </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a subscription </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperations.ListForResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Returns nodes in a resource group </summary> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions"> <summary> Extension methods for NodeOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.Create(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String)"> <summary> Creates or updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.CreateAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates or updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.BeginCreate(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String)"> <summary> Creates or updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.BeginCreateAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates or updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.Update(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String)"> <summary> Updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.BeginUpdate(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String)"> <summary> Updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.BeginUpdateAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.String,System.Object,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Updates a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='location'> location of the resource? </param> <param name='tags'> resource tags </param> <param name='gatewayId'> Gateway id which will manage this node </param> <param name='connectionName'> myhost.domain.com </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.Delete(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String)"> <summary> deletes a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> deletes a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.Get(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String)"> <summary> gets a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.String,System.Threading.CancellationToken)"> <summary> gets a management node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.List(Microsoft.Azure.Management.ServerManagement.INodeOperations)"> <summary> Returns nodes in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.Threading.CancellationToken)"> <summary> Returns nodes in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListForResourceGroup(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String)"> <summary> Returns nodes in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListForResourceGroupAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.Threading.CancellationToken)"> <summary> Returns nodes in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListNext(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String)"> <summary> Returns nodes in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.Threading.CancellationToken)"> <summary> Returns nodes in a subscription </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListForResourceGroupNext(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String)"> <summary> Returns nodes in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.NodeOperationsExtensions.ListForResourceGroupNextAsync(Microsoft.Azure.Management.ServerManagement.INodeOperations,System.String,System.Threading.CancellationToken)"> <summary> Returns nodes in a resource group </summary> <param name='operations'> The operations group for this extension method. </param> <param name='nextPageLink'> The NextLink from the previous successful call to List operation. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.PowerShellOperations"> <summary> PowerShellOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.#ctor(Microsoft.Azure.Management.ServerManagement.ServerManagementClient)"> <summary> Initializes a new instance of the PowerShellOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.Client"> <summary> Gets a reference to the ServerManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.ListSessionWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a list of the active sessions. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.CreateSessionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell session </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.BeginCreateSessionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell session </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.GetCommandStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.PowerShellExpandOption},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets the status of a command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='expand'> Gets current output from an ongoing call. Possible values include: 'output' </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.UpdateCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> updates a running PowerShell command with more data. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.BeginUpdateCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> updates a running PowerShell command with more data. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.InvokeCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.BeginInvokeCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.CancelCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Cancels a PowerShell command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.BeginCancelCommandWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Cancels a PowerShell command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperations.TabCompletionWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> gets tab completion values for a command. </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Command to get tab completion for. </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions"> <summary> Extension methods for PowerShellOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.ListSession(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String)"> <summary> Gets a list of the active sessions. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.ListSessionAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a list of the active sessions. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.CreateSession(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String)"> <summary> Creates a PowerShell session </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.CreateSessionAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates a PowerShell session </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginCreateSession(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String)"> <summary> Creates a PowerShell session </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginCreateSessionAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates a PowerShell session </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.GetCommandStatus(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.PowerShellExpandOption})"> <summary> Gets the status of a command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='expand'> Gets current output from an ongoing call. Possible values include: 'output' </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.GetCommandStatusAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.ServerManagement.Models.PowerShellExpandOption},System.Threading.CancellationToken)"> <summary> Gets the status of a command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='expand'> Gets current output from an ongoing call. Possible values include: 'output' </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.UpdateCommand(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String)"> <summary> updates a running PowerShell command with more data. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.UpdateCommandAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> updates a running PowerShell command with more data. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginUpdateCommand(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String)"> <summary> updates a running PowerShell command with more data. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginUpdateCommandAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> updates a running PowerShell command with more data. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.InvokeCommand(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.InvokeCommandAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginInvokeCommand(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginInvokeCommandAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates a PowerShell script and invokes it. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Script to execute </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.CancelCommand(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String)"> <summary> Cancels a PowerShell command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.CancelCommandAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Cancels a PowerShell command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginCancelCommand(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String)"> <summary> Cancels a PowerShell command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.BeginCancelCommandAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Cancels a PowerShell command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.TabCompletion(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> gets tab completion values for a command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Command to get tab completion for. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.PowerShellOperationsExtensions.TabCompletionAsync(Microsoft.Azure.Management.ServerManagement.IPowerShellOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> gets tab completion values for a command. </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='pssession'> The PowerShell sessionId from the user </param> <param name='command'> Command to get tab completion for. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.ServerManagementClient"> <summary> REST API for Azure Server Management Service </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.BaseUri"> <summary> The base URI of the service. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.SerializationSettings"> <summary> Gets or sets json serialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.DeserializationSettings"> <summary> Gets or sets json deserialization settings. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.Credentials"> <summary> Gets Azure subscription credentials. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.SubscriptionId"> <summary> Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.ApiVersion"> <summary> Client Api Version. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.AcceptLanguage"> <summary> Gets or sets the preferred language for the response. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.GenerateClientRequestId"> <summary> When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.Gateway"> <summary> Gets the IGatewayOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.Node"> <summary> Gets the INodeOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.Session"> <summary> Gets the ISessionOperations. </summary> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.PowerShell"> <summary> Gets the IPowerShellOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])"> <summary> Initializes a new instance of the ServerManagementClient class. </summary> <param name='baseUri'> Optional. The base URI of the service. </param> <param name='credentials'> Required. Gets Azure subscription credentials. </param> <param name='rootHandler'> Optional. The http client handler used to handle http transport. </param> <param name='handlers'> Optional. The delegating handlers to add to the http client pipeline. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.ServerManagementClient.Initialize"> <summary> Initializes client properties. </summary> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.SessionOperations"> <summary> SessionOperations operations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperations.#ctor(Microsoft.Azure.Management.ServerManagement.ServerManagementClient)"> <summary> Initializes a new instance of the SessionOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="P:Microsoft.Azure.Management.ServerManagement.SessionOperations.Client"> <summary> Gets a reference to the ServerManagementClient </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperations.CreateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> The headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperations.BeginCreateWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Creates a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Deletes a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)"> <summary> Gets a session for a node </summary> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='customHeaders'> Headers that will be added to request. </param> <param name='cancellationToken'> The cancellation token. </param> <return> A response object containing the response body and response headers. </return> </member> <member name="T:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions"> <summary> Extension methods for SessionOperations. </summary> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.Create(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> Creates a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.CreateAsync(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.BeginCreate(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String,System.String,System.String)"> <summary> Creates a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.BeginCreateAsync(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Creates a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='userName'> User name to be used to connect to node </param> <param name='password'> Password associated with user name </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.Delete(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String)"> <summary> Deletes a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Deletes a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.Get(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String)"> <summary> Gets a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> </member> <member name="M:Microsoft.Azure.Management.ServerManagement.SessionOperationsExtensions.GetAsync(Microsoft.Azure.Management.ServerManagement.ISessionOperations,System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Gets a session for a node </summary> <param name='operations'> The operations group for this extension method. </param> <param name='resourceGroupName'> The resource group name uniquely identifies the resource group within the user subscriptionId. </param> <param name='nodeName'> The node name (256 characters maximum). </param> <param name='session'> The sessionId from the user </param> <param name='cancellationToken'> The cancellation token. </param> </member> </members> </doc> |