Microsoft_WindowsAzure_CommandLine
[ class tree: Microsoft_WindowsAzure_CommandLine ] [ index: Microsoft_WindowsAzure_CommandLine ] [ all elements ]

Class: Microsoft_WindowsAzure_CommandLine_Service

Source Location: /WindowsAzure/CommandLine/Service.php

Class Overview

Microsoft_Console_Command
   |
   --Microsoft_WindowsAzure_CommandLine_Service

Service commands


Author(s):

Copyright:

  • Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)

Methods


Inherited Variables

Inherited Methods

Class: Microsoft_Console_Command

Microsoft_Console_Command::bootstrap()
Bootstrap the shell command.
Microsoft_Console_Command::getHandler()
Gets the handler.
Microsoft_Console_Command::helpCommand()
Displays the help information.
Microsoft_Console_Command::phpstderr()
Replaces PHP's error handler
Microsoft_Console_Command::phpstdex()
Replaces PHP's exception handler
Microsoft_Console_Command::setHandler()
Sets the handler.
Microsoft_Console_Command::stderr()
Writes output to STDERR, followed by a newline (optional)
Microsoft_Console_Command::_buildModel()
Builds the handler model.
Microsoft_Console_Command::_displayObjectInformation()
Display information on an object
Microsoft_Console_Command::_findValueForDocComment()
Finds the value for a specific docComment.

Class Details

[line 63]
Service commands



Tags:

copyright:  Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
license:  http://phpazure.codeplex.com/license


[ Top ]


Class Methods


method createCommand [line 150]

void createCommand( $subscriptionId, $certificate, $certificatePassphrase, $serviceName, $label, $description, $location, $affinityGroup, [ $waitForOperation = false])

Create hosted service account.



Tags:

access:  public


Parameters:

   $subscriptionId  
   $certificate  
   $certificatePassphrase  
   $serviceName  
   $label  
   $description  
   $location  
   $affinityGroup  
   $waitForOperation  

[ Top ]

method deleteCommand [line 198]

void deleteCommand( $subscriptionId, $certificate, $certificatePassphrase, $serviceName, [ $waitForOperation = false])

Delete hosted service account.



Tags:

access:  public


Parameters:

   $subscriptionId  
   $certificate  
   $certificatePassphrase  
   $serviceName  
   $waitForOperation  

[ Top ]

method getPropertiesCommand [line 103]

void getPropertiesCommand( $subscriptionId, $certificate, $certificatePassphrase, $serviceName)

Get hosted service account properties.



Tags:

access:  public


Parameters:

   $subscriptionId  
   $certificate  
   $certificatePassphrase  
   $serviceName  

[ Top ]

method getPropertyCommand [line 125]

void getPropertyCommand( $subscriptionId, $certificate, $certificatePassphrase, $serviceName, $property)

Get hosted service account property.



Tags:

access:  public


Parameters:

   $subscriptionId  
   $certificate  
   $certificatePassphrase  
   $serviceName  
   $property  

[ Top ]

method listCommand [line 77]

void listCommand( $subscriptionId, $certificate, $certificatePassphrase)

List hosted service accounts for a specified subscription.



Tags:

access:  public


Parameters:

   $subscriptionId  
   $certificate  
   $certificatePassphrase  

[ Top ]

method updateCommand [line 175]

void updateCommand( $subscriptionId, $certificate, $certificatePassphrase, $serviceName, $label, $description, [ $waitForOperation = false])

Update hosted service account.



Tags:

access:  public


Parameters:

   $subscriptionId  
   $certificate  
   $certificatePassphrase  
   $serviceName  
   $label  
   $description  
   $waitForOperation  

[ Top ]


Documentation generated on Sat, 03 Dec 2011 13:59:36 +0100 by phpDocumentor 1.4.3