C# Class Microsoft.Azure.Commands.Media.Models.ModelExtensions

Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
ToDictionaryTags ( this table ) : string>.IDictionary
ToHashTableTags ( string>.this tags ) : Hashtable
ToPSApiEndpoint ( this apiEndpoint ) : PSApiEndpoint
ToPSMediaService ( this mediaService ) : PSMediaService
ToPSServiceKey ( this serviceKey, KeyType keyType ) : PSServiceKey
ToPSServiceKeys ( this serviceKeys ) : PSServiceKeys
ToPSStorageAccount ( this storageAccount ) : PSStorageAccount
ToPsCheckNameAvailabilityOutput ( this output ) : PSCheckNameAvailabilityOutput
ToStorageAccount ( this storageAccount ) : StorageAccount

Method Details

ToDictionaryTags() public static method

public static ToDictionaryTags ( this table ) : string>.IDictionary
table this
return string>.IDictionary

ToHashTableTags() public static method

public static ToHashTableTags ( string>.this tags ) : Hashtable
tags string>.this
return System.Collections.Hashtable

ToPSApiEndpoint() public static method

public static ToPSApiEndpoint ( this apiEndpoint ) : PSApiEndpoint
apiEndpoint this
return PSApiEndpoint

ToPSMediaService() public static method

public static ToPSMediaService ( this mediaService ) : PSMediaService
mediaService this
return PSMediaService

ToPSServiceKey() public static method

public static ToPSServiceKey ( this serviceKey, KeyType keyType ) : PSServiceKey
serviceKey this
keyType KeyType
return PSServiceKey

ToPSServiceKeys() public static method

public static ToPSServiceKeys ( this serviceKeys ) : PSServiceKeys
serviceKeys this
return PSServiceKeys

ToPSStorageAccount() public static method

public static ToPSStorageAccount ( this storageAccount ) : PSStorageAccount
storageAccount this
return PSStorageAccount

ToPsCheckNameAvailabilityOutput() public static method

public static ToPsCheckNameAvailabilityOutput ( this output ) : PSCheckNameAvailabilityOutput
output this
return PSCheckNameAvailabilityOutput

ToStorageAccount() public static method

public static ToStorageAccount ( this storageAccount ) : StorageAccount
storageAccount this
return StorageAccount