PlannerModelFactory.CreateBucketResponse 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.
Creates a new instance of CreateBucketResponse(String, String, String, String).
public static Azure.Connectors.Sdk.Planner.Models.CreateBucketResponse CreateBucketResponse(string name = default, string planId = default, string orderHint = default, string id = default);
static member CreateBucketResponse : string * string * string * string -> Azure.Connectors.Sdk.Planner.Models.CreateBucketResponse
Public Shared Function CreateBucketResponse (Optional name As String = Nothing, Optional planId As String = Nothing, Optional orderHint As String = Nothing, Optional id As String = Nothing) As CreateBucketResponse
Parameters
- name
- String
- planId
- String
- orderHint
- String
- id
- String