Versions in this module Expand all Collapse all v41 v41.3.0 Apr 21, 2020 v41.2.0 Apr 8, 2020 v41.1.0 Apr 2, 2020 v41.0.0 Mar 30, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type BandwidthOffer struct + OfferName *string + ValueInMbps *int32 + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + func (client BaseClient) CheckServiceProviderAvailability(ctx context.Context, ...) (result String, err error) + func (client BaseClient) CheckServiceProviderAvailabilityPreparer(ctx context.Context, ...) (*http.Request, error) + func (client BaseClient) CheckServiceProviderAvailabilityResponder(resp *http.Response) (result String, err error) + func (client BaseClient) CheckServiceProviderAvailabilitySender(req *http.Request) (*http.Response, error) + type BgpSession struct + MaxPrefixesAdvertisedV4 *int32 + MaxPrefixesAdvertisedV6 *int32 + Md5AuthenticationKey *string + MicrosoftSessionIPv4Address *string + MicrosoftSessionIPv6Address *string + PeerSessionIPv4Address *string + PeerSessionIPv6Address *string + SessionPrefixV4 *string + SessionPrefixV6 *string + SessionStateV4 SessionStateV4 + SessionStateV6 SessionStateV6 + type CheckServiceProviderAvailabilityInput struct + PeeringServiceLocation *string + PeeringServiceProvider *string + type ConnectionState string + const Active + const Approved + const None + const PendingApproval + const ProvisioningCompleted + const ProvisioningFailed + const ProvisioningStarted + const Validating + func PossibleConnectionStateValues() []ConnectionState + type ContactInfo struct + Emails *[]string + Phone *[]string + type DirectConnection struct + BandwidthInMbps *int32 + BgpSession *BgpSession + ConnectionIdentifier *string + ConnectionState ConnectionState + PeeringDBFacilityID *int32 + ProvisionedBandwidthInMbps *int32 + SessionAddressProvider SessionAddressProvider + UseForPeeringService *bool + type DirectPeeringFacility struct + Address *string + DirectPeeringType DirectPeeringType + PeeringDBFacilityID *int32 + PeeringDBFacilityLink *string + type DirectPeeringType string + const Cdn + const Edge + const Internal + const Transit + func PossibleDirectPeeringTypeValues() []DirectPeeringType + type ErrorResponse struct + Code *string + Message *string + type ExchangeConnection struct + BgpSession *BgpSession + ConnectionIdentifier *string + ConnectionState ConnectionState + PeeringDBFacilityID *int32 + type ExchangePeeringFacility struct + BandwidthInMbps *int32 + ExchangeName *string + FacilityIPv4Prefix *string + FacilityIPv6Prefix *string + MicrosoftIPv4Address *string + MicrosoftIPv6Address *string + PeeringDBFacilityID *int32 + PeeringDBFacilityLink *string + type Family string + const Direct + const Exchange + func PossibleFamilyValues() []Family + type Kind string + const KindDirect + const KindExchange + func PossibleKindValues() []Kind + type LearnedType string + const LearnedTypeNone + const LearnedTypeViaPartner + const LearnedTypeViaSession + func PossibleLearnedTypeValues() []LearnedType + type LegacyPeeringsClient struct + func NewLegacyPeeringsClient(subscriptionID string) LegacyPeeringsClient + func NewLegacyPeeringsClientWithBaseURI(baseURI string, subscriptionID string) LegacyPeeringsClient + func (client LegacyPeeringsClient) List(ctx context.Context, peeringLocation string, kind string) (result ListResultPage, err error) + func (client LegacyPeeringsClient) ListComplete(ctx context.Context, peeringLocation string, kind string) (result ListResultIterator, err error) + func (client LegacyPeeringsClient) ListPreparer(ctx context.Context, peeringLocation string, kind string) (*http.Request, error) + func (client LegacyPeeringsClient) ListResponder(resp *http.Response) (result ListResult, err error) + func (client LegacyPeeringsClient) ListSender(req *http.Request) (*http.Response, error) + type ListResult struct + NextLink *string + Value *[]Model + func (lr ListResult) IsEmpty() bool + type ListResultIterator struct + func NewListResultIterator(page ListResultPage) ListResultIterator + func (iter *ListResultIterator) Next() error + func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListResultIterator) NotDone() bool + func (iter ListResultIterator) Response() ListResult + func (iter ListResultIterator) Value() Model + type ListResultPage struct + func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage + func (page *ListResultPage) Next() error + func (page *ListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListResultPage) NotDone() bool + func (page ListResultPage) Response() ListResult + func (page ListResultPage) Values() []Model + type Location struct + ID *string + Kind Kind + Name *string + Type *string + func (l *Location) UnmarshalJSON(body []byte) error + func (l Location) MarshalJSON() ([]byte, error) + type LocationListResult struct + NextLink *string + Value *[]Location + func (llr LocationListResult) IsEmpty() bool + type LocationListResultIterator struct + func NewLocationListResultIterator(page LocationListResultPage) LocationListResultIterator + func (iter *LocationListResultIterator) Next() error + func (iter *LocationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter LocationListResultIterator) NotDone() bool + func (iter LocationListResultIterator) Response() LocationListResult + func (iter LocationListResultIterator) Value() Location + type LocationListResultPage struct + func NewLocationListResultPage(...) LocationListResultPage + func (page *LocationListResultPage) Next() error + func (page *LocationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page LocationListResultPage) NotDone() bool + func (page LocationListResultPage) Response() LocationListResult + func (page LocationListResultPage) Values() []Location + type LocationProperties struct + AzureRegion *string + Country *string + Direct *LocationPropertiesDirect + Exchange *LocationPropertiesExchange + PeeringLocation *string + type LocationPropertiesDirect struct + BandwidthOffers *[]BandwidthOffer + PeeringFacilities *[]DirectPeeringFacility + type LocationPropertiesExchange struct + PeeringFacilities *[]ExchangePeeringFacility + type LocationsClient struct + func NewLocationsClient(subscriptionID string) LocationsClient + func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient + func (client LocationsClient) List(ctx context.Context, kind string, directPeeringType string) (result LocationListResultPage, err error) + func (client LocationsClient) ListComplete(ctx context.Context, kind string, directPeeringType string) (result LocationListResultIterator, err error) + func (client LocationsClient) ListPreparer(ctx context.Context, kind string, directPeeringType string) (*http.Request, error) + func (client LocationsClient) ListResponder(resp *http.Response) (result LocationListResult, err error) + func (client LocationsClient) ListSender(req *http.Request) (*http.Response, error) + type Model struct + ID *string + Kind Kind + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (mVar *Model) UnmarshalJSON(body []byte) error + func (mVar Model) MarshalJSON() ([]byte, error) + type Name string + const BasicDirectFree + const BasicExchangeFree + const PremiumDirectFree + const PremiumDirectMetered + const PremiumDirectUnlimited + const PremiumExchangeMetered + func PossibleNameValues() []Name + type Operation struct + Display *OperationDisplayInfo + IsDataAction *bool + Name *string + type OperationDisplayInfo struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) 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 OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PeerAsn struct + ID *string + Name *string + Type *string + func (pa *PeerAsn) UnmarshalJSON(body []byte) error + func (pa PeerAsn) MarshalJSON() ([]byte, error) + type PeerAsnListResult struct + NextLink *string + Value *[]PeerAsn + func (palr PeerAsnListResult) IsEmpty() bool + type PeerAsnListResultIterator struct + func NewPeerAsnListResultIterator(page PeerAsnListResultPage) PeerAsnListResultIterator + func (iter *PeerAsnListResultIterator) Next() error + func (iter *PeerAsnListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter PeerAsnListResultIterator) NotDone() bool + func (iter PeerAsnListResultIterator) Response() PeerAsnListResult + func (iter PeerAsnListResultIterator) Value() PeerAsn + type PeerAsnListResultPage struct + func NewPeerAsnListResultPage(...) PeerAsnListResultPage + func (page *PeerAsnListResultPage) Next() error + func (page *PeerAsnListResultPage) NextWithContext(ctx context.Context) (err error) + func (page PeerAsnListResultPage) NotDone() bool + func (page PeerAsnListResultPage) Response() PeerAsnListResult + func (page PeerAsnListResultPage) Values() []PeerAsn + type PeerAsnProperties struct + PeerAsn *int32 + PeerContactInfo *ContactInfo + PeerName *string + ValidationState ValidationState + type PeerAsnsClient struct + func NewPeerAsnsClient(subscriptionID string) PeerAsnsClient + func NewPeerAsnsClientWithBaseURI(baseURI string, subscriptionID string) PeerAsnsClient + func (client PeerAsnsClient) CreateOrUpdate(ctx context.Context, peerAsnName string, peerAsn PeerAsn) (result PeerAsn, err error) + func (client PeerAsnsClient) CreateOrUpdatePreparer(ctx context.Context, peerAsnName string, peerAsn PeerAsn) (*http.Request, error) + func (client PeerAsnsClient) CreateOrUpdateResponder(resp *http.Response) (result PeerAsn, err error) + func (client PeerAsnsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client PeerAsnsClient) Delete(ctx context.Context, peerAsnName string) (result autorest.Response, err error) + func (client PeerAsnsClient) DeletePreparer(ctx context.Context, peerAsnName string) (*http.Request, error) + func (client PeerAsnsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PeerAsnsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PeerAsnsClient) Get(ctx context.Context, peerAsnName string) (result PeerAsn, err error) + func (client PeerAsnsClient) GetPreparer(ctx context.Context, peerAsnName string) (*http.Request, error) + func (client PeerAsnsClient) GetResponder(resp *http.Response) (result PeerAsn, err error) + func (client PeerAsnsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PeerAsnsClient) ListBySubscription(ctx context.Context) (result PeerAsnListResultPage, err error) + func (client PeerAsnsClient) ListBySubscriptionComplete(ctx context.Context) (result PeerAsnListResultIterator, err error) + func (client PeerAsnsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client PeerAsnsClient) ListBySubscriptionResponder(resp *http.Response) (result PeerAsnListResult, err error) + func (client PeerAsnsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + type PeeringsClient struct + func NewPeeringsClient(subscriptionID string) PeeringsClient + func NewPeeringsClientWithBaseURI(baseURI string, subscriptionID string) PeeringsClient + func (client PeeringsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, peeringName string, ...) (result Model, err error) + func (client PeeringsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, peeringName string, ...) (*http.Request, error) + func (client PeeringsClient) CreateOrUpdateResponder(resp *http.Response) (result Model, err error) + func (client PeeringsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client PeeringsClient) Delete(ctx context.Context, resourceGroupName string, peeringName string) (result autorest.Response, err error) + func (client PeeringsClient) DeletePreparer(ctx context.Context, resourceGroupName string, peeringName string) (*http.Request, error) + func (client PeeringsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PeeringsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PeeringsClient) Get(ctx context.Context, resourceGroupName string, peeringName string) (result Model, err error) + func (client PeeringsClient) GetPreparer(ctx context.Context, resourceGroupName string, peeringName string) (*http.Request, error) + func (client PeeringsClient) GetResponder(resp *http.Response) (result Model, err error) + func (client PeeringsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PeeringsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ListResultPage, err error) + func (client PeeringsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ListResultIterator, err error) + func (client PeeringsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client PeeringsClient) ListByResourceGroupResponder(resp *http.Response) (result ListResult, err error) + func (client PeeringsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client PeeringsClient) ListBySubscription(ctx context.Context) (result ListResultPage, err error) + func (client PeeringsClient) ListBySubscriptionComplete(ctx context.Context) (result ListResultIterator, err error) + func (client PeeringsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client PeeringsClient) ListBySubscriptionResponder(resp *http.Response) (result ListResult, err error) + func (client PeeringsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client PeeringsClient) Update(ctx context.Context, resourceGroupName string, peeringName string, ...) (result Model, err error) + func (client PeeringsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, peeringName string, ...) (*http.Request, error) + func (client PeeringsClient) UpdateResponder(resp *http.Response) (result Model, err error) + func (client PeeringsClient) UpdateSender(req *http.Request) (*http.Response, error) + type PrefixValidationState string + const PrefixValidationStateFailed + const PrefixValidationStateInvalid + const PrefixValidationStateNone + const PrefixValidationStatePending + const PrefixValidationStateUnknown + const PrefixValidationStateVerified + func PossiblePrefixValidationStateValues() []PrefixValidationState + type PrefixesClient struct + func NewPrefixesClient(subscriptionID string) PrefixesClient + func NewPrefixesClientWithBaseURI(baseURI string, subscriptionID string) PrefixesClient + func (client PrefixesClient) ListByPeeringService(ctx context.Context, resourceGroupName string, peeringServiceName string) (result ServicePrefixListResultPage, err error) + func (client PrefixesClient) ListByPeeringServiceComplete(ctx context.Context, resourceGroupName string, peeringServiceName string) (result ServicePrefixListResultIterator, err error) + func (client PrefixesClient) ListByPeeringServicePreparer(ctx context.Context, resourceGroupName string, peeringServiceName string) (*http.Request, error) + func (client PrefixesClient) ListByPeeringServiceResponder(resp *http.Response) (result ServicePrefixListResult, err error) + func (client PrefixesClient) ListByPeeringServiceSender(req *http.Request) (*http.Response, error) + type Properties struct + Direct *PropertiesDirect + Exchange *PropertiesExchange + PeeringLocation *string + ProvisioningState ProvisioningState + type PropertiesDirect struct + Connections *[]DirectConnection + DirectPeeringType DirectPeeringType + PeerAsn *SubResource + UseForPeeringService *bool + type PropertiesExchange struct + Connections *[]ExchangeConnection + PeerAsn *SubResource + type ProvisioningState string + const Deleting + const Failed + const Succeeded + const Updating + func PossibleProvisioningStateValues() []ProvisioningState + type Resource struct + ID *string + Name *string + Type *string + type ResourceTags struct + Tags map[string]*string + func (rt ResourceTags) MarshalJSON() ([]byte, error) + type Service struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (s *Service) UnmarshalJSON(body []byte) error + func (s Service) MarshalJSON() ([]byte, error) + type ServiceListResult struct + NextLink *string + Value *[]Service + func (slr ServiceListResult) IsEmpty() bool + type ServiceListResultIterator struct + func NewServiceListResultIterator(page ServiceListResultPage) ServiceListResultIterator + func (iter *ServiceListResultIterator) Next() error + func (iter *ServiceListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceListResultIterator) NotDone() bool + func (iter ServiceListResultIterator) Response() ServiceListResult + func (iter ServiceListResultIterator) Value() Service + type ServiceListResultPage struct + func NewServiceListResultPage(...) ServiceListResultPage + func (page *ServiceListResultPage) Next() error + func (page *ServiceListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceListResultPage) NotDone() bool + func (page ServiceListResultPage) Response() ServiceListResult + func (page ServiceListResultPage) Values() []Service + type ServiceLocation struct + ID *string + Name *string + Type *string + func (sl *ServiceLocation) UnmarshalJSON(body []byte) error + func (sl ServiceLocation) MarshalJSON() ([]byte, error) + type ServiceLocationListResult struct + NextLink *string + Value *[]ServiceLocation + func (sllr ServiceLocationListResult) IsEmpty() bool + type ServiceLocationListResultIterator struct + func NewServiceLocationListResultIterator(page ServiceLocationListResultPage) ServiceLocationListResultIterator + func (iter *ServiceLocationListResultIterator) Next() error + func (iter *ServiceLocationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceLocationListResultIterator) NotDone() bool + func (iter ServiceLocationListResultIterator) Response() ServiceLocationListResult + func (iter ServiceLocationListResultIterator) Value() ServiceLocation + type ServiceLocationListResultPage struct + func NewServiceLocationListResultPage(...) ServiceLocationListResultPage + func (page *ServiceLocationListResultPage) Next() error + func (page *ServiceLocationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceLocationListResultPage) NotDone() bool + func (page ServiceLocationListResultPage) Response() ServiceLocationListResult + func (page ServiceLocationListResultPage) Values() []ServiceLocation + type ServiceLocationProperties struct + AzureRegion *string + Country *string + State *string + type ServiceLocationsClient struct + func NewServiceLocationsClient(subscriptionID string) ServiceLocationsClient + func NewServiceLocationsClientWithBaseURI(baseURI string, subscriptionID string) ServiceLocationsClient + func (client ServiceLocationsClient) List(ctx context.Context) (result ServiceLocationListResultPage, err error) + func (client ServiceLocationsClient) ListComplete(ctx context.Context) (result ServiceLocationListResultIterator, err error) + func (client ServiceLocationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ServiceLocationsClient) ListResponder(resp *http.Response) (result ServiceLocationListResult, err error) + func (client ServiceLocationsClient) ListSender(req *http.Request) (*http.Response, error) + type ServicePrefix struct + ID *string + Name *string + Type *string + func (sp *ServicePrefix) UnmarshalJSON(body []byte) error + func (sp ServicePrefix) MarshalJSON() ([]byte, error) + type ServicePrefixListResult struct + NextLink *string + Value *[]ServicePrefix + func (splr ServicePrefixListResult) IsEmpty() bool + type ServicePrefixListResultIterator struct + func NewServicePrefixListResultIterator(page ServicePrefixListResultPage) ServicePrefixListResultIterator + func (iter *ServicePrefixListResultIterator) Next() error + func (iter *ServicePrefixListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServicePrefixListResultIterator) NotDone() bool + func (iter ServicePrefixListResultIterator) Response() ServicePrefixListResult + func (iter ServicePrefixListResultIterator) Value() ServicePrefix + type ServicePrefixListResultPage struct + func NewServicePrefixListResultPage(...) ServicePrefixListResultPage + func (page *ServicePrefixListResultPage) Next() error + func (page *ServicePrefixListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServicePrefixListResultPage) NotDone() bool + func (page ServicePrefixListResultPage) Response() ServicePrefixListResult + func (page ServicePrefixListResultPage) Values() []ServicePrefix + type ServicePrefixProperties struct + LearnedType LearnedType + Prefix *string + PrefixValidationState PrefixValidationState + ProvisioningState ProvisioningState + type ServicePrefixesClient struct + func NewServicePrefixesClient(subscriptionID string) ServicePrefixesClient + func NewServicePrefixesClientWithBaseURI(baseURI string, subscriptionID string) ServicePrefixesClient + func (client ServicePrefixesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (result ServicePrefix, err error) + func (client ServicePrefixesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (*http.Request, error) + func (client ServicePrefixesClient) CreateOrUpdateResponder(resp *http.Response) (result ServicePrefix, err error) + func (client ServicePrefixesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ServicePrefixesClient) Delete(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (result autorest.Response, err error) + func (client ServicePrefixesClient) DeletePreparer(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (*http.Request, error) + func (client ServicePrefixesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServicePrefixesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ServicePrefixesClient) Get(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (result ServicePrefix, err error) + func (client ServicePrefixesClient) GetPreparer(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (*http.Request, error) + func (client ServicePrefixesClient) GetResponder(resp *http.Response) (result ServicePrefix, err error) + func (client ServicePrefixesClient) GetSender(req *http.Request) (*http.Response, error) + type ServiceProperties struct + PeeringServiceLocation *string + PeeringServiceProvider *string + ProvisioningState ProvisioningState + type ServiceProvider struct + ID *string + Name *string + Type *string + func (sp *ServiceProvider) UnmarshalJSON(body []byte) error + func (sp ServiceProvider) MarshalJSON() ([]byte, error) + type ServiceProviderListResult struct + NextLink *string + Value *[]ServiceProvider + func (splr ServiceProviderListResult) IsEmpty() bool + type ServiceProviderListResultIterator struct + func NewServiceProviderListResultIterator(page ServiceProviderListResultPage) ServiceProviderListResultIterator + func (iter *ServiceProviderListResultIterator) Next() error + func (iter *ServiceProviderListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServiceProviderListResultIterator) NotDone() bool + func (iter ServiceProviderListResultIterator) Response() ServiceProviderListResult + func (iter ServiceProviderListResultIterator) Value() ServiceProvider + type ServiceProviderListResultPage struct + func NewServiceProviderListResultPage(...) ServiceProviderListResultPage + func (page *ServiceProviderListResultPage) Next() error + func (page *ServiceProviderListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServiceProviderListResultPage) NotDone() bool + func (page ServiceProviderListResultPage) Response() ServiceProviderListResult + func (page ServiceProviderListResultPage) Values() []ServiceProvider + type ServiceProviderProperties struct + ServiceProviderName *string + type ServiceProvidersClient struct + func NewServiceProvidersClient(subscriptionID string) ServiceProvidersClient + func NewServiceProvidersClientWithBaseURI(baseURI string, subscriptionID string) ServiceProvidersClient + func (client ServiceProvidersClient) List(ctx context.Context) (result ServiceProviderListResultPage, err error) + func (client ServiceProvidersClient) ListComplete(ctx context.Context) (result ServiceProviderListResultIterator, err error) + func (client ServiceProvidersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ServiceProvidersClient) ListResponder(resp *http.Response) (result ServiceProviderListResult, err error) + func (client ServiceProvidersClient) ListSender(req *http.Request) (*http.Response, error) + type ServicesClient struct + func NewServicesClient(subscriptionID string) ServicesClient + func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient + func (client ServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (result Service, err error) + func (client ServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (*http.Request, error) + func (client ServicesClient) CreateOrUpdateResponder(resp *http.Response) (result Service, err error) + func (client ServicesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Delete(ctx context.Context, resourceGroupName string, peeringServiceName string) (result autorest.Response, err error) + func (client ServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, peeringServiceName string) (*http.Request, error) + func (client ServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServicesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Get(ctx context.Context, resourceGroupName string, peeringServiceName string) (result Service, err error) + func (client ServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, peeringServiceName string) (*http.Request, error) + func (client ServicesClient) GetResponder(resp *http.Response) (result Service, err error) + func (client ServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ServiceListResultPage, err error) + func (client ServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ServiceListResultIterator, err error) + func (client ServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ServiceListResult, err error) + func (client ServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListBySubscription(ctx context.Context) (result ServiceListResultPage, err error) + func (client ServicesClient) ListBySubscriptionComplete(ctx context.Context) (result ServiceListResultIterator, err error) + func (client ServicesClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client ServicesClient) ListBySubscriptionResponder(resp *http.Response) (result ServiceListResult, err error) + func (client ServicesClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Update(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (result Service, err error) + func (client ServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, peeringServiceName string, ...) (*http.Request, error) + func (client ServicesClient) UpdateResponder(resp *http.Response) (result Service, err error) + func (client ServicesClient) UpdateSender(req *http.Request) (*http.Response, error) + type SessionAddressProvider string + const Microsoft + const Peer + func PossibleSessionAddressProviderValues() []SessionAddressProvider + type SessionStateV4 string + const SessionStateV4Active + const SessionStateV4Connect + const SessionStateV4Established + const SessionStateV4Idle + const SessionStateV4None + const SessionStateV4OpenConfirm + const SessionStateV4OpenReceived + const SessionStateV4OpenSent + const SessionStateV4PendingAdd + const SessionStateV4PendingRemove + const SessionStateV4PendingUpdate + func PossibleSessionStateV4Values() []SessionStateV4 + type SessionStateV6 string + const SessionStateV6Active + const SessionStateV6Connect + const SessionStateV6Established + const SessionStateV6Idle + const SessionStateV6None + const SessionStateV6OpenConfirm + const SessionStateV6OpenReceived + const SessionStateV6OpenSent + const SessionStateV6PendingAdd + const SessionStateV6PendingRemove + const SessionStateV6PendingUpdate + func PossibleSessionStateV6Values() []SessionStateV6 + type Size string + const Free + const Metered + const Unlimited + func PossibleSizeValues() []Size + type Sku struct + Family Family + Name Name + Size Size + Tier Tier + type String struct + Value *string + type SubResource struct + ID *string + type Tier string + const Basic + const Premium + func PossibleTierValues() []Tier + type ValidationState string + const ValidationStateApproved + const ValidationStateFailed + const ValidationStateNone + const ValidationStatePending + func PossibleValidationStateValues() []ValidationState Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49