ArmApiManagementModelFactory.AssociatedTagProperties(String, String) 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 AssociatedTagProperties.
public static Azure.ResourceManager.ApiManagement.Models.AssociatedTagProperties AssociatedTagProperties (string id = default, string name = default);
static member AssociatedTagProperties : string * string -> Azure.ResourceManager.ApiManagement.Models.AssociatedTagProperties
Public Shared Function AssociatedTagProperties (Optional id As String = Nothing, Optional name As String = Nothing) As AssociatedTagProperties
Parameters
- id
- String
Tag identifier.
- name
- String
Tag Name.
Returns
A new AssociatedTagProperties instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET