ArmApiManagementModelFactory.AssociatedOperationProperties 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 AssociatedOperationProperties.
public static Azure.ResourceManager.ApiManagement.Models.AssociatedOperationProperties AssociatedOperationProperties (string id = default, string name = default, string apiName = default, string apiRevision = default, string apiVersion = default, string description = default, string method = default, string uriTemplate = default);
static member AssociatedOperationProperties : string * string * string * string * string * string * string * string -> Azure.ResourceManager.ApiManagement.Models.AssociatedOperationProperties
Public Shared Function AssociatedOperationProperties (Optional id As String = Nothing, Optional name As String = Nothing, Optional apiName As String = Nothing, Optional apiRevision As String = Nothing, Optional apiVersion As String = Nothing, Optional description As String = Nothing, Optional method As String = Nothing, Optional uriTemplate As String = Nothing) As AssociatedOperationProperties
Parameters
- id
- String
Identifier of the operation in form /operations/{operationId}.
- name
- String
Operation name.
- apiName
- String
API Name.
- apiRevision
- String
API Revision.
- apiVersion
- String
API Version.
- description
- String
Operation Description.
- method
- String
A Valid HTTP Operation Method. Typical Http Methods like GET, PUT, POST but not limited by only them.
- uriTemplate
- String
Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}.
Returns
A new AssociatedOperationProperties instance for mocking.
Applies to
Azure SDK for .NET