Method | Description | |
---|---|---|
CreateOrUpdate ( this operations, string tagName ) : |
Create a subscription resource tag.
|
|
CreateOrUpdateAsync ( this operations, string tagName ) : Task |
Create a subscription resource tag.
|
|
CreateOrUpdateValue ( this operations, string tagName, string tagValue ) : |
Create a subscription resource tag value.
|
|
CreateOrUpdateValueAsync ( this operations, string tagName, string tagValue ) : Task |
Create a subscription resource tag value.
|
|
Delete ( this operations, string tagName ) : AzureOperationResponse |
Delete a subscription resource tag.
|
|
DeleteAsync ( this operations, string tagName ) : Task |
Delete a subscription resource tag.
|
|
DeleteValue ( this operations, string tagName, string tagValue ) : AzureOperationResponse |
Delete a subscription resource tag value.
|
|
DeleteValueAsync ( this operations, string tagName, string tagValue ) : Task |
Delete a subscription resource tag value.
|
|
List ( this operations ) : |
Get a list of subscription resource tags.
|
|
ListAsync ( this operations ) : Task |
Get a list of subscription resource tags.
|
|
ListNext ( this operations, string nextLink ) : |
Get a list of tags under a subscription.
|
|
ListNextAsync ( this operations, string nextLink ) : Task |
Get a list of tags under a subscription.
|
public static CreateOrUpdate ( this operations, string tagName ) : |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
return |
public static CreateOrUpdateAsync ( this operations, string tagName ) : Task |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
return | Task |
public static CreateOrUpdateValue ( this operations, string tagName, string tagValue ) : |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
tagValue | string | /// Required. The value of the tag. /// |
return |
public static CreateOrUpdateValueAsync ( this operations, string tagName, string tagValue ) : Task |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
tagValue | string | /// Required. The value of the tag. /// |
return | Task |
public static Delete ( this operations, string tagName ) : AzureOperationResponse | ||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
return | AzureOperationResponse |
public static DeleteAsync ( this operations, string tagName ) : Task |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
return | Task |
public static DeleteValue ( this operations, string tagName, string tagValue ) : AzureOperationResponse | ||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
tagValue | string | /// Required. The value of the tag. /// |
return | AzureOperationResponse |
public static DeleteValueAsync ( this operations, string tagName, string tagValue ) : Task |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
tagName | string | /// Required. The name of the tag. /// |
tagValue | string | /// Required. The value of the tag. /// |
return | Task |
public static List ( this operations ) : |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
return |
public static ListAsync ( this operations ) : Task |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
return | Task |
public static ListNext ( this operations, string nextLink ) : |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
nextLink | string | /// Required. NextLink from the previous successful call to List /// operation. /// |
return |
public static ListNextAsync ( this operations, string nextLink ) : Task |
||
operations | this | /// Reference to the /// Microsoft.Azure.Management.Internal.Resources.ITagOperations. /// |
nextLink | string | /// Required. NextLink from the previous successful call to List /// operation. /// |
return | Task |