ArmApiManagementModelFactory.TagResourceContractDetails Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of TagResourceContractDetails.
public static Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails TagResourceContractDetails (Azure.ResourceManager.ApiManagement.Models.AssociatedTagProperties tag = default, Azure.ResourceManager.ApiManagement.Models.AssociatedApiProperties api = default, Azure.ResourceManager.ApiManagement.Models.AssociatedOperationProperties operation = default, Azure.ResourceManager.ApiManagement.Models.AssociatedProductProperties product = default);
static member TagResourceContractDetails : Azure.ResourceManager.ApiManagement.Models.AssociatedTagProperties * Azure.ResourceManager.ApiManagement.Models.AssociatedApiProperties * Azure.ResourceManager.ApiManagement.Models.AssociatedOperationProperties * Azure.ResourceManager.ApiManagement.Models.AssociatedProductProperties -> Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails
Public Shared Function TagResourceContractDetails (Optional tag As AssociatedTagProperties = Nothing, Optional api As AssociatedApiProperties = Nothing, Optional operation As AssociatedOperationProperties = Nothing, Optional product As AssociatedProductProperties = Nothing) As TagResourceContractDetails
Parameters
Tag associated with the resource.
API associated with the tag.
- operation
- AssociatedOperationProperties
Operation associated with the tag.
- product
- AssociatedProductProperties
Product associated with the tag.
Returns
A new TagResourceContractDetails instance for mocking.