Documentation
¶
Index ¶
- type Client
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) VirtualMachineScaleSetsCreateOrUpdate(params *VirtualMachineScaleSetsCreateOrUpdateParams, ...) (*VirtualMachineScaleSetsCreateOrUpdateOK, ...)
- func (a *Client) VirtualMachineScaleSetsDeallocate(params *VirtualMachineScaleSetsDeallocateParams, ...) (*VirtualMachineScaleSetsDeallocateOK, ...)
- func (a *Client) VirtualMachineScaleSetsDelete(params *VirtualMachineScaleSetsDeleteParams, ...) (*VirtualMachineScaleSetsDeleteOK, *VirtualMachineScaleSetsDeleteAccepted, ...)
- func (a *Client) VirtualMachineScaleSetsDeleteInstances(params *VirtualMachineScaleSetsDeleteInstancesParams, ...) (*VirtualMachineScaleSetsDeleteInstancesOK, ...)
- func (a *Client) VirtualMachineScaleSetsGet(params *VirtualMachineScaleSetsGetParams, ...) (*VirtualMachineScaleSetsGetOK, error)
- func (a *Client) VirtualMachineScaleSetsGetInstanceView(params *VirtualMachineScaleSetsGetInstanceViewParams, ...) (*VirtualMachineScaleSetsGetInstanceViewOK, error)
- func (a *Client) VirtualMachineScaleSetsList(params *VirtualMachineScaleSetsListParams, ...) (*VirtualMachineScaleSetsListOK, error)
- func (a *Client) VirtualMachineScaleSetsListAll(params *VirtualMachineScaleSetsListAllParams, ...) (*VirtualMachineScaleSetsListAllOK, error)
- func (a *Client) VirtualMachineScaleSetsListSkus(params *VirtualMachineScaleSetsListSkusParams, ...) (*VirtualMachineScaleSetsListSkusOK, error)
- func (a *Client) VirtualMachineScaleSetsPowerOff(params *VirtualMachineScaleSetsPowerOffParams, ...) (*VirtualMachineScaleSetsPowerOffOK, *VirtualMachineScaleSetsPowerOffAccepted, ...)
- func (a *Client) VirtualMachineScaleSetsReimage(params *VirtualMachineScaleSetsReimageParams, ...) (*VirtualMachineScaleSetsReimageOK, *VirtualMachineScaleSetsReimageAccepted, ...)
- func (a *Client) VirtualMachineScaleSetsReimageAll(params *VirtualMachineScaleSetsReimageAllParams, ...) (*VirtualMachineScaleSetsReimageAllOK, ...)
- func (a *Client) VirtualMachineScaleSetsRestart(params *VirtualMachineScaleSetsRestartParams, ...) (*VirtualMachineScaleSetsRestartOK, *VirtualMachineScaleSetsRestartAccepted, ...)
- func (a *Client) VirtualMachineScaleSetsStart(params *VirtualMachineScaleSetsStartParams, ...) (*VirtualMachineScaleSetsStartOK, *VirtualMachineScaleSetsStartAccepted, error)
- func (a *Client) VirtualMachineScaleSetsUpdateInstances(params *VirtualMachineScaleSetsUpdateInstancesParams, ...) (*VirtualMachineScaleSetsUpdateInstancesOK, ...)
- type VirtualMachineScaleSetsCreateOrUpdateCreated
- type VirtualMachineScaleSetsCreateOrUpdateOK
- type VirtualMachineScaleSetsCreateOrUpdateParams
- func NewVirtualMachineScaleSetsCreateOrUpdateParams() *VirtualMachineScaleSetsCreateOrUpdateParams
- func NewVirtualMachineScaleSetsCreateOrUpdateParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsCreateOrUpdateParams
- func NewVirtualMachineScaleSetsCreateOrUpdateParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetName(name string)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetParameters(parameters *models.VirtualMachineScaleSet)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithName(name string) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithParameters(parameters *models.VirtualMachineScaleSet) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsCreateOrUpdateParams
- func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsCreateOrUpdateReader
- type VirtualMachineScaleSetsDeallocateAccepted
- type VirtualMachineScaleSetsDeallocateOK
- type VirtualMachineScaleSetsDeallocateParams
- func NewVirtualMachineScaleSetsDeallocateParams() *VirtualMachineScaleSetsDeallocateParams
- func NewVirtualMachineScaleSetsDeallocateParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsDeallocateParams
- func NewVirtualMachineScaleSetsDeallocateParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsDeallocateParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsDeallocateParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsDeallocateParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsDeallocateParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsDeallocateParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
- func (o *VirtualMachineScaleSetsDeallocateParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsDeallocateParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsDeallocateParams
- func (o *VirtualMachineScaleSetsDeallocateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsDeallocateReader
- type VirtualMachineScaleSetsDeleteAccepted
- type VirtualMachineScaleSetsDeleteInstancesAccepted
- type VirtualMachineScaleSetsDeleteInstancesOK
- type VirtualMachineScaleSetsDeleteInstancesParams
- func NewVirtualMachineScaleSetsDeleteInstancesParams() *VirtualMachineScaleSetsDeleteInstancesParams
- func NewVirtualMachineScaleSetsDeleteInstancesParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteInstancesParams
- func NewVirtualMachineScaleSetsDeleteInstancesParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsDeleteInstancesParams
- func (o *VirtualMachineScaleSetsDeleteInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsDeleteInstancesReader
- type VirtualMachineScaleSetsDeleteNoContent
- type VirtualMachineScaleSetsDeleteOK
- type VirtualMachineScaleSetsDeleteParams
- func NewVirtualMachineScaleSetsDeleteParams() *VirtualMachineScaleSetsDeleteParams
- func NewVirtualMachineScaleSetsDeleteParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteParams
- func NewVirtualMachineScaleSetsDeleteParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsDeleteParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsDeleteParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsDeleteParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsDeleteParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsDeleteParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsDeleteParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsDeleteParams
- func (o *VirtualMachineScaleSetsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsDeleteReader
- type VirtualMachineScaleSetsGetInstanceViewOK
- type VirtualMachineScaleSetsGetInstanceViewParams
- func NewVirtualMachineScaleSetsGetInstanceViewParams() *VirtualMachineScaleSetsGetInstanceViewParams
- func NewVirtualMachineScaleSetsGetInstanceViewParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsGetInstanceViewParams
- func NewVirtualMachineScaleSetsGetInstanceViewParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsGetInstanceViewParams
- func (o *VirtualMachineScaleSetsGetInstanceViewParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsGetInstanceViewReader
- type VirtualMachineScaleSetsGetOK
- type VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsGetParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsGetParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsGetParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsGetParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsGetParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsGetParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsGetParams
- func (o *VirtualMachineScaleSetsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsGetReader
- type VirtualMachineScaleSetsListAllOK
- type VirtualMachineScaleSetsListAllParams
- func NewVirtualMachineScaleSetsListAllParams() *VirtualMachineScaleSetsListAllParams
- func NewVirtualMachineScaleSetsListAllParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsListAllParams
- func NewVirtualMachineScaleSetsListAllParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListAllParams
- func (o *VirtualMachineScaleSetsListAllParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsListAllParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsListAllParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsListAllParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsListAllParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsListAllParams
- func (o *VirtualMachineScaleSetsListAllParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsListAllParams
- func (o *VirtualMachineScaleSetsListAllParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsListAllParams
- func (o *VirtualMachineScaleSetsListAllParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListAllParams
- func (o *VirtualMachineScaleSetsListAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsListAllReader
- type VirtualMachineScaleSetsListOK
- type VirtualMachineScaleSetsListParams
- func (o *VirtualMachineScaleSetsListParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsListParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsListParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsListParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsListParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsListParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsListParams
- func (o *VirtualMachineScaleSetsListParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsListParams
- func (o *VirtualMachineScaleSetsListParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsListParams
- func (o *VirtualMachineScaleSetsListParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsListParams
- func (o *VirtualMachineScaleSetsListParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListParams
- func (o *VirtualMachineScaleSetsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsListReader
- type VirtualMachineScaleSetsListSkusOK
- type VirtualMachineScaleSetsListSkusParams
- func NewVirtualMachineScaleSetsListSkusParams() *VirtualMachineScaleSetsListSkusParams
- func NewVirtualMachineScaleSetsListSkusParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsListSkusParams
- func NewVirtualMachineScaleSetsListSkusParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsListSkusParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsListSkusParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsListSkusParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsListSkusParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsListSkusParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsListSkusParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsListSkusParams
- func (o *VirtualMachineScaleSetsListSkusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsListSkusReader
- type VirtualMachineScaleSetsPowerOffAccepted
- type VirtualMachineScaleSetsPowerOffOK
- type VirtualMachineScaleSetsPowerOffParams
- func NewVirtualMachineScaleSetsPowerOffParams() *VirtualMachineScaleSetsPowerOffParams
- func NewVirtualMachineScaleSetsPowerOffParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsPowerOffParams
- func NewVirtualMachineScaleSetsPowerOffParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsPowerOffParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsPowerOffParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsPowerOffParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsPowerOffParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsPowerOffParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
- func (o *VirtualMachineScaleSetsPowerOffParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsPowerOffParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsPowerOffParams
- func (o *VirtualMachineScaleSetsPowerOffParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsPowerOffReader
- type VirtualMachineScaleSetsReimageAccepted
- type VirtualMachineScaleSetsReimageAllAccepted
- type VirtualMachineScaleSetsReimageAllOK
- type VirtualMachineScaleSetsReimageAllParams
- func NewVirtualMachineScaleSetsReimageAllParams() *VirtualMachineScaleSetsReimageAllParams
- func NewVirtualMachineScaleSetsReimageAllParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsReimageAllParams
- func NewVirtualMachineScaleSetsReimageAllParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsReimageAllParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsReimageAllParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsReimageAllParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsReimageAllParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsReimageAllParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsReimageAllParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsReimageAllParams
- func (o *VirtualMachineScaleSetsReimageAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsReimageAllReader
- type VirtualMachineScaleSetsReimageOK
- type VirtualMachineScaleSetsReimageParams
- func NewVirtualMachineScaleSetsReimageParams() *VirtualMachineScaleSetsReimageParams
- func NewVirtualMachineScaleSetsReimageParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsReimageParams
- func NewVirtualMachineScaleSetsReimageParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsReimageParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsReimageParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsReimageParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsReimageParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsReimageParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsReimageParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsReimageParams
- func (o *VirtualMachineScaleSetsReimageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsReimageReader
- type VirtualMachineScaleSetsRestartAccepted
- type VirtualMachineScaleSetsRestartOK
- type VirtualMachineScaleSetsRestartParams
- func NewVirtualMachineScaleSetsRestartParams() *VirtualMachineScaleSetsRestartParams
- func NewVirtualMachineScaleSetsRestartParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsRestartParams
- func NewVirtualMachineScaleSetsRestartParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsRestartParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsRestartParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsRestartParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsRestartParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsRestartParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
- func (o *VirtualMachineScaleSetsRestartParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsRestartParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsRestartParams
- func (o *VirtualMachineScaleSetsRestartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsRestartReader
- type VirtualMachineScaleSetsStartAccepted
- type VirtualMachineScaleSetsStartOK
- type VirtualMachineScaleSetsStartParams
- func NewVirtualMachineScaleSetsStartParams() *VirtualMachineScaleSetsStartParams
- func NewVirtualMachineScaleSetsStartParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsStartParams
- func NewVirtualMachineScaleSetsStartParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsStartParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsStartParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsStartParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsStartParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsStartParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
- func (o *VirtualMachineScaleSetsStartParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsStartParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsStartParams
- func (o *VirtualMachineScaleSetsStartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsStartReader
- type VirtualMachineScaleSetsUpdateInstancesAccepted
- type VirtualMachineScaleSetsUpdateInstancesOK
- type VirtualMachineScaleSetsUpdateInstancesParams
- func NewVirtualMachineScaleSetsUpdateInstancesParams() *VirtualMachineScaleSetsUpdateInstancesParams
- func NewVirtualMachineScaleSetsUpdateInstancesParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsUpdateInstancesParams
- func NewVirtualMachineScaleSetsUpdateInstancesParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetAPIVersion(aPIVersion string)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetContext(ctx context.Context)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetResourceGroupName(resourceGroupName string)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetSubscriptionID(subscriptionID string)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetVMScaleSetName(vMScaleSetName string)
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsUpdateInstancesParams
- func (o *VirtualMachineScaleSetsUpdateInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineScaleSetsUpdateInstancesReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for virtual machine scale sets API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new virtual machine scale sets API client.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) VirtualMachineScaleSetsCreateOrUpdate ¶
func (a *Client) VirtualMachineScaleSetsCreateOrUpdate(params *VirtualMachineScaleSetsCreateOrUpdateParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsCreateOrUpdateOK, *VirtualMachineScaleSetsCreateOrUpdateCreated, error)
VirtualMachineScaleSetsCreateOrUpdate Create or update a VM scale set.
func (*Client) VirtualMachineScaleSetsDeallocate ¶
func (a *Client) VirtualMachineScaleSetsDeallocate(params *VirtualMachineScaleSetsDeallocateParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsDeallocateOK, *VirtualMachineScaleSetsDeallocateAccepted, error)
VirtualMachineScaleSetsDeallocate Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates.
func (*Client) VirtualMachineScaleSetsDelete ¶
func (a *Client) VirtualMachineScaleSetsDelete(params *VirtualMachineScaleSetsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsDeleteOK, *VirtualMachineScaleSetsDeleteAccepted, *VirtualMachineScaleSetsDeleteNoContent, error)
VirtualMachineScaleSetsDelete Deletes a VM scale set.
func (*Client) VirtualMachineScaleSetsDeleteInstances ¶
func (a *Client) VirtualMachineScaleSetsDeleteInstances(params *VirtualMachineScaleSetsDeleteInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsDeleteInstancesOK, *VirtualMachineScaleSetsDeleteInstancesAccepted, error)
VirtualMachineScaleSetsDeleteInstances Deletes virtual machines in a VM scale set.
func (*Client) VirtualMachineScaleSetsGet ¶
func (a *Client) VirtualMachineScaleSetsGet(params *VirtualMachineScaleSetsGetParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsGetOK, error)
VirtualMachineScaleSetsGet Display information about a virtual machine scale set.
func (*Client) VirtualMachineScaleSetsGetInstanceView ¶
func (a *Client) VirtualMachineScaleSetsGetInstanceView(params *VirtualMachineScaleSetsGetInstanceViewParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsGetInstanceViewOK, error)
VirtualMachineScaleSetsGetInstanceView Gets the status of a VM scale set instance.
func (*Client) VirtualMachineScaleSetsList ¶
func (a *Client) VirtualMachineScaleSetsList(params *VirtualMachineScaleSetsListParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsListOK, error)
VirtualMachineScaleSetsList Gets a list of all VM scale sets under a resource group.
func (*Client) VirtualMachineScaleSetsListAll ¶
func (a *Client) VirtualMachineScaleSetsListAll(params *VirtualMachineScaleSetsListAllParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsListAllOK, error)
VirtualMachineScaleSetsListAll Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is not null to fetch all the VM Scale Sets.
func (*Client) VirtualMachineScaleSetsListSkus ¶
func (a *Client) VirtualMachineScaleSetsListSkus(params *VirtualMachineScaleSetsListSkusParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsListSkusOK, error)
VirtualMachineScaleSetsListSkus Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU.
func (*Client) VirtualMachineScaleSetsPowerOff ¶
func (a *Client) VirtualMachineScaleSetsPowerOff(params *VirtualMachineScaleSetsPowerOffParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsPowerOffOK, *VirtualMachineScaleSetsPowerOffAccepted, error)
VirtualMachineScaleSetsPowerOff Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges.
func (*Client) VirtualMachineScaleSetsReimage ¶
func (a *Client) VirtualMachineScaleSetsReimage(params *VirtualMachineScaleSetsReimageParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsReimageOK, *VirtualMachineScaleSetsReimageAccepted, error)
VirtualMachineScaleSetsReimage Reimages (upgrade the operating system) one or more virtual machines in a VM scale set.
func (*Client) VirtualMachineScaleSetsReimageAll ¶
func (a *Client) VirtualMachineScaleSetsReimageAll(params *VirtualMachineScaleSetsReimageAllParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsReimageAllOK, *VirtualMachineScaleSetsReimageAllAccepted, error)
VirtualMachineScaleSetsReimageAll Reimages all the disks ( including data disks ) in the virtual machines in a virtual machine scale set. This operation is only supported for managed disks.
func (*Client) VirtualMachineScaleSetsRestart ¶
func (a *Client) VirtualMachineScaleSetsRestart(params *VirtualMachineScaleSetsRestartParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsRestartOK, *VirtualMachineScaleSetsRestartAccepted, error)
VirtualMachineScaleSetsRestart Restarts one or more virtual machines in a VM scale set.
func (*Client) VirtualMachineScaleSetsStart ¶
func (a *Client) VirtualMachineScaleSetsStart(params *VirtualMachineScaleSetsStartParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsStartOK, *VirtualMachineScaleSetsStartAccepted, error)
VirtualMachineScaleSetsStart Starts one or more virtual machines in a VM scale set.
func (*Client) VirtualMachineScaleSetsUpdateInstances ¶
func (a *Client) VirtualMachineScaleSetsUpdateInstances(params *VirtualMachineScaleSetsUpdateInstancesParams, authInfo runtime.ClientAuthInfoWriter) (*VirtualMachineScaleSetsUpdateInstancesOK, *VirtualMachineScaleSetsUpdateInstancesAccepted, error)
VirtualMachineScaleSetsUpdateInstances Upgrades one or more virtual machines to the latest SKU set in the VM scale set model.
type VirtualMachineScaleSetsCreateOrUpdateCreated ¶
type VirtualMachineScaleSetsCreateOrUpdateCreated struct {
Payload *models.VirtualMachineScaleSet
}
VirtualMachineScaleSetsCreateOrUpdateCreated handles this case with default header values.
Created
func NewVirtualMachineScaleSetsCreateOrUpdateCreated ¶
func NewVirtualMachineScaleSetsCreateOrUpdateCreated() *VirtualMachineScaleSetsCreateOrUpdateCreated
NewVirtualMachineScaleSetsCreateOrUpdateCreated creates a VirtualMachineScaleSetsCreateOrUpdateCreated with default headers values
func (*VirtualMachineScaleSetsCreateOrUpdateCreated) Error ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateCreated) Error() string
type VirtualMachineScaleSetsCreateOrUpdateOK ¶
type VirtualMachineScaleSetsCreateOrUpdateOK struct {
Payload *models.VirtualMachineScaleSet
}
VirtualMachineScaleSetsCreateOrUpdateOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsCreateOrUpdateOK ¶
func NewVirtualMachineScaleSetsCreateOrUpdateOK() *VirtualMachineScaleSetsCreateOrUpdateOK
NewVirtualMachineScaleSetsCreateOrUpdateOK creates a VirtualMachineScaleSetsCreateOrUpdateOK with default headers values
func (*VirtualMachineScaleSetsCreateOrUpdateOK) Error ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateOK) Error() string
type VirtualMachineScaleSetsCreateOrUpdateParams ¶
type VirtualMachineScaleSetsCreateOrUpdateParams struct { /*APIVersion Client Api Version. */ APIVersion string /*Name The name of the VM scale set to create or update. */ Name string /*Parameters The scale set object. */ Parameters *models.VirtualMachineScaleSet /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsCreateOrUpdateParams contains all the parameters to send to the API endpoint for the virtual machine scale sets create or update operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsCreateOrUpdateParams ¶
func NewVirtualMachineScaleSetsCreateOrUpdateParams() *VirtualMachineScaleSetsCreateOrUpdateParams
NewVirtualMachineScaleSetsCreateOrUpdateParams creates a new VirtualMachineScaleSetsCreateOrUpdateParams object with the default values initialized.
func NewVirtualMachineScaleSetsCreateOrUpdateParamsWithContext ¶
func NewVirtualMachineScaleSetsCreateOrUpdateParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsCreateOrUpdateParams
NewVirtualMachineScaleSetsCreateOrUpdateParamsWithContext creates a new VirtualMachineScaleSetsCreateOrUpdateParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsCreateOrUpdateParamsWithTimeout ¶
func NewVirtualMachineScaleSetsCreateOrUpdateParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsCreateOrUpdateParams
NewVirtualMachineScaleSetsCreateOrUpdateParamsWithTimeout creates a new VirtualMachineScaleSetsCreateOrUpdateParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetContext ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetName ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetName(name string)
SetName adds the name to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetParameters ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetParameters(parameters *models.VirtualMachineScaleSet)
SetParameters adds the parameters to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsCreateOrUpdateParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithContext ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsCreateOrUpdateParams
WithContext adds the context to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithName ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithName(name string) *VirtualMachineScaleSetsCreateOrUpdateParams
WithName adds the name to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithParameters ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithParameters(parameters *models.VirtualMachineScaleSet) *VirtualMachineScaleSetsCreateOrUpdateParams
WithParameters adds the parameters to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsCreateOrUpdateParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsCreateOrUpdateParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsCreateOrUpdateParams
WithTimeout adds the timeout to the virtual machine scale sets create or update params
func (*VirtualMachineScaleSetsCreateOrUpdateParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsCreateOrUpdateReader ¶
type VirtualMachineScaleSetsCreateOrUpdateReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsCreateOrUpdateReader is a Reader for the VirtualMachineScaleSetsCreateOrUpdate structure.
func (*VirtualMachineScaleSetsCreateOrUpdateReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsCreateOrUpdateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsDeallocateAccepted ¶
type VirtualMachineScaleSetsDeallocateAccepted struct { }
VirtualMachineScaleSetsDeallocateAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsDeallocateAccepted ¶
func NewVirtualMachineScaleSetsDeallocateAccepted() *VirtualMachineScaleSetsDeallocateAccepted
NewVirtualMachineScaleSetsDeallocateAccepted creates a VirtualMachineScaleSetsDeallocateAccepted with default headers values
func (*VirtualMachineScaleSetsDeallocateAccepted) Error ¶
func (o *VirtualMachineScaleSetsDeallocateAccepted) Error() string
type VirtualMachineScaleSetsDeallocateOK ¶
type VirtualMachineScaleSetsDeallocateOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsDeallocateOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsDeallocateOK ¶
func NewVirtualMachineScaleSetsDeallocateOK() *VirtualMachineScaleSetsDeallocateOK
NewVirtualMachineScaleSetsDeallocateOK creates a VirtualMachineScaleSetsDeallocateOK with default headers values
func (*VirtualMachineScaleSetsDeallocateOK) Error ¶
func (o *VirtualMachineScaleSetsDeallocateOK) Error() string
type VirtualMachineScaleSetsDeallocateParams ¶
type VirtualMachineScaleSetsDeallocateParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMInstanceIds A list of virtual machine instance IDs from the VM scale set. */ VMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsDeallocateParams contains all the parameters to send to the API endpoint for the virtual machine scale sets deallocate operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsDeallocateParams ¶
func NewVirtualMachineScaleSetsDeallocateParams() *VirtualMachineScaleSetsDeallocateParams
NewVirtualMachineScaleSetsDeallocateParams creates a new VirtualMachineScaleSetsDeallocateParams object with the default values initialized.
func NewVirtualMachineScaleSetsDeallocateParamsWithContext ¶
func NewVirtualMachineScaleSetsDeallocateParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsDeallocateParams
NewVirtualMachineScaleSetsDeallocateParamsWithContext creates a new VirtualMachineScaleSetsDeallocateParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsDeallocateParamsWithTimeout ¶
func NewVirtualMachineScaleSetsDeallocateParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeallocateParams
NewVirtualMachineScaleSetsDeallocateParamsWithTimeout creates a new VirtualMachineScaleSetsDeallocateParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsDeallocateParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) SetContext ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) SetVMInstanceIds ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
SetVMInstanceIds adds the vmInstanceIds to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsDeallocateParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsDeallocateParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithContext ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsDeallocateParams
WithContext adds the context to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsDeallocateParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsDeallocateParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeallocateParams
WithTimeout adds the timeout to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithVMInstanceIds ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsDeallocateParams
WithVMInstanceIds adds the vMInstanceIds to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsDeallocateParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets deallocate params
func (*VirtualMachineScaleSetsDeallocateParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsDeallocateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsDeallocateReader ¶
type VirtualMachineScaleSetsDeallocateReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsDeallocateReader is a Reader for the VirtualMachineScaleSetsDeallocate structure.
func (*VirtualMachineScaleSetsDeallocateReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsDeallocateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsDeleteAccepted ¶
type VirtualMachineScaleSetsDeleteAccepted struct { }
VirtualMachineScaleSetsDeleteAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsDeleteAccepted ¶
func NewVirtualMachineScaleSetsDeleteAccepted() *VirtualMachineScaleSetsDeleteAccepted
NewVirtualMachineScaleSetsDeleteAccepted creates a VirtualMachineScaleSetsDeleteAccepted with default headers values
func (*VirtualMachineScaleSetsDeleteAccepted) Error ¶
func (o *VirtualMachineScaleSetsDeleteAccepted) Error() string
type VirtualMachineScaleSetsDeleteInstancesAccepted ¶
type VirtualMachineScaleSetsDeleteInstancesAccepted struct { }
VirtualMachineScaleSetsDeleteInstancesAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsDeleteInstancesAccepted ¶
func NewVirtualMachineScaleSetsDeleteInstancesAccepted() *VirtualMachineScaleSetsDeleteInstancesAccepted
NewVirtualMachineScaleSetsDeleteInstancesAccepted creates a VirtualMachineScaleSetsDeleteInstancesAccepted with default headers values
func (*VirtualMachineScaleSetsDeleteInstancesAccepted) Error ¶
func (o *VirtualMachineScaleSetsDeleteInstancesAccepted) Error() string
type VirtualMachineScaleSetsDeleteInstancesOK ¶
type VirtualMachineScaleSetsDeleteInstancesOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsDeleteInstancesOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsDeleteInstancesOK ¶
func NewVirtualMachineScaleSetsDeleteInstancesOK() *VirtualMachineScaleSetsDeleteInstancesOK
NewVirtualMachineScaleSetsDeleteInstancesOK creates a VirtualMachineScaleSetsDeleteInstancesOK with default headers values
func (*VirtualMachineScaleSetsDeleteInstancesOK) Error ¶
func (o *VirtualMachineScaleSetsDeleteInstancesOK) Error() string
type VirtualMachineScaleSetsDeleteInstancesParams ¶
type VirtualMachineScaleSetsDeleteInstancesParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMInstanceIds A list of virtual machine instance IDs from the VM scale set. */ VMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsDeleteInstancesParams contains all the parameters to send to the API endpoint for the virtual machine scale sets delete instances operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsDeleteInstancesParams ¶
func NewVirtualMachineScaleSetsDeleteInstancesParams() *VirtualMachineScaleSetsDeleteInstancesParams
NewVirtualMachineScaleSetsDeleteInstancesParams creates a new VirtualMachineScaleSetsDeleteInstancesParams object with the default values initialized.
func NewVirtualMachineScaleSetsDeleteInstancesParamsWithContext ¶
func NewVirtualMachineScaleSetsDeleteInstancesParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteInstancesParams
NewVirtualMachineScaleSetsDeleteInstancesParamsWithContext creates a new VirtualMachineScaleSetsDeleteInstancesParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsDeleteInstancesParamsWithTimeout ¶
func NewVirtualMachineScaleSetsDeleteInstancesParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteInstancesParams
NewVirtualMachineScaleSetsDeleteInstancesParamsWithTimeout creates a new VirtualMachineScaleSetsDeleteInstancesParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetContext ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetVMInstanceIds ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds)
SetVMInstanceIds adds the vmInstanceIds to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsDeleteInstancesParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithContext ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteInstancesParams
WithContext adds the context to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsDeleteInstancesParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsDeleteInstancesParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteInstancesParams
WithTimeout adds the timeout to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithVMInstanceIds ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds) *VirtualMachineScaleSetsDeleteInstancesParams
WithVMInstanceIds adds the vMInstanceIds to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsDeleteInstancesParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets delete instances params
func (*VirtualMachineScaleSetsDeleteInstancesParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsDeleteInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsDeleteInstancesReader ¶
type VirtualMachineScaleSetsDeleteInstancesReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsDeleteInstancesReader is a Reader for the VirtualMachineScaleSetsDeleteInstances structure.
func (*VirtualMachineScaleSetsDeleteInstancesReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsDeleteInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsDeleteNoContent ¶
type VirtualMachineScaleSetsDeleteNoContent struct { }
VirtualMachineScaleSetsDeleteNoContent handles this case with default header values.
No Content
func NewVirtualMachineScaleSetsDeleteNoContent ¶
func NewVirtualMachineScaleSetsDeleteNoContent() *VirtualMachineScaleSetsDeleteNoContent
NewVirtualMachineScaleSetsDeleteNoContent creates a VirtualMachineScaleSetsDeleteNoContent with default headers values
func (*VirtualMachineScaleSetsDeleteNoContent) Error ¶
func (o *VirtualMachineScaleSetsDeleteNoContent) Error() string
type VirtualMachineScaleSetsDeleteOK ¶
type VirtualMachineScaleSetsDeleteOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsDeleteOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsDeleteOK ¶
func NewVirtualMachineScaleSetsDeleteOK() *VirtualMachineScaleSetsDeleteOK
NewVirtualMachineScaleSetsDeleteOK creates a VirtualMachineScaleSetsDeleteOK with default headers values
func (*VirtualMachineScaleSetsDeleteOK) Error ¶
func (o *VirtualMachineScaleSetsDeleteOK) Error() string
type VirtualMachineScaleSetsDeleteParams ¶
type VirtualMachineScaleSetsDeleteParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsDeleteParams contains all the parameters to send to the API endpoint for the virtual machine scale sets delete operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsDeleteParams ¶
func NewVirtualMachineScaleSetsDeleteParams() *VirtualMachineScaleSetsDeleteParams
NewVirtualMachineScaleSetsDeleteParams creates a new VirtualMachineScaleSetsDeleteParams object with the default values initialized.
func NewVirtualMachineScaleSetsDeleteParamsWithContext ¶
func NewVirtualMachineScaleSetsDeleteParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteParams
NewVirtualMachineScaleSetsDeleteParamsWithContext creates a new VirtualMachineScaleSetsDeleteParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsDeleteParamsWithTimeout ¶
func NewVirtualMachineScaleSetsDeleteParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteParams
NewVirtualMachineScaleSetsDeleteParamsWithTimeout creates a new VirtualMachineScaleSetsDeleteParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsDeleteParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsDeleteParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) SetContext ¶
func (o *VirtualMachineScaleSetsDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsDeleteParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsDeleteParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsDeleteParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsDeleteParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsDeleteParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WithContext ¶
func (o *VirtualMachineScaleSetsDeleteParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsDeleteParams
WithContext adds the context to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsDeleteParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsDeleteParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsDeleteParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsDeleteParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsDeleteParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsDeleteParams
WithTimeout adds the timeout to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsDeleteParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsDeleteParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets delete params
func (*VirtualMachineScaleSetsDeleteParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsDeleteReader ¶
type VirtualMachineScaleSetsDeleteReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsDeleteReader is a Reader for the VirtualMachineScaleSetsDelete structure.
func (*VirtualMachineScaleSetsDeleteReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsGetInstanceViewOK ¶
type VirtualMachineScaleSetsGetInstanceViewOK struct {
Payload *models.VirtualMachineScaleSetInstanceView
}
VirtualMachineScaleSetsGetInstanceViewOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsGetInstanceViewOK ¶
func NewVirtualMachineScaleSetsGetInstanceViewOK() *VirtualMachineScaleSetsGetInstanceViewOK
NewVirtualMachineScaleSetsGetInstanceViewOK creates a VirtualMachineScaleSetsGetInstanceViewOK with default headers values
func (*VirtualMachineScaleSetsGetInstanceViewOK) Error ¶
func (o *VirtualMachineScaleSetsGetInstanceViewOK) Error() string
type VirtualMachineScaleSetsGetInstanceViewParams ¶
type VirtualMachineScaleSetsGetInstanceViewParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsGetInstanceViewParams contains all the parameters to send to the API endpoint for the virtual machine scale sets get instance view operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsGetInstanceViewParams ¶
func NewVirtualMachineScaleSetsGetInstanceViewParams() *VirtualMachineScaleSetsGetInstanceViewParams
NewVirtualMachineScaleSetsGetInstanceViewParams creates a new VirtualMachineScaleSetsGetInstanceViewParams object with the default values initialized.
func NewVirtualMachineScaleSetsGetInstanceViewParamsWithContext ¶
func NewVirtualMachineScaleSetsGetInstanceViewParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsGetInstanceViewParams
NewVirtualMachineScaleSetsGetInstanceViewParamsWithContext creates a new VirtualMachineScaleSetsGetInstanceViewParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsGetInstanceViewParamsWithTimeout ¶
func NewVirtualMachineScaleSetsGetInstanceViewParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetInstanceViewParams
NewVirtualMachineScaleSetsGetInstanceViewParamsWithTimeout creates a new VirtualMachineScaleSetsGetInstanceViewParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsGetInstanceViewParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) SetContext ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsGetInstanceViewParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WithContext ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsGetInstanceViewParams
WithContext adds the context to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsGetInstanceViewParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsGetInstanceViewParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetInstanceViewParams
WithTimeout adds the timeout to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsGetInstanceViewParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets get instance view params
func (*VirtualMachineScaleSetsGetInstanceViewParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsGetInstanceViewParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsGetInstanceViewReader ¶
type VirtualMachineScaleSetsGetInstanceViewReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsGetInstanceViewReader is a Reader for the VirtualMachineScaleSetsGetInstanceView structure.
func (*VirtualMachineScaleSetsGetInstanceViewReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsGetInstanceViewReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsGetOK ¶
type VirtualMachineScaleSetsGetOK struct {
Payload *models.VirtualMachineScaleSet
}
VirtualMachineScaleSetsGetOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsGetOK ¶
func NewVirtualMachineScaleSetsGetOK() *VirtualMachineScaleSetsGetOK
NewVirtualMachineScaleSetsGetOK creates a VirtualMachineScaleSetsGetOK with default headers values
func (*VirtualMachineScaleSetsGetOK) Error ¶
func (o *VirtualMachineScaleSetsGetOK) Error() string
type VirtualMachineScaleSetsGetParams ¶
type VirtualMachineScaleSetsGetParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsGetParams contains all the parameters to send to the API endpoint for the virtual machine scale sets get operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsGetParams ¶
func NewVirtualMachineScaleSetsGetParams() *VirtualMachineScaleSetsGetParams
NewVirtualMachineScaleSetsGetParams creates a new VirtualMachineScaleSetsGetParams object with the default values initialized.
func NewVirtualMachineScaleSetsGetParamsWithContext ¶
func NewVirtualMachineScaleSetsGetParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsGetParams
NewVirtualMachineScaleSetsGetParamsWithContext creates a new VirtualMachineScaleSetsGetParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsGetParamsWithTimeout ¶
func NewVirtualMachineScaleSetsGetParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetParams
NewVirtualMachineScaleSetsGetParamsWithTimeout creates a new VirtualMachineScaleSetsGetParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsGetParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsGetParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) SetContext ¶
func (o *VirtualMachineScaleSetsGetParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsGetParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsGetParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsGetParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsGetParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsGetParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WithContext ¶
func (o *VirtualMachineScaleSetsGetParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsGetParams
WithContext adds the context to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsGetParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsGetParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsGetParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsGetParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsGetParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsGetParams
WithTimeout adds the timeout to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsGetParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsGetParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets get params
func (*VirtualMachineScaleSetsGetParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsGetReader ¶
type VirtualMachineScaleSetsGetReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsGetReader is a Reader for the VirtualMachineScaleSetsGet structure.
func (*VirtualMachineScaleSetsGetReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsListAllOK ¶
type VirtualMachineScaleSetsListAllOK struct {
Payload *models.VirtualMachineScaleSetListWithLinkResult
}
VirtualMachineScaleSetsListAllOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsListAllOK ¶
func NewVirtualMachineScaleSetsListAllOK() *VirtualMachineScaleSetsListAllOK
NewVirtualMachineScaleSetsListAllOK creates a VirtualMachineScaleSetsListAllOK with default headers values
func (*VirtualMachineScaleSetsListAllOK) Error ¶
func (o *VirtualMachineScaleSetsListAllOK) Error() string
type VirtualMachineScaleSetsListAllParams ¶
type VirtualMachineScaleSetsListAllParams struct { /*APIVersion Client Api Version. */ APIVersion string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsListAllParams contains all the parameters to send to the API endpoint for the virtual machine scale sets list all operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsListAllParams ¶
func NewVirtualMachineScaleSetsListAllParams() *VirtualMachineScaleSetsListAllParams
NewVirtualMachineScaleSetsListAllParams creates a new VirtualMachineScaleSetsListAllParams object with the default values initialized.
func NewVirtualMachineScaleSetsListAllParamsWithContext ¶
func NewVirtualMachineScaleSetsListAllParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsListAllParams
NewVirtualMachineScaleSetsListAllParamsWithContext creates a new VirtualMachineScaleSetsListAllParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsListAllParamsWithTimeout ¶
func NewVirtualMachineScaleSetsListAllParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListAllParams
NewVirtualMachineScaleSetsListAllParamsWithTimeout creates a new VirtualMachineScaleSetsListAllParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsListAllParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsListAllParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) SetContext ¶
func (o *VirtualMachineScaleSetsListAllParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsListAllParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsListAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsListAllParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsListAllParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) WithContext ¶
func (o *VirtualMachineScaleSetsListAllParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsListAllParams
WithContext adds the context to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsListAllParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsListAllParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsListAllParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListAllParams
WithTimeout adds the timeout to the virtual machine scale sets list all params
func (*VirtualMachineScaleSetsListAllParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsListAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsListAllReader ¶
type VirtualMachineScaleSetsListAllReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsListAllReader is a Reader for the VirtualMachineScaleSetsListAll structure.
func (*VirtualMachineScaleSetsListAllReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsListAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsListOK ¶
type VirtualMachineScaleSetsListOK struct {
Payload *models.VirtualMachineScaleSetListResult
}
VirtualMachineScaleSetsListOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsListOK ¶
func NewVirtualMachineScaleSetsListOK() *VirtualMachineScaleSetsListOK
NewVirtualMachineScaleSetsListOK creates a VirtualMachineScaleSetsListOK with default headers values
func (*VirtualMachineScaleSetsListOK) Error ¶
func (o *VirtualMachineScaleSetsListOK) Error() string
type VirtualMachineScaleSetsListParams ¶
type VirtualMachineScaleSetsListParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsListParams contains all the parameters to send to the API endpoint for the virtual machine scale sets list operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsListParams ¶
func NewVirtualMachineScaleSetsListParams() *VirtualMachineScaleSetsListParams
NewVirtualMachineScaleSetsListParams creates a new VirtualMachineScaleSetsListParams object with the default values initialized.
func NewVirtualMachineScaleSetsListParamsWithContext ¶
func NewVirtualMachineScaleSetsListParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsListParams
NewVirtualMachineScaleSetsListParamsWithContext creates a new VirtualMachineScaleSetsListParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsListParamsWithTimeout ¶
func NewVirtualMachineScaleSetsListParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListParams
NewVirtualMachineScaleSetsListParamsWithTimeout creates a new VirtualMachineScaleSetsListParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsListParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsListParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) SetContext ¶
func (o *VirtualMachineScaleSetsListParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsListParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsListParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsListParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsListParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsListParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) WithContext ¶
func (o *VirtualMachineScaleSetsListParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsListParams
WithContext adds the context to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsListParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsListParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsListParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsListParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsListParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListParams
WithTimeout adds the timeout to the virtual machine scale sets list params
func (*VirtualMachineScaleSetsListParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsListReader ¶
type VirtualMachineScaleSetsListReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsListReader is a Reader for the VirtualMachineScaleSetsList structure.
func (*VirtualMachineScaleSetsListReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsListSkusOK ¶
type VirtualMachineScaleSetsListSkusOK struct {
Payload *models.VirtualMachineScaleSetListSkusResult
}
VirtualMachineScaleSetsListSkusOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsListSkusOK ¶
func NewVirtualMachineScaleSetsListSkusOK() *VirtualMachineScaleSetsListSkusOK
NewVirtualMachineScaleSetsListSkusOK creates a VirtualMachineScaleSetsListSkusOK with default headers values
func (*VirtualMachineScaleSetsListSkusOK) Error ¶
func (o *VirtualMachineScaleSetsListSkusOK) Error() string
type VirtualMachineScaleSetsListSkusParams ¶
type VirtualMachineScaleSetsListSkusParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsListSkusParams contains all the parameters to send to the API endpoint for the virtual machine scale sets list skus operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsListSkusParams ¶
func NewVirtualMachineScaleSetsListSkusParams() *VirtualMachineScaleSetsListSkusParams
NewVirtualMachineScaleSetsListSkusParams creates a new VirtualMachineScaleSetsListSkusParams object with the default values initialized.
func NewVirtualMachineScaleSetsListSkusParamsWithContext ¶
func NewVirtualMachineScaleSetsListSkusParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsListSkusParams
NewVirtualMachineScaleSetsListSkusParamsWithContext creates a new VirtualMachineScaleSetsListSkusParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsListSkusParamsWithTimeout ¶
func NewVirtualMachineScaleSetsListSkusParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListSkusParams
NewVirtualMachineScaleSetsListSkusParamsWithTimeout creates a new VirtualMachineScaleSetsListSkusParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsListSkusParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsListSkusParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) SetContext ¶
func (o *VirtualMachineScaleSetsListSkusParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsListSkusParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsListSkusParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsListSkusParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsListSkusParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsListSkusParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsListSkusParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WithContext ¶
func (o *VirtualMachineScaleSetsListSkusParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsListSkusParams
WithContext adds the context to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsListSkusParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsListSkusParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsListSkusParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsListSkusParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsListSkusParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsListSkusParams
WithTimeout adds the timeout to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsListSkusParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsListSkusParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets list skus params
func (*VirtualMachineScaleSetsListSkusParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsListSkusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsListSkusReader ¶
type VirtualMachineScaleSetsListSkusReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsListSkusReader is a Reader for the VirtualMachineScaleSetsListSkus structure.
func (*VirtualMachineScaleSetsListSkusReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsListSkusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsPowerOffAccepted ¶
type VirtualMachineScaleSetsPowerOffAccepted struct { }
VirtualMachineScaleSetsPowerOffAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsPowerOffAccepted ¶
func NewVirtualMachineScaleSetsPowerOffAccepted() *VirtualMachineScaleSetsPowerOffAccepted
NewVirtualMachineScaleSetsPowerOffAccepted creates a VirtualMachineScaleSetsPowerOffAccepted with default headers values
func (*VirtualMachineScaleSetsPowerOffAccepted) Error ¶
func (o *VirtualMachineScaleSetsPowerOffAccepted) Error() string
type VirtualMachineScaleSetsPowerOffOK ¶
type VirtualMachineScaleSetsPowerOffOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsPowerOffOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsPowerOffOK ¶
func NewVirtualMachineScaleSetsPowerOffOK() *VirtualMachineScaleSetsPowerOffOK
NewVirtualMachineScaleSetsPowerOffOK creates a VirtualMachineScaleSetsPowerOffOK with default headers values
func (*VirtualMachineScaleSetsPowerOffOK) Error ¶
func (o *VirtualMachineScaleSetsPowerOffOK) Error() string
type VirtualMachineScaleSetsPowerOffParams ¶
type VirtualMachineScaleSetsPowerOffParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMInstanceIds A list of virtual machine instance IDs from the VM scale set. */ VMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsPowerOffParams contains all the parameters to send to the API endpoint for the virtual machine scale sets power off operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsPowerOffParams ¶
func NewVirtualMachineScaleSetsPowerOffParams() *VirtualMachineScaleSetsPowerOffParams
NewVirtualMachineScaleSetsPowerOffParams creates a new VirtualMachineScaleSetsPowerOffParams object with the default values initialized.
func NewVirtualMachineScaleSetsPowerOffParamsWithContext ¶
func NewVirtualMachineScaleSetsPowerOffParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsPowerOffParams
NewVirtualMachineScaleSetsPowerOffParamsWithContext creates a new VirtualMachineScaleSetsPowerOffParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsPowerOffParamsWithTimeout ¶
func NewVirtualMachineScaleSetsPowerOffParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsPowerOffParams
NewVirtualMachineScaleSetsPowerOffParamsWithTimeout creates a new VirtualMachineScaleSetsPowerOffParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsPowerOffParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) SetContext ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) SetVMInstanceIds ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
SetVMInstanceIds adds the vmInstanceIds to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsPowerOffParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsPowerOffParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithContext ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsPowerOffParams
WithContext adds the context to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsPowerOffParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsPowerOffParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsPowerOffParams
WithTimeout adds the timeout to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithVMInstanceIds ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsPowerOffParams
WithVMInstanceIds adds the vMInstanceIds to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsPowerOffParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets power off params
func (*VirtualMachineScaleSetsPowerOffParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsPowerOffParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsPowerOffReader ¶
type VirtualMachineScaleSetsPowerOffReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsPowerOffReader is a Reader for the VirtualMachineScaleSetsPowerOff structure.
func (*VirtualMachineScaleSetsPowerOffReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsPowerOffReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsReimageAccepted ¶
type VirtualMachineScaleSetsReimageAccepted struct { }
VirtualMachineScaleSetsReimageAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsReimageAccepted ¶
func NewVirtualMachineScaleSetsReimageAccepted() *VirtualMachineScaleSetsReimageAccepted
NewVirtualMachineScaleSetsReimageAccepted creates a VirtualMachineScaleSetsReimageAccepted with default headers values
func (*VirtualMachineScaleSetsReimageAccepted) Error ¶
func (o *VirtualMachineScaleSetsReimageAccepted) Error() string
type VirtualMachineScaleSetsReimageAllAccepted ¶
type VirtualMachineScaleSetsReimageAllAccepted struct { }
VirtualMachineScaleSetsReimageAllAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsReimageAllAccepted ¶
func NewVirtualMachineScaleSetsReimageAllAccepted() *VirtualMachineScaleSetsReimageAllAccepted
NewVirtualMachineScaleSetsReimageAllAccepted creates a VirtualMachineScaleSetsReimageAllAccepted with default headers values
func (*VirtualMachineScaleSetsReimageAllAccepted) Error ¶
func (o *VirtualMachineScaleSetsReimageAllAccepted) Error() string
type VirtualMachineScaleSetsReimageAllOK ¶
type VirtualMachineScaleSetsReimageAllOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsReimageAllOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsReimageAllOK ¶
func NewVirtualMachineScaleSetsReimageAllOK() *VirtualMachineScaleSetsReimageAllOK
NewVirtualMachineScaleSetsReimageAllOK creates a VirtualMachineScaleSetsReimageAllOK with default headers values
func (*VirtualMachineScaleSetsReimageAllOK) Error ¶
func (o *VirtualMachineScaleSetsReimageAllOK) Error() string
type VirtualMachineScaleSetsReimageAllParams ¶
type VirtualMachineScaleSetsReimageAllParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsReimageAllParams contains all the parameters to send to the API endpoint for the virtual machine scale sets reimage all operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsReimageAllParams ¶
func NewVirtualMachineScaleSetsReimageAllParams() *VirtualMachineScaleSetsReimageAllParams
NewVirtualMachineScaleSetsReimageAllParams creates a new VirtualMachineScaleSetsReimageAllParams object with the default values initialized.
func NewVirtualMachineScaleSetsReimageAllParamsWithContext ¶
func NewVirtualMachineScaleSetsReimageAllParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsReimageAllParams
NewVirtualMachineScaleSetsReimageAllParamsWithContext creates a new VirtualMachineScaleSetsReimageAllParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsReimageAllParamsWithTimeout ¶
func NewVirtualMachineScaleSetsReimageAllParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageAllParams
NewVirtualMachineScaleSetsReimageAllParamsWithTimeout creates a new VirtualMachineScaleSetsReimageAllParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsReimageAllParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsReimageAllParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) SetContext ¶
func (o *VirtualMachineScaleSetsReimageAllParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsReimageAllParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsReimageAllParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsReimageAllParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsReimageAllParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsReimageAllParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WithContext ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsReimageAllParams
WithContext adds the context to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsReimageAllParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsReimageAllParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageAllParams
WithTimeout adds the timeout to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsReimageAllParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets reimage all params
func (*VirtualMachineScaleSetsReimageAllParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsReimageAllParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsReimageAllReader ¶
type VirtualMachineScaleSetsReimageAllReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsReimageAllReader is a Reader for the VirtualMachineScaleSetsReimageAll structure.
func (*VirtualMachineScaleSetsReimageAllReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsReimageAllReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsReimageOK ¶
type VirtualMachineScaleSetsReimageOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsReimageOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsReimageOK ¶
func NewVirtualMachineScaleSetsReimageOK() *VirtualMachineScaleSetsReimageOK
NewVirtualMachineScaleSetsReimageOK creates a VirtualMachineScaleSetsReimageOK with default headers values
func (*VirtualMachineScaleSetsReimageOK) Error ¶
func (o *VirtualMachineScaleSetsReimageOK) Error() string
type VirtualMachineScaleSetsReimageParams ¶
type VirtualMachineScaleSetsReimageParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsReimageParams contains all the parameters to send to the API endpoint for the virtual machine scale sets reimage operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsReimageParams ¶
func NewVirtualMachineScaleSetsReimageParams() *VirtualMachineScaleSetsReimageParams
NewVirtualMachineScaleSetsReimageParams creates a new VirtualMachineScaleSetsReimageParams object with the default values initialized.
func NewVirtualMachineScaleSetsReimageParamsWithContext ¶
func NewVirtualMachineScaleSetsReimageParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsReimageParams
NewVirtualMachineScaleSetsReimageParamsWithContext creates a new VirtualMachineScaleSetsReimageParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsReimageParamsWithTimeout ¶
func NewVirtualMachineScaleSetsReimageParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageParams
NewVirtualMachineScaleSetsReimageParamsWithTimeout creates a new VirtualMachineScaleSetsReimageParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsReimageParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsReimageParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) SetContext ¶
func (o *VirtualMachineScaleSetsReimageParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsReimageParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsReimageParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsReimageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsReimageParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsReimageParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsReimageParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WithContext ¶
func (o *VirtualMachineScaleSetsReimageParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsReimageParams
WithContext adds the context to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsReimageParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsReimageParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsReimageParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsReimageParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsReimageParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsReimageParams
WithTimeout adds the timeout to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsReimageParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsReimageParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets reimage params
func (*VirtualMachineScaleSetsReimageParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsReimageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsReimageReader ¶
type VirtualMachineScaleSetsReimageReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsReimageReader is a Reader for the VirtualMachineScaleSetsReimage structure.
func (*VirtualMachineScaleSetsReimageReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsReimageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsRestartAccepted ¶
type VirtualMachineScaleSetsRestartAccepted struct { }
VirtualMachineScaleSetsRestartAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsRestartAccepted ¶
func NewVirtualMachineScaleSetsRestartAccepted() *VirtualMachineScaleSetsRestartAccepted
NewVirtualMachineScaleSetsRestartAccepted creates a VirtualMachineScaleSetsRestartAccepted with default headers values
func (*VirtualMachineScaleSetsRestartAccepted) Error ¶
func (o *VirtualMachineScaleSetsRestartAccepted) Error() string
type VirtualMachineScaleSetsRestartOK ¶
type VirtualMachineScaleSetsRestartOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsRestartOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsRestartOK ¶
func NewVirtualMachineScaleSetsRestartOK() *VirtualMachineScaleSetsRestartOK
NewVirtualMachineScaleSetsRestartOK creates a VirtualMachineScaleSetsRestartOK with default headers values
func (*VirtualMachineScaleSetsRestartOK) Error ¶
func (o *VirtualMachineScaleSetsRestartOK) Error() string
type VirtualMachineScaleSetsRestartParams ¶
type VirtualMachineScaleSetsRestartParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMInstanceIds A list of virtual machine instance IDs from the VM scale set. */ VMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsRestartParams contains all the parameters to send to the API endpoint for the virtual machine scale sets restart operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsRestartParams ¶
func NewVirtualMachineScaleSetsRestartParams() *VirtualMachineScaleSetsRestartParams
NewVirtualMachineScaleSetsRestartParams creates a new VirtualMachineScaleSetsRestartParams object with the default values initialized.
func NewVirtualMachineScaleSetsRestartParamsWithContext ¶
func NewVirtualMachineScaleSetsRestartParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsRestartParams
NewVirtualMachineScaleSetsRestartParamsWithContext creates a new VirtualMachineScaleSetsRestartParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsRestartParamsWithTimeout ¶
func NewVirtualMachineScaleSetsRestartParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsRestartParams
NewVirtualMachineScaleSetsRestartParamsWithTimeout creates a new VirtualMachineScaleSetsRestartParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsRestartParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsRestartParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) SetContext ¶
func (o *VirtualMachineScaleSetsRestartParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsRestartParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsRestartParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsRestartParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) SetVMInstanceIds ¶
func (o *VirtualMachineScaleSetsRestartParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
SetVMInstanceIds adds the vmInstanceIds to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsRestartParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsRestartParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsRestartParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithContext ¶
func (o *VirtualMachineScaleSetsRestartParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsRestartParams
WithContext adds the context to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsRestartParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsRestartParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsRestartParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsRestartParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsRestartParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsRestartParams
WithTimeout adds the timeout to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithVMInstanceIds ¶
func (o *VirtualMachineScaleSetsRestartParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsRestartParams
WithVMInstanceIds adds the vMInstanceIds to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsRestartParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsRestartParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets restart params
func (*VirtualMachineScaleSetsRestartParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsRestartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsRestartReader ¶
type VirtualMachineScaleSetsRestartReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsRestartReader is a Reader for the VirtualMachineScaleSetsRestart structure.
func (*VirtualMachineScaleSetsRestartReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsRestartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsStartAccepted ¶
type VirtualMachineScaleSetsStartAccepted struct { }
VirtualMachineScaleSetsStartAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsStartAccepted ¶
func NewVirtualMachineScaleSetsStartAccepted() *VirtualMachineScaleSetsStartAccepted
NewVirtualMachineScaleSetsStartAccepted creates a VirtualMachineScaleSetsStartAccepted with default headers values
func (*VirtualMachineScaleSetsStartAccepted) Error ¶
func (o *VirtualMachineScaleSetsStartAccepted) Error() string
type VirtualMachineScaleSetsStartOK ¶
type VirtualMachineScaleSetsStartOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsStartOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsStartOK ¶
func NewVirtualMachineScaleSetsStartOK() *VirtualMachineScaleSetsStartOK
NewVirtualMachineScaleSetsStartOK creates a VirtualMachineScaleSetsStartOK with default headers values
func (*VirtualMachineScaleSetsStartOK) Error ¶
func (o *VirtualMachineScaleSetsStartOK) Error() string
type VirtualMachineScaleSetsStartParams ¶
type VirtualMachineScaleSetsStartParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMInstanceIds A list of virtual machine instance IDs from the VM scale set. */ VMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsStartParams contains all the parameters to send to the API endpoint for the virtual machine scale sets start operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsStartParams ¶
func NewVirtualMachineScaleSetsStartParams() *VirtualMachineScaleSetsStartParams
NewVirtualMachineScaleSetsStartParams creates a new VirtualMachineScaleSetsStartParams object with the default values initialized.
func NewVirtualMachineScaleSetsStartParamsWithContext ¶
func NewVirtualMachineScaleSetsStartParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsStartParams
NewVirtualMachineScaleSetsStartParamsWithContext creates a new VirtualMachineScaleSetsStartParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsStartParamsWithTimeout ¶
func NewVirtualMachineScaleSetsStartParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsStartParams
NewVirtualMachineScaleSetsStartParamsWithTimeout creates a new VirtualMachineScaleSetsStartParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsStartParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsStartParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) SetContext ¶
func (o *VirtualMachineScaleSetsStartParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsStartParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsStartParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsStartParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) SetVMInstanceIds ¶
func (o *VirtualMachineScaleSetsStartParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds)
SetVMInstanceIds adds the vmInstanceIds to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsStartParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsStartParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsStartParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithContext ¶
func (o *VirtualMachineScaleSetsStartParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsStartParams
WithContext adds the context to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsStartParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsStartParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsStartParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsStartParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsStartParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsStartParams
WithTimeout adds the timeout to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithVMInstanceIds ¶
func (o *VirtualMachineScaleSetsStartParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceIds) *VirtualMachineScaleSetsStartParams
WithVMInstanceIds adds the vMInstanceIds to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsStartParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsStartParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets start params
func (*VirtualMachineScaleSetsStartParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsStartParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsStartReader ¶
type VirtualMachineScaleSetsStartReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsStartReader is a Reader for the VirtualMachineScaleSetsStart structure.
func (*VirtualMachineScaleSetsStartReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsStartReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type VirtualMachineScaleSetsUpdateInstancesAccepted ¶
type VirtualMachineScaleSetsUpdateInstancesAccepted struct { }
VirtualMachineScaleSetsUpdateInstancesAccepted handles this case with default header values.
Accepted
func NewVirtualMachineScaleSetsUpdateInstancesAccepted ¶
func NewVirtualMachineScaleSetsUpdateInstancesAccepted() *VirtualMachineScaleSetsUpdateInstancesAccepted
NewVirtualMachineScaleSetsUpdateInstancesAccepted creates a VirtualMachineScaleSetsUpdateInstancesAccepted with default headers values
func (*VirtualMachineScaleSetsUpdateInstancesAccepted) Error ¶
func (o *VirtualMachineScaleSetsUpdateInstancesAccepted) Error() string
type VirtualMachineScaleSetsUpdateInstancesOK ¶
type VirtualMachineScaleSetsUpdateInstancesOK struct {
Payload *models.OperationStatusResponse
}
VirtualMachineScaleSetsUpdateInstancesOK handles this case with default header values.
OK
func NewVirtualMachineScaleSetsUpdateInstancesOK ¶
func NewVirtualMachineScaleSetsUpdateInstancesOK() *VirtualMachineScaleSetsUpdateInstancesOK
NewVirtualMachineScaleSetsUpdateInstancesOK creates a VirtualMachineScaleSetsUpdateInstancesOK with default headers values
func (*VirtualMachineScaleSetsUpdateInstancesOK) Error ¶
func (o *VirtualMachineScaleSetsUpdateInstancesOK) Error() string
type VirtualMachineScaleSetsUpdateInstancesParams ¶
type VirtualMachineScaleSetsUpdateInstancesParams struct { /*APIVersion Client Api Version. */ APIVersion string /*ResourceGroupName The name of the resource group. */ ResourceGroupName string /*SubscriptionID Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. */ SubscriptionID string /*VMInstanceIds A list of virtual machine instance IDs from the VM scale set. */ VMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds /*VMScaleSetName The name of the VM scale set. */ VMScaleSetName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
VirtualMachineScaleSetsUpdateInstancesParams contains all the parameters to send to the API endpoint for the virtual machine scale sets update instances operation typically these are written to a http.Request
func NewVirtualMachineScaleSetsUpdateInstancesParams ¶
func NewVirtualMachineScaleSetsUpdateInstancesParams() *VirtualMachineScaleSetsUpdateInstancesParams
NewVirtualMachineScaleSetsUpdateInstancesParams creates a new VirtualMachineScaleSetsUpdateInstancesParams object with the default values initialized.
func NewVirtualMachineScaleSetsUpdateInstancesParamsWithContext ¶
func NewVirtualMachineScaleSetsUpdateInstancesParamsWithContext(ctx context.Context) *VirtualMachineScaleSetsUpdateInstancesParams
NewVirtualMachineScaleSetsUpdateInstancesParamsWithContext creates a new VirtualMachineScaleSetsUpdateInstancesParams object with the default values initialized, and the ability to set a context for a request
func NewVirtualMachineScaleSetsUpdateInstancesParamsWithTimeout ¶
func NewVirtualMachineScaleSetsUpdateInstancesParamsWithTimeout(timeout time.Duration) *VirtualMachineScaleSetsUpdateInstancesParams
NewVirtualMachineScaleSetsUpdateInstancesParamsWithTimeout creates a new VirtualMachineScaleSetsUpdateInstancesParams object with the default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetAPIVersion ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetAPIVersion(aPIVersion string)
SetAPIVersion adds the apiVersion to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetContext ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetResourceGroupName ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetResourceGroupName(resourceGroupName string)
SetResourceGroupName adds the resourceGroupName to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetSubscriptionID ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetSubscriptionID(subscriptionID string)
SetSubscriptionID adds the subscriptionId to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetTimeout ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetVMInstanceIds ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds)
SetVMInstanceIds adds the vmInstanceIds to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) SetVMScaleSetName ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) SetVMScaleSetName(vMScaleSetName string)
SetVMScaleSetName adds the vmScaleSetName to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithAPIVersion ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithAPIVersion(aPIVersion string) *VirtualMachineScaleSetsUpdateInstancesParams
WithAPIVersion adds the aPIVersion to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithContext ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithContext(ctx context.Context) *VirtualMachineScaleSetsUpdateInstancesParams
WithContext adds the context to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithResourceGroupName ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithResourceGroupName(resourceGroupName string) *VirtualMachineScaleSetsUpdateInstancesParams
WithResourceGroupName adds the resourceGroupName to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithSubscriptionID ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithSubscriptionID(subscriptionID string) *VirtualMachineScaleSetsUpdateInstancesParams
WithSubscriptionID adds the subscriptionID to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithTimeout ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithTimeout(timeout time.Duration) *VirtualMachineScaleSetsUpdateInstancesParams
WithTimeout adds the timeout to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithVMInstanceIds ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithVMInstanceIds(vMInstanceIds *models.VirtualMachineScaleSetVMInstanceRequiredIds) *VirtualMachineScaleSetsUpdateInstancesParams
WithVMInstanceIds adds the vMInstanceIds to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WithVMScaleSetName ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WithVMScaleSetName(vMScaleSetName string) *VirtualMachineScaleSetsUpdateInstancesParams
WithVMScaleSetName adds the vMScaleSetName to the virtual machine scale sets update instances params
func (*VirtualMachineScaleSetsUpdateInstancesParams) WriteToRequest ¶
func (o *VirtualMachineScaleSetsUpdateInstancesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type VirtualMachineScaleSetsUpdateInstancesReader ¶
type VirtualMachineScaleSetsUpdateInstancesReader struct {
// contains filtered or unexported fields
}
VirtualMachineScaleSetsUpdateInstancesReader is a Reader for the VirtualMachineScaleSetsUpdateInstances structure.
func (*VirtualMachineScaleSetsUpdateInstancesReader) ReadResponse ¶
func (o *VirtualMachineScaleSetsUpdateInstancesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- virtual_machine_scale_sets_client.go
- virtual_machine_scale_sets_create_or_update_parameters.go
- virtual_machine_scale_sets_create_or_update_responses.go
- virtual_machine_scale_sets_deallocate_parameters.go
- virtual_machine_scale_sets_deallocate_responses.go
- virtual_machine_scale_sets_delete_instances_parameters.go
- virtual_machine_scale_sets_delete_instances_responses.go
- virtual_machine_scale_sets_delete_parameters.go
- virtual_machine_scale_sets_delete_responses.go
- virtual_machine_scale_sets_get_instance_view_parameters.go
- virtual_machine_scale_sets_get_instance_view_responses.go
- virtual_machine_scale_sets_get_parameters.go
- virtual_machine_scale_sets_get_responses.go
- virtual_machine_scale_sets_list_all_parameters.go
- virtual_machine_scale_sets_list_all_responses.go
- virtual_machine_scale_sets_list_parameters.go
- virtual_machine_scale_sets_list_responses.go
- virtual_machine_scale_sets_list_skus_parameters.go
- virtual_machine_scale_sets_list_skus_responses.go
- virtual_machine_scale_sets_power_off_parameters.go
- virtual_machine_scale_sets_power_off_responses.go
- virtual_machine_scale_sets_reimage_all_parameters.go
- virtual_machine_scale_sets_reimage_all_responses.go
- virtual_machine_scale_sets_reimage_parameters.go
- virtual_machine_scale_sets_reimage_responses.go
- virtual_machine_scale_sets_restart_parameters.go
- virtual_machine_scale_sets_restart_responses.go
- virtual_machine_scale_sets_start_parameters.go
- virtual_machine_scale_sets_start_responses.go
- virtual_machine_scale_sets_update_instances_parameters.go
- virtual_machine_scale_sets_update_instances_responses.go