Versions in this module Expand all Collapse all v47 v47.1.0 Oct 21, 2020 v47.0.0 Oct 13, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicDevicePropertiesFormat interface + AsDevicePropertiesFormat func() (*DevicePropertiesFormat, bool) + type Device struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (d *Device) UnmarshalJSON(body []byte) error + func (d Device) MarshalJSON() ([]byte, error) + type DeviceListResult struct + NextLink *string + Value *[]Device + func (dlr DeviceListResult) IsEmpty() bool + func (dlr DeviceListResult) MarshalJSON() ([]byte, error) + type DeviceListResultIterator struct + func NewDeviceListResultIterator(page DeviceListResultPage) DeviceListResultIterator + func (iter *DeviceListResultIterator) Next() error + func (iter *DeviceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DeviceListResultIterator) NotDone() bool + func (iter DeviceListResultIterator) Response() DeviceListResult + func (iter DeviceListResultIterator) Value() Device + type DeviceListResultPage struct + func NewDeviceListResultPage(getNextPage func(context.Context, DeviceListResult) (DeviceListResult, error)) DeviceListResultPage + func (page *DeviceListResultPage) Next() error + func (page *DeviceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DeviceListResultPage) NotDone() bool + func (page DeviceListResultPage) Response() DeviceListResult + func (page DeviceListResultPage) Values() []Device + type DevicePropertiesFormat struct + AzureStackEdge *SubResource + DeviceType DeviceType + ProvisioningState ProvisioningState + Status Status + VirtualNetworkFunctions *[]SubResource + func (dpf DevicePropertiesFormat) AsBasicDevicePropertiesFormat() (BasicDevicePropertiesFormat, bool) + func (dpf DevicePropertiesFormat) AsDevicePropertiesFormat() (*DevicePropertiesFormat, bool) + func (dpf DevicePropertiesFormat) MarshalJSON() ([]byte, error) + type DeviceRegistrationKey struct + RegistrationKey *string + type DeviceType string + const DeviceTypeDevicePropertiesFormat + func PossibleDeviceTypeValues() []DeviceType + type DevicesClient struct + func NewDevicesClient(subscriptionID string) DevicesClient + func NewDevicesClientWithBaseURI(baseURI string, subscriptionID string) DevicesClient + func (client DevicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, deviceName string, ...) (result DevicesCreateOrUpdateFuture, err error) + func (client DevicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, deviceName string, ...) (*http.Request, error) + func (client DevicesClient) CreateOrUpdateResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) CreateOrUpdateSender(req *http.Request) (future DevicesCreateOrUpdateFuture, err error) + func (client DevicesClient) Delete(ctx context.Context, resourceGroupName string, deviceName string) (result DevicesDeleteFuture, err error) + func (client DevicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, deviceName string) (*http.Request, error) + func (client DevicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DevicesClient) DeleteSender(req *http.Request) (future DevicesDeleteFuture, err error) + func (client DevicesClient) Get(ctx context.Context, resourceGroupName string, deviceName string) (result Device, err error) + func (client DevicesClient) GetPreparer(ctx context.Context, resourceGroupName string, deviceName string) (*http.Request, error) + func (client DevicesClient) GetResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DeviceListResultPage, err error) + func (client DevicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DeviceListResultIterator, err error) + func (client DevicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DevicesClient) ListByResourceGroupResponder(resp *http.Response) (result DeviceListResult, err error) + func (client DevicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListBySubscription(ctx context.Context) (result DeviceListResultPage, err error) + func (client DevicesClient) ListBySubscriptionComplete(ctx context.Context) (result DeviceListResultIterator, err error) + func (client DevicesClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client DevicesClient) ListBySubscriptionResponder(resp *http.Response) (result DeviceListResult, err error) + func (client DevicesClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client DevicesClient) ListRegistrationKey(ctx context.Context, resourceGroupName string, deviceName string) (result DeviceRegistrationKey, err error) + func (client DevicesClient) ListRegistrationKeyPreparer(ctx context.Context, resourceGroupName string, deviceName string) (*http.Request, error) + func (client DevicesClient) ListRegistrationKeyResponder(resp *http.Response) (result DeviceRegistrationKey, err error) + func (client DevicesClient) ListRegistrationKeySender(req *http.Request) (*http.Response, error) + func (client DevicesClient) UpdateTags(ctx context.Context, resourceGroupName string, deviceName string, ...) (result Device, err error) + func (client DevicesClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, deviceName string, ...) (*http.Request, error) + func (client DevicesClient) UpdateTagsResponder(resp *http.Response) (result Device, err error) + func (client DevicesClient) UpdateTagsSender(req *http.Request) (*http.Response, error) + type DevicesCreateOrUpdateFuture struct + func (future *DevicesCreateOrUpdateFuture) Result(client DevicesClient) (d Device, err error) + type DevicesDeleteFuture struct + func (future *DevicesDeleteFuture) Result(client DevicesClient) (ar autorest.Response, err error) + type ErrorDetails struct + Error *ErrorResponse + type ErrorResponse struct + AdditionalProperties map[string]interface{} + Code *string + Message *string + func (er *ErrorResponse) UnmarshalJSON(body []byte) error + func (er ErrorResponse) MarshalJSON() ([]byte, error) + type IPAllocationMethod string + const Dynamic + const Static + const Unknown + func PossibleIPAllocationMethodValues() []IPAllocationMethod + type IPVersion string + const IPVersionIPv4 + const IPVersionUnknown + func PossibleIPVersionValues() []IPVersion + type ImageReference struct + OsType OperatingSystemTypes + SasURI *string + VhdName *string + VhdType VHDType + type NetworkInterface struct + IPConfigurations *[]NetworkInterfaceIPConfiguration + MacAddress *string + NetworkInterfaceName *string + VMSwitchType VMSwitchType + type NetworkInterfaceIPConfiguration struct + DNSServers *[]string + Gateway *string + IPAddress *string + IPAllocationMethod IPAllocationMethod + IPVersion IPVersion + Subnet *string + type OperatingSystemTypes string + const OperatingSystemTypesLinux + const OperatingSystemTypesUnknown + const OperatingSystemTypesWindows + func PossibleOperatingSystemTypesValues() []OperatingSystemTypes + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationList struct + NextLink *string + Value *[]Operation + func (ol OperationList) IsEmpty() bool + type OperationListIterator struct + func NewOperationListIterator(page OperationListPage) OperationListIterator + func (iter *OperationListIterator) Next() error + func (iter *OperationListIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListIterator) NotDone() bool + func (iter OperationListIterator) Response() OperationList + func (iter OperationListIterator) Value() Operation + type OperationListPage struct + func NewOperationListPage(getNextPage func(context.Context, OperationList) (OperationList, error)) OperationListPage + func (page *OperationListPage) Next() error + func (page *OperationListPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListPage) NotDone() bool + func (page OperationListPage) Response() OperationList + func (page OperationListPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationList, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type OsProfile struct + AdminPassword *string + AdminUsername *string + SSHPublicKey *string + type PreviewSubscription struct + ID *string + Name *string + Type *string + type PreviewSubscriptionsList struct + NextLink *string + Value *[]PreviewSubscription + func (psl PreviewSubscriptionsList) IsEmpty() bool + func (psl PreviewSubscriptionsList) MarshalJSON() ([]byte, error) + type PreviewSubscriptionsListIterator struct + func NewPreviewSubscriptionsListIterator(page PreviewSubscriptionsListPage) PreviewSubscriptionsListIterator + func (iter *PreviewSubscriptionsListIterator) Next() error + func (iter *PreviewSubscriptionsListIterator) NextWithContext(ctx context.Context) (err error) + func (iter PreviewSubscriptionsListIterator) NotDone() bool + func (iter PreviewSubscriptionsListIterator) Response() PreviewSubscriptionsList + func (iter PreviewSubscriptionsListIterator) Value() PreviewSubscription + type PreviewSubscriptionsListPage struct + func NewPreviewSubscriptionsListPage(...) PreviewSubscriptionsListPage + func (page *PreviewSubscriptionsListPage) Next() error + func (page *PreviewSubscriptionsListPage) NextWithContext(ctx context.Context) (err error) + func (page PreviewSubscriptionsListPage) NotDone() bool + func (page PreviewSubscriptionsListPage) Response() PreviewSubscriptionsList + func (page PreviewSubscriptionsListPage) Values() []PreviewSubscription + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUnknown + func PossibleProvisioningStateValues() []ProvisioningState + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SkuDeploymentMode string + const SkuDeploymentModeAzure + const SkuDeploymentModePrivateEdgeZone + const SkuDeploymentModeUnknown + func PossibleSkuDeploymentModeValues() []SkuDeploymentMode + type SkuOverview struct + SkuName *string + SkuType SkuType + type SkuType string + const SkuTypeEvolvedPacketCore + const SkuTypeSDWAN + const SkuTypeUnknown + func PossibleSkuTypeValues() []SkuType + type Status string + const StatusNotRegistered + const StatusRegistered + const StatusUnknown + func PossibleStatusValues() []Status + type SubResource struct + ID *string + type TagsObject struct + Tags map[string]*string + func (toVar TagsObject) MarshalJSON() ([]byte, error) + type VHDType string + const VHDTypeUnknown + const VHDTypeVHD + const VHDTypeVHDX + func PossibleVHDTypeValues() []VHDType + type VMSwitchType string + const VMSwitchTypeInternal + const VMSwitchTypeLan + const VMSwitchTypeManagement + const VMSwitchTypeUnknown + const VMSwitchTypeWan + func PossibleVMSwitchTypeValues() []VMSwitchType + type Vendor struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vVar *Vendor) UnmarshalJSON(body []byte) error + func (vVar Vendor) MarshalJSON() ([]byte, error) + type VendorDetails struct + SkuList *[]SkuOverview + VendorName *string + type VendorListResult struct + NextLink *string + Value *[]Vendor + func (vlr VendorListResult) IsEmpty() bool + func (vlr VendorListResult) MarshalJSON() ([]byte, error) + type VendorListResultIterator struct + func NewVendorListResultIterator(page VendorListResultPage) VendorListResultIterator + func (iter *VendorListResultIterator) Next() error + func (iter *VendorListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VendorListResultIterator) NotDone() bool + func (iter VendorListResultIterator) Response() VendorListResult + func (iter VendorListResultIterator) Value() Vendor + type VendorListResultPage struct + func NewVendorListResultPage(getNextPage func(context.Context, VendorListResult) (VendorListResult, error)) VendorListResultPage + func (page *VendorListResultPage) Next() error + func (page *VendorListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VendorListResultPage) NotDone() bool + func (page VendorListResultPage) Response() VendorListResult + func (page VendorListResultPage) Values() []Vendor + type VendorPropertiesFormat struct + ProvisioningState ProvisioningState + Skus *[]SubResource + type VendorProvisioningState string + const VendorProvisioningStateDeprovisioned + const VendorProvisioningStateNotProvisioned + const VendorProvisioningStateProvisioned + const VendorProvisioningStateProvisioning + const VendorProvisioningStateUnknown + const VendorProvisioningStateUserDataValidationFailed + func PossibleVendorProvisioningStateValues() []VendorProvisioningState + type VendorSku struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vs *VendorSku) UnmarshalJSON(body []byte) error + func (vs VendorSku) MarshalJSON() ([]byte, error) + type VendorSkuListResult struct + NextLink *string + Value *[]VendorSku + func (vslr VendorSkuListResult) IsEmpty() bool + func (vslr VendorSkuListResult) MarshalJSON() ([]byte, error) + type VendorSkuListResultIterator struct + func NewVendorSkuListResultIterator(page VendorSkuListResultPage) VendorSkuListResultIterator + func (iter *VendorSkuListResultIterator) Next() error + func (iter *VendorSkuListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VendorSkuListResultIterator) NotDone() bool + func (iter VendorSkuListResultIterator) Response() VendorSkuListResult + func (iter VendorSkuListResultIterator) Value() VendorSku + type VendorSkuListResultPage struct + func NewVendorSkuListResultPage(...) VendorSkuListResultPage + func (page *VendorSkuListResultPage) Next() error + func (page *VendorSkuListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VendorSkuListResultPage) NotDone() bool + func (page VendorSkuListResultPage) Response() VendorSkuListResult + func (page VendorSkuListResultPage) Values() []VendorSku + type VendorSkuPreviewClient struct + func NewVendorSkuPreviewClient(subscriptionID string) VendorSkuPreviewClient + func NewVendorSkuPreviewClientWithBaseURI(baseURI string, subscriptionID string) VendorSkuPreviewClient + func (client VendorSkuPreviewClient) CreateOrUpdate(ctx context.Context, vendorName string, skuName string, ...) (result VendorSkuPreviewCreateOrUpdateFuture, err error) + func (client VendorSkuPreviewClient) CreateOrUpdatePreparer(ctx context.Context, vendorName string, skuName string, ...) (*http.Request, error) + func (client VendorSkuPreviewClient) CreateOrUpdateResponder(resp *http.Response) (result PreviewSubscription, err error) + func (client VendorSkuPreviewClient) CreateOrUpdateSender(req *http.Request) (future VendorSkuPreviewCreateOrUpdateFuture, err error) + func (client VendorSkuPreviewClient) Delete(ctx context.Context, vendorName string, skuName string, ...) (result VendorSkuPreviewDeleteFuture, err error) + func (client VendorSkuPreviewClient) DeletePreparer(ctx context.Context, vendorName string, skuName string, ...) (*http.Request, error) + func (client VendorSkuPreviewClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VendorSkuPreviewClient) DeleteSender(req *http.Request) (future VendorSkuPreviewDeleteFuture, err error) + func (client VendorSkuPreviewClient) Get(ctx context.Context, vendorName string, skuName string, ...) (result PreviewSubscription, err error) + func (client VendorSkuPreviewClient) GetPreparer(ctx context.Context, vendorName string, skuName string, ...) (*http.Request, error) + func (client VendorSkuPreviewClient) GetResponder(resp *http.Response) (result PreviewSubscription, err error) + func (client VendorSkuPreviewClient) GetSender(req *http.Request) (*http.Response, error) + func (client VendorSkuPreviewClient) List(ctx context.Context, vendorName string, skuName string) (result PreviewSubscriptionsListPage, err error) + func (client VendorSkuPreviewClient) ListComplete(ctx context.Context, vendorName string, skuName string) (result PreviewSubscriptionsListIterator, err error) + func (client VendorSkuPreviewClient) ListPreparer(ctx context.Context, vendorName string, skuName string) (*http.Request, error) + func (client VendorSkuPreviewClient) ListResponder(resp *http.Response) (result PreviewSubscriptionsList, err error) + func (client VendorSkuPreviewClient) ListSender(req *http.Request) (*http.Response, error) + type VendorSkuPreviewCreateOrUpdateFuture struct + func (future *VendorSkuPreviewCreateOrUpdateFuture) Result(client VendorSkuPreviewClient) (ps PreviewSubscription, err error) + type VendorSkuPreviewDeleteFuture struct + func (future *VendorSkuPreviewDeleteFuture) Result(client VendorSkuPreviewClient) (ar autorest.Response, err error) + type VendorSkuPropertiesFormat struct + DeploymentMode SkuDeploymentMode + ManagedApplicationParameters interface{} + ManagedApplicationTemplate interface{} + Preview *bool + ProvisioningState ProvisioningState + SkuType SkuType + VirtualNetworkFunctionTemplate *VirtualNetworkFunctionTemplate + func (vspf VendorSkuPropertiesFormat) MarshalJSON() ([]byte, error) + type VendorSkusClient struct + func NewVendorSkusClient(subscriptionID string) VendorSkusClient + func NewVendorSkusClientWithBaseURI(baseURI string, subscriptionID string) VendorSkusClient + func (client VendorSkusClient) CreateOrUpdate(ctx context.Context, vendorName string, skuName string, parameters VendorSku) (result VendorSkusCreateOrUpdateFuture, err error) + func (client VendorSkusClient) CreateOrUpdatePreparer(ctx context.Context, vendorName string, skuName string, parameters VendorSku) (*http.Request, error) + func (client VendorSkusClient) CreateOrUpdateResponder(resp *http.Response) (result VendorSku, err error) + func (client VendorSkusClient) CreateOrUpdateSender(req *http.Request) (future VendorSkusCreateOrUpdateFuture, err error) + func (client VendorSkusClient) Delete(ctx context.Context, vendorName string, skuName string) (result VendorSkusDeleteFuture, err error) + func (client VendorSkusClient) DeletePreparer(ctx context.Context, vendorName string, skuName string) (*http.Request, error) + func (client VendorSkusClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VendorSkusClient) DeleteSender(req *http.Request) (future VendorSkusDeleteFuture, err error) + func (client VendorSkusClient) Get(ctx context.Context, vendorName string, skuName string) (result VendorSku, err error) + func (client VendorSkusClient) GetPreparer(ctx context.Context, vendorName string, skuName string) (*http.Request, error) + func (client VendorSkusClient) GetResponder(resp *http.Response) (result VendorSku, err error) + func (client VendorSkusClient) GetSender(req *http.Request) (*http.Response, error) + func (client VendorSkusClient) List(ctx context.Context, vendorName string) (result VendorSkuListResultPage, err error) + func (client VendorSkusClient) ListComplete(ctx context.Context, vendorName string) (result VendorSkuListResultIterator, err error) + func (client VendorSkusClient) ListPreparer(ctx context.Context, vendorName string) (*http.Request, error) + func (client VendorSkusClient) ListResponder(resp *http.Response) (result VendorSkuListResult, err error) + func (client VendorSkusClient) ListSender(req *http.Request) (*http.Response, error) + type VendorSkusCreateOrUpdateFuture struct + func (future *VendorSkusCreateOrUpdateFuture) Result(client VendorSkusClient) (vs VendorSku, err error) + type VendorSkusDeleteFuture struct + func (future *VendorSkusDeleteFuture) Result(client VendorSkusClient) (ar autorest.Response, err error) + type VendorVirtualNetworkFunction struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vvnf *VendorVirtualNetworkFunction) UnmarshalJSON(body []byte) error + func (vvnf VendorVirtualNetworkFunction) MarshalJSON() ([]byte, error) + type VendorVirtualNetworkFunctionListResult struct + NextLink *string + Value *[]VendorVirtualNetworkFunction + func (vvnflr VendorVirtualNetworkFunctionListResult) IsEmpty() bool + func (vvnflr VendorVirtualNetworkFunctionListResult) MarshalJSON() ([]byte, error) + type VendorVirtualNetworkFunctionListResultIterator struct + func NewVendorVirtualNetworkFunctionListResultIterator(page VendorVirtualNetworkFunctionListResultPage) VendorVirtualNetworkFunctionListResultIterator + func (iter *VendorVirtualNetworkFunctionListResultIterator) Next() error + func (iter *VendorVirtualNetworkFunctionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VendorVirtualNetworkFunctionListResultIterator) NotDone() bool + func (iter VendorVirtualNetworkFunctionListResultIterator) Response() VendorVirtualNetworkFunctionListResult + func (iter VendorVirtualNetworkFunctionListResultIterator) Value() VendorVirtualNetworkFunction + type VendorVirtualNetworkFunctionListResultPage struct + func NewVendorVirtualNetworkFunctionListResultPage(...) VendorVirtualNetworkFunctionListResultPage + func (page *VendorVirtualNetworkFunctionListResultPage) Next() error + func (page *VendorVirtualNetworkFunctionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VendorVirtualNetworkFunctionListResultPage) NotDone() bool + func (page VendorVirtualNetworkFunctionListResultPage) Response() VendorVirtualNetworkFunctionListResult + func (page VendorVirtualNetworkFunctionListResultPage) Values() []VendorVirtualNetworkFunction + type VendorVirtualNetworkFunctionPropertiesFormat struct + ProvisioningState ProvisioningState + SkuName *string + SkuType SkuType + VendorProvisioningState VendorProvisioningState + VirtualNetworkFunctionVendorConfigurations *[]VirtualNetworkFunctionVendorConfiguration + func (vvnfpf VendorVirtualNetworkFunctionPropertiesFormat) MarshalJSON() ([]byte, error) + type VendorVirtualNetworkFunctionsClient struct + func NewVendorVirtualNetworkFunctionsClient(subscriptionID string) VendorVirtualNetworkFunctionsClient + func NewVendorVirtualNetworkFunctionsClientWithBaseURI(baseURI string, subscriptionID string) VendorVirtualNetworkFunctionsClient + func (client VendorVirtualNetworkFunctionsClient) CreateOrUpdate(ctx context.Context, locationName string, vendorName string, serviceKey string, ...) (result VendorVirtualNetworkFunctionsCreateOrUpdateFuture, err error) + func (client VendorVirtualNetworkFunctionsClient) CreateOrUpdatePreparer(ctx context.Context, locationName string, vendorName string, serviceKey string, ...) (*http.Request, error) + func (client VendorVirtualNetworkFunctionsClient) CreateOrUpdateResponder(resp *http.Response) (result VendorVirtualNetworkFunction, err error) + func (client VendorVirtualNetworkFunctionsClient) CreateOrUpdateSender(req *http.Request) (future VendorVirtualNetworkFunctionsCreateOrUpdateFuture, err error) + func (client VendorVirtualNetworkFunctionsClient) Get(ctx context.Context, locationName string, vendorName string, serviceKey string) (result VendorVirtualNetworkFunction, err error) + func (client VendorVirtualNetworkFunctionsClient) GetPreparer(ctx context.Context, locationName string, vendorName string, serviceKey string) (*http.Request, error) + func (client VendorVirtualNetworkFunctionsClient) GetResponder(resp *http.Response) (result VendorVirtualNetworkFunction, err error) + func (client VendorVirtualNetworkFunctionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VendorVirtualNetworkFunctionsClient) List(ctx context.Context, locationName string, vendorName string, filter string) (result VendorVirtualNetworkFunctionListResultPage, err error) + func (client VendorVirtualNetworkFunctionsClient) ListComplete(ctx context.Context, locationName string, vendorName string, filter string) (result VendorVirtualNetworkFunctionListResultIterator, err error) + func (client VendorVirtualNetworkFunctionsClient) ListPreparer(ctx context.Context, locationName string, vendorName string, filter string) (*http.Request, error) + func (client VendorVirtualNetworkFunctionsClient) ListResponder(resp *http.Response) (result VendorVirtualNetworkFunctionListResult, err error) + func (client VendorVirtualNetworkFunctionsClient) ListSender(req *http.Request) (*http.Response, error) + type VendorVirtualNetworkFunctionsCreateOrUpdateFuture struct + func (future *VendorVirtualNetworkFunctionsCreateOrUpdateFuture) Result(client VendorVirtualNetworkFunctionsClient) (vvnf VendorVirtualNetworkFunction, err error) + type VendorsClient struct + func NewVendorsClient(subscriptionID string) VendorsClient + func NewVendorsClientWithBaseURI(baseURI string, subscriptionID string) VendorsClient + func (client VendorsClient) CreateOrUpdate(ctx context.Context, vendorName string, parameters *Vendor) (result VendorsCreateOrUpdateFuture, err error) + func (client VendorsClient) CreateOrUpdatePreparer(ctx context.Context, vendorName string, parameters *Vendor) (*http.Request, error) + func (client VendorsClient) CreateOrUpdateResponder(resp *http.Response) (result Vendor, err error) + func (client VendorsClient) CreateOrUpdateSender(req *http.Request) (future VendorsCreateOrUpdateFuture, err error) + func (client VendorsClient) Delete(ctx context.Context, vendorName string) (result VendorsDeleteFuture, err error) + func (client VendorsClient) DeletePreparer(ctx context.Context, vendorName string) (*http.Request, error) + func (client VendorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VendorsClient) DeleteSender(req *http.Request) (future VendorsDeleteFuture, err error) + func (client VendorsClient) Get(ctx context.Context, vendorName string) (result Vendor, err error) + func (client VendorsClient) GetPreparer(ctx context.Context, vendorName string) (*http.Request, error) + func (client VendorsClient) GetResponder(resp *http.Response) (result Vendor, err error) + func (client VendorsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VendorsClient) ListBySubscription(ctx context.Context) (result VendorListResultPage, err error) + func (client VendorsClient) ListBySubscriptionComplete(ctx context.Context) (result VendorListResultIterator, err error) + func (client VendorsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client VendorsClient) ListBySubscriptionResponder(resp *http.Response) (result VendorListResult, err error) + func (client VendorsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + type VendorsCreateOrUpdateFuture struct + func (future *VendorsCreateOrUpdateFuture) Result(client VendorsClient) (vVar Vendor, err error) + type VendorsDeleteFuture struct + func (future *VendorsDeleteFuture) Result(client VendorsClient) (ar autorest.Response, err error) + type VirtualMachineSizeTypes string + const VirtualMachineSizeTypesStandardD11V2 + const VirtualMachineSizeTypesStandardD12V2 + const VirtualMachineSizeTypesStandardD13V2 + const VirtualMachineSizeTypesStandardD1V2 + const VirtualMachineSizeTypesStandardD2V2 + const VirtualMachineSizeTypesStandardD3V2 + const VirtualMachineSizeTypesStandardD4V2 + const VirtualMachineSizeTypesStandardD5V2 + const VirtualMachineSizeTypesStandardDS11V2 + const VirtualMachineSizeTypesStandardDS12V2 + const VirtualMachineSizeTypesStandardDS13V2 + const VirtualMachineSizeTypesStandardDS1V2 + const VirtualMachineSizeTypesStandardDS2V2 + const VirtualMachineSizeTypesStandardDS3V2 + const VirtualMachineSizeTypesStandardDS4V2 + const VirtualMachineSizeTypesStandardDS5V2 + const VirtualMachineSizeTypesUnknown + func PossibleVirtualMachineSizeTypesValues() []VirtualMachineSizeTypes + type VirtualNetworkFunction struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (vnf *VirtualNetworkFunction) UnmarshalJSON(body []byte) error + func (vnf VirtualNetworkFunction) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionListResult struct + NextLink *string + Value *[]VirtualNetworkFunction + func (vnflr VirtualNetworkFunctionListResult) IsEmpty() bool + func (vnflr VirtualNetworkFunctionListResult) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionListResultIterator struct + func NewVirtualNetworkFunctionListResultIterator(page VirtualNetworkFunctionListResultPage) VirtualNetworkFunctionListResultIterator + func (iter *VirtualNetworkFunctionListResultIterator) Next() error + func (iter *VirtualNetworkFunctionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualNetworkFunctionListResultIterator) NotDone() bool + func (iter VirtualNetworkFunctionListResultIterator) Response() VirtualNetworkFunctionListResult + func (iter VirtualNetworkFunctionListResultIterator) Value() VirtualNetworkFunction + type VirtualNetworkFunctionListResultPage struct + func NewVirtualNetworkFunctionListResultPage(...) VirtualNetworkFunctionListResultPage + func (page *VirtualNetworkFunctionListResultPage) Next() error + func (page *VirtualNetworkFunctionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualNetworkFunctionListResultPage) NotDone() bool + func (page VirtualNetworkFunctionListResultPage) Response() VirtualNetworkFunctionListResult + func (page VirtualNetworkFunctionListResultPage) Values() []VirtualNetworkFunction + type VirtualNetworkFunctionPropertiesFormat struct + Device *SubResource + ManagedApplication *SubResource + ManagedApplicationParameters interface{} + ProvisioningState ProvisioningState + ServiceKey *string + SkuName *string + SkuType SkuType + VendorName *string + VendorProvisioningState VendorProvisioningState + VirtualNetworkFunctionUserConfigurations *[]VirtualNetworkFunctionUserConfiguration + func (vnfpf VirtualNetworkFunctionPropertiesFormat) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionRoleConfiguration struct + ImageReference *ImageReference + NetworkInterfaces *[]NetworkInterface + OsProfile *OsProfile + RoleName *string + RoleType VirtualNetworkFunctionRoleConfigurationType + UserDataParameters interface{} + UserDataTemplate interface{} + VirtualMachineSize VirtualMachineSizeTypes + type VirtualNetworkFunctionRoleConfigurationType string + const VirtualNetworkFunctionRoleConfigurationTypeUnknown + const VirtualNetworkFunctionRoleConfigurationTypeVirtualMachine + func PossibleVirtualNetworkFunctionRoleConfigurationTypeValues() []VirtualNetworkFunctionRoleConfigurationType + type VirtualNetworkFunctionSkuDetails struct + NextLink *string + SkuType SkuType + Value *[]VirtualNetworkFunctionSkuRoleDetails + func (vnfsd VirtualNetworkFunctionSkuDetails) IsEmpty() bool + func (vnfsd VirtualNetworkFunctionSkuDetails) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionSkuDetailsIterator struct + func NewVirtualNetworkFunctionSkuDetailsIterator(page VirtualNetworkFunctionSkuDetailsPage) VirtualNetworkFunctionSkuDetailsIterator + func (iter *VirtualNetworkFunctionSkuDetailsIterator) Next() error + func (iter *VirtualNetworkFunctionSkuDetailsIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualNetworkFunctionSkuDetailsIterator) NotDone() bool + func (iter VirtualNetworkFunctionSkuDetailsIterator) Response() VirtualNetworkFunctionSkuDetails + func (iter VirtualNetworkFunctionSkuDetailsIterator) Value() VirtualNetworkFunctionSkuRoleDetails + type VirtualNetworkFunctionSkuDetailsPage struct + func NewVirtualNetworkFunctionSkuDetailsPage(...) VirtualNetworkFunctionSkuDetailsPage + func (page *VirtualNetworkFunctionSkuDetailsPage) Next() error + func (page *VirtualNetworkFunctionSkuDetailsPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualNetworkFunctionSkuDetailsPage) NotDone() bool + func (page VirtualNetworkFunctionSkuDetailsPage) Response() VirtualNetworkFunctionSkuDetails + func (page VirtualNetworkFunctionSkuDetailsPage) Values() []VirtualNetworkFunctionSkuRoleDetails + type VirtualNetworkFunctionSkuListResult struct + NextLink *string + Value *[]SkuOverview + func (vnfslr VirtualNetworkFunctionSkuListResult) IsEmpty() bool + func (vnfslr VirtualNetworkFunctionSkuListResult) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionSkuListResultIterator struct + func NewVirtualNetworkFunctionSkuListResultIterator(page VirtualNetworkFunctionSkuListResultPage) VirtualNetworkFunctionSkuListResultIterator + func (iter *VirtualNetworkFunctionSkuListResultIterator) Next() error + func (iter *VirtualNetworkFunctionSkuListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualNetworkFunctionSkuListResultIterator) NotDone() bool + func (iter VirtualNetworkFunctionSkuListResultIterator) Response() VirtualNetworkFunctionSkuListResult + func (iter VirtualNetworkFunctionSkuListResultIterator) Value() SkuOverview + type VirtualNetworkFunctionSkuListResultPage struct + func NewVirtualNetworkFunctionSkuListResultPage(...) VirtualNetworkFunctionSkuListResultPage + func (page *VirtualNetworkFunctionSkuListResultPage) Next() error + func (page *VirtualNetworkFunctionSkuListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualNetworkFunctionSkuListResultPage) NotDone() bool + func (page VirtualNetworkFunctionSkuListResultPage) Response() VirtualNetworkFunctionSkuListResult + func (page VirtualNetworkFunctionSkuListResultPage) Values() []SkuOverview + type VirtualNetworkFunctionSkuRoleDetails struct + NetworkInterfaces *[]NetworkInterface + RoleName *string + UserDataParameters interface{} + UserDataTemplate interface{} + type VirtualNetworkFunctionTemplate struct + VirutalNetworkFunctionRoleConfigurations *[]VirtualNetworkFunctionRoleConfiguration + type VirtualNetworkFunctionUserConfiguration struct + NetworkInterfaces *[]NetworkInterface + RoleName *string + UserDataParameters interface{} + type VirtualNetworkFunctionVendor struct + func (vnfv *VirtualNetworkFunctionVendor) UnmarshalJSON(body []byte) error + func (vnfv VirtualNetworkFunctionVendor) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionVendorConfiguration struct + CustomData *string + NetworkInterfaces *[]NetworkInterface + OsProfile *OsProfile + RoleName *string + UserDataParameters interface{} + func (vnfvc VirtualNetworkFunctionVendorConfiguration) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionVendorListResult struct + NextLink *string + Value *[]VirtualNetworkFunctionVendor + func (vnfvlr VirtualNetworkFunctionVendorListResult) IsEmpty() bool + func (vnfvlr VirtualNetworkFunctionVendorListResult) MarshalJSON() ([]byte, error) + type VirtualNetworkFunctionVendorListResultIterator struct + func NewVirtualNetworkFunctionVendorListResultIterator(page VirtualNetworkFunctionVendorListResultPage) VirtualNetworkFunctionVendorListResultIterator + func (iter *VirtualNetworkFunctionVendorListResultIterator) Next() error + func (iter *VirtualNetworkFunctionVendorListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter VirtualNetworkFunctionVendorListResultIterator) NotDone() bool + func (iter VirtualNetworkFunctionVendorListResultIterator) Response() VirtualNetworkFunctionVendorListResult + func (iter VirtualNetworkFunctionVendorListResultIterator) Value() VirtualNetworkFunctionVendor + type VirtualNetworkFunctionVendorListResultPage struct + func NewVirtualNetworkFunctionVendorListResultPage(...) VirtualNetworkFunctionVendorListResultPage + func (page *VirtualNetworkFunctionVendorListResultPage) Next() error + func (page *VirtualNetworkFunctionVendorListResultPage) NextWithContext(ctx context.Context) (err error) + func (page VirtualNetworkFunctionVendorListResultPage) NotDone() bool + func (page VirtualNetworkFunctionVendorListResultPage) Response() VirtualNetworkFunctionVendorListResult + func (page VirtualNetworkFunctionVendorListResultPage) Values() []VirtualNetworkFunctionVendor + type VirtualNetworkFunctionVendorSkusClient struct + func NewVirtualNetworkFunctionVendorSkusClient(subscriptionID string) VirtualNetworkFunctionVendorSkusClient + func NewVirtualNetworkFunctionVendorSkusClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkFunctionVendorSkusClient + func (client VirtualNetworkFunctionVendorSkusClient) List(ctx context.Context, vendorName string, vendorSkuName string) (result VirtualNetworkFunctionSkuDetailsPage, err error) + func (client VirtualNetworkFunctionVendorSkusClient) ListByVendor(ctx context.Context, vendorName string) (result VirtualNetworkFunctionSkuListResultPage, err error) + func (client VirtualNetworkFunctionVendorSkusClient) ListByVendorComplete(ctx context.Context, vendorName string) (result VirtualNetworkFunctionSkuListResultIterator, err error) + func (client VirtualNetworkFunctionVendorSkusClient) ListByVendorPreparer(ctx context.Context, vendorName string) (*http.Request, error) + func (client VirtualNetworkFunctionVendorSkusClient) ListByVendorResponder(resp *http.Response) (result VirtualNetworkFunctionSkuListResult, err error) + func (client VirtualNetworkFunctionVendorSkusClient) ListByVendorSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkFunctionVendorSkusClient) ListComplete(ctx context.Context, vendorName string, vendorSkuName string) (result VirtualNetworkFunctionSkuDetailsIterator, err error) + func (client VirtualNetworkFunctionVendorSkusClient) ListPreparer(ctx context.Context, vendorName string, vendorSkuName string) (*http.Request, error) + func (client VirtualNetworkFunctionVendorSkusClient) ListResponder(resp *http.Response) (result VirtualNetworkFunctionSkuDetails, err error) + func (client VirtualNetworkFunctionVendorSkusClient) ListSender(req *http.Request) (*http.Response, error) + type VirtualNetworkFunctionVendorsClient struct + func NewVirtualNetworkFunctionVendorsClient(subscriptionID string) VirtualNetworkFunctionVendorsClient + func NewVirtualNetworkFunctionVendorsClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkFunctionVendorsClient + func (client VirtualNetworkFunctionVendorsClient) List(ctx context.Context) (result VirtualNetworkFunctionVendorListResultPage, err error) + func (client VirtualNetworkFunctionVendorsClient) ListComplete(ctx context.Context) (result VirtualNetworkFunctionVendorListResultIterator, err error) + func (client VirtualNetworkFunctionVendorsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client VirtualNetworkFunctionVendorsClient) ListResponder(resp *http.Response) (result VirtualNetworkFunctionVendorListResult, err error) + func (client VirtualNetworkFunctionVendorsClient) ListSender(req *http.Request) (*http.Response, error) + type VirtualNetworkFunctionsClient struct + func NewVirtualNetworkFunctionsClient(subscriptionID string) VirtualNetworkFunctionsClient + func NewVirtualNetworkFunctionsClientWithBaseURI(baseURI string, subscriptionID string) VirtualNetworkFunctionsClient + func (client VirtualNetworkFunctionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, ...) (result VirtualNetworkFunctionsCreateOrUpdateFuture, err error) + func (client VirtualNetworkFunctionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client VirtualNetworkFunctionsClient) CreateOrUpdateResponder(resp *http.Response) (result VirtualNetworkFunction, err error) + func (client VirtualNetworkFunctionsClient) CreateOrUpdateSender(req *http.Request) (future VirtualNetworkFunctionsCreateOrUpdateFuture, err error) + func (client VirtualNetworkFunctionsClient) Delete(ctx context.Context, resourceGroupName string, ...) (result VirtualNetworkFunctionsDeleteFuture, err error) + func (client VirtualNetworkFunctionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client VirtualNetworkFunctionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client VirtualNetworkFunctionsClient) DeleteSender(req *http.Request) (future VirtualNetworkFunctionsDeleteFuture, err error) + func (client VirtualNetworkFunctionsClient) Get(ctx context.Context, resourceGroupName string, ...) (result VirtualNetworkFunction, err error) + func (client VirtualNetworkFunctionsClient) GetPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client VirtualNetworkFunctionsClient) GetResponder(resp *http.Response) (result VirtualNetworkFunction, err error) + func (client VirtualNetworkFunctionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkFunctionsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result VirtualNetworkFunctionListResultPage, err error) + func (client VirtualNetworkFunctionsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result VirtualNetworkFunctionListResultIterator, err error) + func (client VirtualNetworkFunctionsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client VirtualNetworkFunctionsClient) ListByResourceGroupResponder(resp *http.Response) (result VirtualNetworkFunctionListResult, err error) + func (client VirtualNetworkFunctionsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkFunctionsClient) ListBySubscription(ctx context.Context) (result VirtualNetworkFunctionListResultPage, err error) + func (client VirtualNetworkFunctionsClient) ListBySubscriptionComplete(ctx context.Context) (result VirtualNetworkFunctionListResultIterator, err error) + func (client VirtualNetworkFunctionsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client VirtualNetworkFunctionsClient) ListBySubscriptionResponder(resp *http.Response) (result VirtualNetworkFunctionListResult, err error) + func (client VirtualNetworkFunctionsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client VirtualNetworkFunctionsClient) UpdateTags(ctx context.Context, resourceGroupName string, ...) (result VirtualNetworkFunction, err error) + func (client VirtualNetworkFunctionsClient) UpdateTagsPreparer(ctx context.Context, resourceGroupName string, ...) (*http.Request, error) + func (client VirtualNetworkFunctionsClient) UpdateTagsResponder(resp *http.Response) (result VirtualNetworkFunction, err error) + func (client VirtualNetworkFunctionsClient) UpdateTagsSender(req *http.Request) (*http.Response, error) + type VirtualNetworkFunctionsCreateOrUpdateFuture struct + func (future *VirtualNetworkFunctionsCreateOrUpdateFuture) Result(client VirtualNetworkFunctionsClient) (vnf VirtualNetworkFunction, err error) + type VirtualNetworkFunctionsDeleteFuture struct + func (future *VirtualNetworkFunctionsDeleteFuture) Result(client VirtualNetworkFunctionsClient) (ar autorest.Response, err error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v48