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