TagResourceContract Constructors

Definition

Overloads

TagResourceContract()

Initializes a new instance of the TagResourceContract class.

TagResourceContract(TagTagResourceContractProperties, ApiTagResourceContractProperties, OperationTagResourceContractProperties, ProductTagResourceContractProperties)

Initializes a new instance of the TagResourceContract class.

TagResourceContract()

Initializes a new instance of the TagResourceContract class.

public TagResourceContract ();
Public Sub New ()

Applies to

TagResourceContract(TagTagResourceContractProperties, ApiTagResourceContractProperties, OperationTagResourceContractProperties, ProductTagResourceContractProperties)

Initializes a new instance of the TagResourceContract class.

public TagResourceContract (Microsoft.Azure.Management.ApiManagement.Models.TagTagResourceContractProperties tag, Microsoft.Azure.Management.ApiManagement.Models.ApiTagResourceContractProperties api = default, Microsoft.Azure.Management.ApiManagement.Models.OperationTagResourceContractProperties operation = default, Microsoft.Azure.Management.ApiManagement.Models.ProductTagResourceContractProperties product = default);
new Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract : Microsoft.Azure.Management.ApiManagement.Models.TagTagResourceContractProperties * Microsoft.Azure.Management.ApiManagement.Models.ApiTagResourceContractProperties * Microsoft.Azure.Management.ApiManagement.Models.OperationTagResourceContractProperties * Microsoft.Azure.Management.ApiManagement.Models.ProductTagResourceContractProperties -> Microsoft.Azure.Management.ApiManagement.Models.TagResourceContract
Public Sub New (tag As TagTagResourceContractProperties, Optional api As ApiTagResourceContractProperties = Nothing, Optional operation As OperationTagResourceContractProperties = Nothing, Optional product As ProductTagResourceContractProperties = Nothing)

Parameters

tag
TagTagResourceContractProperties

Tag associated with the resource.

api
ApiTagResourceContractProperties

API associated with the tag.

operation
OperationTagResourceContractProperties

Operation associated with the tag.

product
ProductTagResourceContractProperties

Product associated with the tag.

Applies to