Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Activities

...

Create Storage Account

This activity creates a new Azure Stack storage account.

Activity Parameters

The Create Storage Account activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter. 
  • Description (text box editor type) (type: string): the description for the new storage account. 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (collection<PSOBject>): outputs a collection of PSObjects type objects.


Create Virtual Network


This activity creates a new Azure Stack virtual network.

Activity Parameters

The Create Virtual Network activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Address Prefix (text box editor type) (type: string): the address prefix. 
  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter. 
  • IP Address (text box editor type) (type: string): the virtual network IP Address. 
  • Name (text box editor type) (type: string): the virtual network name. 
  • NIC (text box editor type) (type: string): the NIC (network interface controller). 
  • NSG Name (text box editor type) (type: string): the virtual network NSG name. You can create a NSG using CreateNSG activity. 
  • Subnet Name (text box editor type) (type: string): the subnet name. 
  • Subnet Prefix (text box editor type) (type: string): the subnet prefix. 
  • Username (text box editor type) (type: string): the username, for example 'fmrp\demouser'.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (collection<PSOBject>): outputs a collection of PSObjects type objects.


Create Virtual Network NSG


This activity creates a new Azure Stack virtual network only for NSG.

Activity Parameters

The Create Virtual Network NSG activity parameters can be provided by manual inserted values or via IN arguments or variables:

Parameters:

  • Address Prefix (text box editor type) (type: string): the address prefix. 
  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter. 
  • Name (text box editor type) (type: string): the virtual network name. 
  • NIC (text box editor type) (type: string): the NIC (network interface controller). 
  • NSG Name (text box editor type) (type: string): the virtual network NSG name. You can create a NSG using CreateNSG activity. 
  • Subnet Name (text box editor type) (type: string): the subnet name. 
  • Subnet Prefix (text box editor type) (type: string): the subnet prefix. 

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (collection<PSOBject>): outputs a collection of PSObjects type objects.


Delete NSG


This activity deletes a NSG by resource id.

Activity Parameters

The Delete NSG activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter. 
  • Resource GUID (text box editor type) (type: string): the resource GUID with associated with NSG. You can get this GUID using GetNSG activity.  

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (boolean): outputs the result of deletion operation.


Delete Storage Account


This activity deletes a Storage Account by resource id.

Activity Parameters

The Delete Storage Account activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter. 
  • Resource GUID (text box editor type) (type: string): the resource GUID with associated with NSG. You can get this GUID using GetNSG activity.  

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (boolean): outputs the result of deletion operation. 


Delete Virtual Network


This activity deletes a virtual network by resource id.

Activity Parameters

The Delete Virtual Network activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter. 
  • Resource GUID (text box editor type) (type: string): the resource GUID with associated with NSG. You can get this GUID using GetNSG activity.  

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (boolean): outputs the result of deletion operation. 


Disconnect From Azure Stack


This activity disconnects from Azure Stack.

Activity Parameters

The Disconnect From Azure Stack activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Connection (text box editor type) (type: string): the Windows Azure connection, obtained after using a Connect to Azure activity. The output from Connect To Azure Stack should be used as input for this parameter.  

The Read Only Output variable are the possible output values that the activity will provide:

  • Output (boolean): outputs the result of deletion operation.