< Back

New-OAOSharedStorage

Sat Jan 18, 2020 5:57 pm

NAME New-OAOSharedStorage



SYNTAX

New-OAOSharedStorage [-Name] <string> [-DatacenterId] <string> [[-Description] <string>] [-Size] <int>

[<CommonParameters>]





PARAMETERS

-DatacenterId <string>

Datacenter ID of the shared storage



Required? true

Position? 1

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Description <string>

Description of the shared storage



Required? false

Position? 2

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Name <string>

Shared storage name.



Required? true

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-Size <int>

Size of shared storage minimum : 50 , maximum : 2000, multipleOf: 50.



Required? true

Position? 3

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String

System.Int32





OUTPUTS

OneAndOne.POCO.Response.SharedStorages.SharedStoragesResponse





ALIASES

None





REMARKS

None