github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v6@v6.2.0/options.go (about)

     1  //go:build go1.18
     2  // +build go1.18
     3  
     4  // Copyright (c) Microsoft Corporation. All rights reserved.
     5  // Licensed under the MIT License. See License.txt in the project root for license information.
     6  // Code generated by Microsoft (R) AutoRest Code Generator. DO NOT EDIT.
     7  // Changes may cause incorrect behavior and will be lost if the code is regenerated.
     8  
     9  package armnetwork
    10  
    11  // AdminRuleCollectionsClientBeginDeleteOptions contains the optional parameters for the AdminRuleCollectionsClient.BeginDelete
    12  // method.
    13  type AdminRuleCollectionsClientBeginDeleteOptions struct {
    14  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
    15  	// will do a cleanup deployment in the background, prior to the delete.
    16  	Force *bool
    17  
    18  	// Resumes the LRO from the provided token.
    19  	ResumeToken string
    20  }
    21  
    22  // AdminRuleCollectionsClientCreateOrUpdateOptions contains the optional parameters for the AdminRuleCollectionsClient.CreateOrUpdate
    23  // method.
    24  type AdminRuleCollectionsClientCreateOrUpdateOptions struct {
    25  	// placeholder for future optional parameters
    26  }
    27  
    28  // AdminRuleCollectionsClientGetOptions contains the optional parameters for the AdminRuleCollectionsClient.Get method.
    29  type AdminRuleCollectionsClientGetOptions struct {
    30  	// placeholder for future optional parameters
    31  }
    32  
    33  // AdminRuleCollectionsClientListOptions contains the optional parameters for the AdminRuleCollectionsClient.NewListPager
    34  // method.
    35  type AdminRuleCollectionsClientListOptions struct {
    36  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
    37  	// the value of the nextLink element will include a skipToken parameter that
    38  	// specifies a starting point to use for subsequent calls.
    39  	SkipToken *string
    40  
    41  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
    42  	Top *int32
    43  }
    44  
    45  // AdminRulesClientBeginDeleteOptions contains the optional parameters for the AdminRulesClient.BeginDelete method.
    46  type AdminRulesClientBeginDeleteOptions struct {
    47  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
    48  	// will do a cleanup deployment in the background, prior to the delete.
    49  	Force *bool
    50  
    51  	// Resumes the LRO from the provided token.
    52  	ResumeToken string
    53  }
    54  
    55  // AdminRulesClientCreateOrUpdateOptions contains the optional parameters for the AdminRulesClient.CreateOrUpdate method.
    56  type AdminRulesClientCreateOrUpdateOptions struct {
    57  	// placeholder for future optional parameters
    58  }
    59  
    60  // AdminRulesClientGetOptions contains the optional parameters for the AdminRulesClient.Get method.
    61  type AdminRulesClientGetOptions struct {
    62  	// placeholder for future optional parameters
    63  }
    64  
    65  // AdminRulesClientListOptions contains the optional parameters for the AdminRulesClient.NewListPager method.
    66  type AdminRulesClientListOptions struct {
    67  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
    68  	// the value of the nextLink element will include a skipToken parameter that
    69  	// specifies a starting point to use for subsequent calls.
    70  	SkipToken *string
    71  
    72  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
    73  	Top *int32
    74  }
    75  
    76  // ApplicationGatewayPrivateEndpointConnectionsClientBeginDeleteOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnectionsClient.BeginDelete
    77  // method.
    78  type ApplicationGatewayPrivateEndpointConnectionsClientBeginDeleteOptions struct {
    79  	// Resumes the LRO from the provided token.
    80  	ResumeToken string
    81  }
    82  
    83  // ApplicationGatewayPrivateEndpointConnectionsClientBeginUpdateOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnectionsClient.BeginUpdate
    84  // method.
    85  type ApplicationGatewayPrivateEndpointConnectionsClientBeginUpdateOptions struct {
    86  	// Resumes the LRO from the provided token.
    87  	ResumeToken string
    88  }
    89  
    90  // ApplicationGatewayPrivateEndpointConnectionsClientGetOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnectionsClient.Get
    91  // method.
    92  type ApplicationGatewayPrivateEndpointConnectionsClientGetOptions struct {
    93  	// placeholder for future optional parameters
    94  }
    95  
    96  // ApplicationGatewayPrivateEndpointConnectionsClientListOptions contains the optional parameters for the ApplicationGatewayPrivateEndpointConnectionsClient.NewListPager
    97  // method.
    98  type ApplicationGatewayPrivateEndpointConnectionsClientListOptions struct {
    99  	// placeholder for future optional parameters
   100  }
   101  
   102  // ApplicationGatewayPrivateLinkResourcesClientListOptions contains the optional parameters for the ApplicationGatewayPrivateLinkResourcesClient.NewListPager
   103  // method.
   104  type ApplicationGatewayPrivateLinkResourcesClientListOptions struct {
   105  	// placeholder for future optional parameters
   106  }
   107  
   108  // ApplicationGatewayWafDynamicManifestsClientGetOptions contains the optional parameters for the ApplicationGatewayWafDynamicManifestsClient.NewGetPager
   109  // method.
   110  type ApplicationGatewayWafDynamicManifestsClientGetOptions struct {
   111  	// placeholder for future optional parameters
   112  }
   113  
   114  // ApplicationGatewayWafDynamicManifestsDefaultClientGetOptions contains the optional parameters for the ApplicationGatewayWafDynamicManifestsDefaultClient.Get
   115  // method.
   116  type ApplicationGatewayWafDynamicManifestsDefaultClientGetOptions struct {
   117  	// placeholder for future optional parameters
   118  }
   119  
   120  // ApplicationGatewaysClientBeginBackendHealthOnDemandOptions contains the optional parameters for the ApplicationGatewaysClient.BeginBackendHealthOnDemand
   121  // method.
   122  type ApplicationGatewaysClientBeginBackendHealthOnDemandOptions struct {
   123  	// Expands BackendAddressPool and BackendHttpSettings referenced in backend health.
   124  	Expand *string
   125  
   126  	// Resumes the LRO from the provided token.
   127  	ResumeToken string
   128  }
   129  
   130  // ApplicationGatewaysClientBeginBackendHealthOptions contains the optional parameters for the ApplicationGatewaysClient.BeginBackendHealth
   131  // method.
   132  type ApplicationGatewaysClientBeginBackendHealthOptions struct {
   133  	// Expands BackendAddressPool and BackendHttpSettings referenced in backend health.
   134  	Expand *string
   135  
   136  	// Resumes the LRO from the provided token.
   137  	ResumeToken string
   138  }
   139  
   140  // ApplicationGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the ApplicationGatewaysClient.BeginCreateOrUpdate
   141  // method.
   142  type ApplicationGatewaysClientBeginCreateOrUpdateOptions struct {
   143  	// Resumes the LRO from the provided token.
   144  	ResumeToken string
   145  }
   146  
   147  // ApplicationGatewaysClientBeginDeleteOptions contains the optional parameters for the ApplicationGatewaysClient.BeginDelete
   148  // method.
   149  type ApplicationGatewaysClientBeginDeleteOptions struct {
   150  	// Resumes the LRO from the provided token.
   151  	ResumeToken string
   152  }
   153  
   154  // ApplicationGatewaysClientBeginStartOptions contains the optional parameters for the ApplicationGatewaysClient.BeginStart
   155  // method.
   156  type ApplicationGatewaysClientBeginStartOptions struct {
   157  	// Resumes the LRO from the provided token.
   158  	ResumeToken string
   159  }
   160  
   161  // ApplicationGatewaysClientBeginStopOptions contains the optional parameters for the ApplicationGatewaysClient.BeginStop
   162  // method.
   163  type ApplicationGatewaysClientBeginStopOptions struct {
   164  	// Resumes the LRO from the provided token.
   165  	ResumeToken string
   166  }
   167  
   168  // ApplicationGatewaysClientGetOptions contains the optional parameters for the ApplicationGatewaysClient.Get method.
   169  type ApplicationGatewaysClientGetOptions struct {
   170  	// placeholder for future optional parameters
   171  }
   172  
   173  // ApplicationGatewaysClientGetSSLPredefinedPolicyOptions contains the optional parameters for the ApplicationGatewaysClient.GetSSLPredefinedPolicy
   174  // method.
   175  type ApplicationGatewaysClientGetSSLPredefinedPolicyOptions struct {
   176  	// placeholder for future optional parameters
   177  }
   178  
   179  // ApplicationGatewaysClientListAllOptions contains the optional parameters for the ApplicationGatewaysClient.NewListAllPager
   180  // method.
   181  type ApplicationGatewaysClientListAllOptions struct {
   182  	// placeholder for future optional parameters
   183  }
   184  
   185  // ApplicationGatewaysClientListAvailableRequestHeadersOptions contains the optional parameters for the ApplicationGatewaysClient.ListAvailableRequestHeaders
   186  // method.
   187  type ApplicationGatewaysClientListAvailableRequestHeadersOptions struct {
   188  	// placeholder for future optional parameters
   189  }
   190  
   191  // ApplicationGatewaysClientListAvailableResponseHeadersOptions contains the optional parameters for the ApplicationGatewaysClient.ListAvailableResponseHeaders
   192  // method.
   193  type ApplicationGatewaysClientListAvailableResponseHeadersOptions struct {
   194  	// placeholder for future optional parameters
   195  }
   196  
   197  // ApplicationGatewaysClientListAvailableSSLOptionsOptions contains the optional parameters for the ApplicationGatewaysClient.ListAvailableSSLOptions
   198  // method.
   199  type ApplicationGatewaysClientListAvailableSSLOptionsOptions struct {
   200  	// placeholder for future optional parameters
   201  }
   202  
   203  // ApplicationGatewaysClientListAvailableSSLPredefinedPoliciesOptions contains the optional parameters for the ApplicationGatewaysClient.NewListAvailableSSLPredefinedPoliciesPager
   204  // method.
   205  type ApplicationGatewaysClientListAvailableSSLPredefinedPoliciesOptions struct {
   206  	// placeholder for future optional parameters
   207  }
   208  
   209  // ApplicationGatewaysClientListAvailableServerVariablesOptions contains the optional parameters for the ApplicationGatewaysClient.ListAvailableServerVariables
   210  // method.
   211  type ApplicationGatewaysClientListAvailableServerVariablesOptions struct {
   212  	// placeholder for future optional parameters
   213  }
   214  
   215  // ApplicationGatewaysClientListAvailableWafRuleSetsOptions contains the optional parameters for the ApplicationGatewaysClient.ListAvailableWafRuleSets
   216  // method.
   217  type ApplicationGatewaysClientListAvailableWafRuleSetsOptions struct {
   218  	// placeholder for future optional parameters
   219  }
   220  
   221  // ApplicationGatewaysClientListOptions contains the optional parameters for the ApplicationGatewaysClient.NewListPager method.
   222  type ApplicationGatewaysClientListOptions struct {
   223  	// placeholder for future optional parameters
   224  }
   225  
   226  // ApplicationGatewaysClientUpdateTagsOptions contains the optional parameters for the ApplicationGatewaysClient.UpdateTags
   227  // method.
   228  type ApplicationGatewaysClientUpdateTagsOptions struct {
   229  	// placeholder for future optional parameters
   230  }
   231  
   232  // ApplicationSecurityGroupsClientBeginCreateOrUpdateOptions contains the optional parameters for the ApplicationSecurityGroupsClient.BeginCreateOrUpdate
   233  // method.
   234  type ApplicationSecurityGroupsClientBeginCreateOrUpdateOptions struct {
   235  	// Resumes the LRO from the provided token.
   236  	ResumeToken string
   237  }
   238  
   239  // ApplicationSecurityGroupsClientBeginDeleteOptions contains the optional parameters for the ApplicationSecurityGroupsClient.BeginDelete
   240  // method.
   241  type ApplicationSecurityGroupsClientBeginDeleteOptions struct {
   242  	// Resumes the LRO from the provided token.
   243  	ResumeToken string
   244  }
   245  
   246  // ApplicationSecurityGroupsClientGetOptions contains the optional parameters for the ApplicationSecurityGroupsClient.Get
   247  // method.
   248  type ApplicationSecurityGroupsClientGetOptions struct {
   249  	// placeholder for future optional parameters
   250  }
   251  
   252  // ApplicationSecurityGroupsClientListAllOptions contains the optional parameters for the ApplicationSecurityGroupsClient.NewListAllPager
   253  // method.
   254  type ApplicationSecurityGroupsClientListAllOptions struct {
   255  	// placeholder for future optional parameters
   256  }
   257  
   258  // ApplicationSecurityGroupsClientListOptions contains the optional parameters for the ApplicationSecurityGroupsClient.NewListPager
   259  // method.
   260  type ApplicationSecurityGroupsClientListOptions struct {
   261  	// placeholder for future optional parameters
   262  }
   263  
   264  // ApplicationSecurityGroupsClientUpdateTagsOptions contains the optional parameters for the ApplicationSecurityGroupsClient.UpdateTags
   265  // method.
   266  type ApplicationSecurityGroupsClientUpdateTagsOptions struct {
   267  	// placeholder for future optional parameters
   268  }
   269  
   270  // AvailableDelegationsClientListOptions contains the optional parameters for the AvailableDelegationsClient.NewListPager
   271  // method.
   272  type AvailableDelegationsClientListOptions struct {
   273  	// placeholder for future optional parameters
   274  }
   275  
   276  // AvailableEndpointServicesClientListOptions contains the optional parameters for the AvailableEndpointServicesClient.NewListPager
   277  // method.
   278  type AvailableEndpointServicesClientListOptions struct {
   279  	// placeholder for future optional parameters
   280  }
   281  
   282  // AvailablePrivateEndpointTypesClientListByResourceGroupOptions contains the optional parameters for the AvailablePrivateEndpointTypesClient.NewListByResourceGroupPager
   283  // method.
   284  type AvailablePrivateEndpointTypesClientListByResourceGroupOptions struct {
   285  	// placeholder for future optional parameters
   286  }
   287  
   288  // AvailablePrivateEndpointTypesClientListOptions contains the optional parameters for the AvailablePrivateEndpointTypesClient.NewListPager
   289  // method.
   290  type AvailablePrivateEndpointTypesClientListOptions struct {
   291  	// placeholder for future optional parameters
   292  }
   293  
   294  // AvailableResourceGroupDelegationsClientListOptions contains the optional parameters for the AvailableResourceGroupDelegationsClient.NewListPager
   295  // method.
   296  type AvailableResourceGroupDelegationsClientListOptions struct {
   297  	// placeholder for future optional parameters
   298  }
   299  
   300  // AvailableServiceAliasesClientListByResourceGroupOptions contains the optional parameters for the AvailableServiceAliasesClient.NewListByResourceGroupPager
   301  // method.
   302  type AvailableServiceAliasesClientListByResourceGroupOptions struct {
   303  	// placeholder for future optional parameters
   304  }
   305  
   306  // AvailableServiceAliasesClientListOptions contains the optional parameters for the AvailableServiceAliasesClient.NewListPager
   307  // method.
   308  type AvailableServiceAliasesClientListOptions struct {
   309  	// placeholder for future optional parameters
   310  }
   311  
   312  // AzureFirewallFqdnTagsClientListAllOptions contains the optional parameters for the AzureFirewallFqdnTagsClient.NewListAllPager
   313  // method.
   314  type AzureFirewallFqdnTagsClientListAllOptions struct {
   315  	// placeholder for future optional parameters
   316  }
   317  
   318  // AzureFirewallsClientBeginCreateOrUpdateOptions contains the optional parameters for the AzureFirewallsClient.BeginCreateOrUpdate
   319  // method.
   320  type AzureFirewallsClientBeginCreateOrUpdateOptions struct {
   321  	// Resumes the LRO from the provided token.
   322  	ResumeToken string
   323  }
   324  
   325  // AzureFirewallsClientBeginDeleteOptions contains the optional parameters for the AzureFirewallsClient.BeginDelete method.
   326  type AzureFirewallsClientBeginDeleteOptions struct {
   327  	// Resumes the LRO from the provided token.
   328  	ResumeToken string
   329  }
   330  
   331  // AzureFirewallsClientBeginListLearnedPrefixesOptions contains the optional parameters for the AzureFirewallsClient.BeginListLearnedPrefixes
   332  // method.
   333  type AzureFirewallsClientBeginListLearnedPrefixesOptions struct {
   334  	// Resumes the LRO from the provided token.
   335  	ResumeToken string
   336  }
   337  
   338  // AzureFirewallsClientBeginPacketCaptureOptions contains the optional parameters for the AzureFirewallsClient.BeginPacketCapture
   339  // method.
   340  type AzureFirewallsClientBeginPacketCaptureOptions struct {
   341  	// Resumes the LRO from the provided token.
   342  	ResumeToken string
   343  }
   344  
   345  // AzureFirewallsClientBeginUpdateTagsOptions contains the optional parameters for the AzureFirewallsClient.BeginUpdateTags
   346  // method.
   347  type AzureFirewallsClientBeginUpdateTagsOptions struct {
   348  	// Resumes the LRO from the provided token.
   349  	ResumeToken string
   350  }
   351  
   352  // AzureFirewallsClientGetOptions contains the optional parameters for the AzureFirewallsClient.Get method.
   353  type AzureFirewallsClientGetOptions struct {
   354  	// placeholder for future optional parameters
   355  }
   356  
   357  // AzureFirewallsClientListAllOptions contains the optional parameters for the AzureFirewallsClient.NewListAllPager method.
   358  type AzureFirewallsClientListAllOptions struct {
   359  	// placeholder for future optional parameters
   360  }
   361  
   362  // AzureFirewallsClientListOptions contains the optional parameters for the AzureFirewallsClient.NewListPager method.
   363  type AzureFirewallsClientListOptions struct {
   364  	// placeholder for future optional parameters
   365  }
   366  
   367  // BastionHostsClientBeginCreateOrUpdateOptions contains the optional parameters for the BastionHostsClient.BeginCreateOrUpdate
   368  // method.
   369  type BastionHostsClientBeginCreateOrUpdateOptions struct {
   370  	// Resumes the LRO from the provided token.
   371  	ResumeToken string
   372  }
   373  
   374  // BastionHostsClientBeginDeleteOptions contains the optional parameters for the BastionHostsClient.BeginDelete method.
   375  type BastionHostsClientBeginDeleteOptions struct {
   376  	// Resumes the LRO from the provided token.
   377  	ResumeToken string
   378  }
   379  
   380  // BastionHostsClientBeginUpdateTagsOptions contains the optional parameters for the BastionHostsClient.BeginUpdateTags method.
   381  type BastionHostsClientBeginUpdateTagsOptions struct {
   382  	// Resumes the LRO from the provided token.
   383  	ResumeToken string
   384  }
   385  
   386  // BastionHostsClientGetOptions contains the optional parameters for the BastionHostsClient.Get method.
   387  type BastionHostsClientGetOptions struct {
   388  	// placeholder for future optional parameters
   389  }
   390  
   391  // BastionHostsClientListByResourceGroupOptions contains the optional parameters for the BastionHostsClient.NewListByResourceGroupPager
   392  // method.
   393  type BastionHostsClientListByResourceGroupOptions struct {
   394  	// placeholder for future optional parameters
   395  }
   396  
   397  // BastionHostsClientListOptions contains the optional parameters for the BastionHostsClient.NewListPager method.
   398  type BastionHostsClientListOptions struct {
   399  	// placeholder for future optional parameters
   400  }
   401  
   402  // BgpServiceCommunitiesClientListOptions contains the optional parameters for the BgpServiceCommunitiesClient.NewListPager
   403  // method.
   404  type BgpServiceCommunitiesClientListOptions struct {
   405  	// placeholder for future optional parameters
   406  }
   407  
   408  // ConfigurationPolicyGroupsClientBeginCreateOrUpdateOptions contains the optional parameters for the ConfigurationPolicyGroupsClient.BeginCreateOrUpdate
   409  // method.
   410  type ConfigurationPolicyGroupsClientBeginCreateOrUpdateOptions struct {
   411  	// Resumes the LRO from the provided token.
   412  	ResumeToken string
   413  }
   414  
   415  // ConfigurationPolicyGroupsClientBeginDeleteOptions contains the optional parameters for the ConfigurationPolicyGroupsClient.BeginDelete
   416  // method.
   417  type ConfigurationPolicyGroupsClientBeginDeleteOptions struct {
   418  	// Resumes the LRO from the provided token.
   419  	ResumeToken string
   420  }
   421  
   422  // ConfigurationPolicyGroupsClientGetOptions contains the optional parameters for the ConfigurationPolicyGroupsClient.Get
   423  // method.
   424  type ConfigurationPolicyGroupsClientGetOptions struct {
   425  	// placeholder for future optional parameters
   426  }
   427  
   428  // ConfigurationPolicyGroupsClientListByVPNServerConfigurationOptions contains the optional parameters for the ConfigurationPolicyGroupsClient.NewListByVPNServerConfigurationPager
   429  // method.
   430  type ConfigurationPolicyGroupsClientListByVPNServerConfigurationOptions struct {
   431  	// placeholder for future optional parameters
   432  }
   433  
   434  // ConnectionMonitorsClientBeginCreateOrUpdateOptions contains the optional parameters for the ConnectionMonitorsClient.BeginCreateOrUpdate
   435  // method.
   436  type ConnectionMonitorsClientBeginCreateOrUpdateOptions struct {
   437  	// Value indicating whether connection monitor V1 should be migrated to V2 format.
   438  	Migrate *string
   439  
   440  	// Resumes the LRO from the provided token.
   441  	ResumeToken string
   442  }
   443  
   444  // ConnectionMonitorsClientBeginDeleteOptions contains the optional parameters for the ConnectionMonitorsClient.BeginDelete
   445  // method.
   446  type ConnectionMonitorsClientBeginDeleteOptions struct {
   447  	// Resumes the LRO from the provided token.
   448  	ResumeToken string
   449  }
   450  
   451  // ConnectionMonitorsClientBeginQueryOptions contains the optional parameters for the ConnectionMonitorsClient.BeginQuery
   452  // method.
   453  type ConnectionMonitorsClientBeginQueryOptions struct {
   454  	// Resumes the LRO from the provided token.
   455  	ResumeToken string
   456  }
   457  
   458  // ConnectionMonitorsClientBeginStartOptions contains the optional parameters for the ConnectionMonitorsClient.BeginStart
   459  // method.
   460  type ConnectionMonitorsClientBeginStartOptions struct {
   461  	// Resumes the LRO from the provided token.
   462  	ResumeToken string
   463  }
   464  
   465  // ConnectionMonitorsClientBeginStopOptions contains the optional parameters for the ConnectionMonitorsClient.BeginStop method.
   466  type ConnectionMonitorsClientBeginStopOptions struct {
   467  	// Resumes the LRO from the provided token.
   468  	ResumeToken string
   469  }
   470  
   471  // ConnectionMonitorsClientGetOptions contains the optional parameters for the ConnectionMonitorsClient.Get method.
   472  type ConnectionMonitorsClientGetOptions struct {
   473  	// placeholder for future optional parameters
   474  }
   475  
   476  // ConnectionMonitorsClientListOptions contains the optional parameters for the ConnectionMonitorsClient.NewListPager method.
   477  type ConnectionMonitorsClientListOptions struct {
   478  	// placeholder for future optional parameters
   479  }
   480  
   481  // ConnectionMonitorsClientUpdateTagsOptions contains the optional parameters for the ConnectionMonitorsClient.UpdateTags
   482  // method.
   483  type ConnectionMonitorsClientUpdateTagsOptions struct {
   484  	// placeholder for future optional parameters
   485  }
   486  
   487  // ConnectivityConfigurationsClientBeginDeleteOptions contains the optional parameters for the ConnectivityConfigurationsClient.BeginDelete
   488  // method.
   489  type ConnectivityConfigurationsClientBeginDeleteOptions struct {
   490  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
   491  	// will do a cleanup deployment in the background, prior to the delete.
   492  	Force *bool
   493  
   494  	// Resumes the LRO from the provided token.
   495  	ResumeToken string
   496  }
   497  
   498  // ConnectivityConfigurationsClientCreateOrUpdateOptions contains the optional parameters for the ConnectivityConfigurationsClient.CreateOrUpdate
   499  // method.
   500  type ConnectivityConfigurationsClientCreateOrUpdateOptions struct {
   501  	// placeholder for future optional parameters
   502  }
   503  
   504  // ConnectivityConfigurationsClientGetOptions contains the optional parameters for the ConnectivityConfigurationsClient.Get
   505  // method.
   506  type ConnectivityConfigurationsClientGetOptions struct {
   507  	// placeholder for future optional parameters
   508  }
   509  
   510  // ConnectivityConfigurationsClientListOptions contains the optional parameters for the ConnectivityConfigurationsClient.NewListPager
   511  // method.
   512  type ConnectivityConfigurationsClientListOptions struct {
   513  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
   514  	// the value of the nextLink element will include a skipToken parameter that
   515  	// specifies a starting point to use for subsequent calls.
   516  	SkipToken *string
   517  
   518  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
   519  	Top *int32
   520  }
   521  
   522  // CustomIPPrefixesClientBeginCreateOrUpdateOptions contains the optional parameters for the CustomIPPrefixesClient.BeginCreateOrUpdate
   523  // method.
   524  type CustomIPPrefixesClientBeginCreateOrUpdateOptions struct {
   525  	// Resumes the LRO from the provided token.
   526  	ResumeToken string
   527  }
   528  
   529  // CustomIPPrefixesClientBeginDeleteOptions contains the optional parameters for the CustomIPPrefixesClient.BeginDelete method.
   530  type CustomIPPrefixesClientBeginDeleteOptions struct {
   531  	// Resumes the LRO from the provided token.
   532  	ResumeToken string
   533  }
   534  
   535  // CustomIPPrefixesClientGetOptions contains the optional parameters for the CustomIPPrefixesClient.Get method.
   536  type CustomIPPrefixesClientGetOptions struct {
   537  	// Expands referenced resources.
   538  	Expand *string
   539  }
   540  
   541  // CustomIPPrefixesClientListAllOptions contains the optional parameters for the CustomIPPrefixesClient.NewListAllPager method.
   542  type CustomIPPrefixesClientListAllOptions struct {
   543  	// placeholder for future optional parameters
   544  }
   545  
   546  // CustomIPPrefixesClientListOptions contains the optional parameters for the CustomIPPrefixesClient.NewListPager method.
   547  type CustomIPPrefixesClientListOptions struct {
   548  	// placeholder for future optional parameters
   549  }
   550  
   551  // CustomIPPrefixesClientUpdateTagsOptions contains the optional parameters for the CustomIPPrefixesClient.UpdateTags method.
   552  type CustomIPPrefixesClientUpdateTagsOptions struct {
   553  	// placeholder for future optional parameters
   554  }
   555  
   556  // DdosCustomPoliciesClientBeginCreateOrUpdateOptions contains the optional parameters for the DdosCustomPoliciesClient.BeginCreateOrUpdate
   557  // method.
   558  type DdosCustomPoliciesClientBeginCreateOrUpdateOptions struct {
   559  	// Resumes the LRO from the provided token.
   560  	ResumeToken string
   561  }
   562  
   563  // DdosCustomPoliciesClientBeginDeleteOptions contains the optional parameters for the DdosCustomPoliciesClient.BeginDelete
   564  // method.
   565  type DdosCustomPoliciesClientBeginDeleteOptions struct {
   566  	// Resumes the LRO from the provided token.
   567  	ResumeToken string
   568  }
   569  
   570  // DdosCustomPoliciesClientGetOptions contains the optional parameters for the DdosCustomPoliciesClient.Get method.
   571  type DdosCustomPoliciesClientGetOptions struct {
   572  	// placeholder for future optional parameters
   573  }
   574  
   575  // DdosCustomPoliciesClientUpdateTagsOptions contains the optional parameters for the DdosCustomPoliciesClient.UpdateTags
   576  // method.
   577  type DdosCustomPoliciesClientUpdateTagsOptions struct {
   578  	// placeholder for future optional parameters
   579  }
   580  
   581  // DdosProtectionPlansClientBeginCreateOrUpdateOptions contains the optional parameters for the DdosProtectionPlansClient.BeginCreateOrUpdate
   582  // method.
   583  type DdosProtectionPlansClientBeginCreateOrUpdateOptions struct {
   584  	// Resumes the LRO from the provided token.
   585  	ResumeToken string
   586  }
   587  
   588  // DdosProtectionPlansClientBeginDeleteOptions contains the optional parameters for the DdosProtectionPlansClient.BeginDelete
   589  // method.
   590  type DdosProtectionPlansClientBeginDeleteOptions struct {
   591  	// Resumes the LRO from the provided token.
   592  	ResumeToken string
   593  }
   594  
   595  // DdosProtectionPlansClientGetOptions contains the optional parameters for the DdosProtectionPlansClient.Get method.
   596  type DdosProtectionPlansClientGetOptions struct {
   597  	// placeholder for future optional parameters
   598  }
   599  
   600  // DdosProtectionPlansClientListByResourceGroupOptions contains the optional parameters for the DdosProtectionPlansClient.NewListByResourceGroupPager
   601  // method.
   602  type DdosProtectionPlansClientListByResourceGroupOptions struct {
   603  	// placeholder for future optional parameters
   604  }
   605  
   606  // DdosProtectionPlansClientListOptions contains the optional parameters for the DdosProtectionPlansClient.NewListPager method.
   607  type DdosProtectionPlansClientListOptions struct {
   608  	// placeholder for future optional parameters
   609  }
   610  
   611  // DdosProtectionPlansClientUpdateTagsOptions contains the optional parameters for the DdosProtectionPlansClient.UpdateTags
   612  // method.
   613  type DdosProtectionPlansClientUpdateTagsOptions struct {
   614  	// placeholder for future optional parameters
   615  }
   616  
   617  // DefaultSecurityRulesClientGetOptions contains the optional parameters for the DefaultSecurityRulesClient.Get method.
   618  type DefaultSecurityRulesClientGetOptions struct {
   619  	// placeholder for future optional parameters
   620  }
   621  
   622  // DefaultSecurityRulesClientListOptions contains the optional parameters for the DefaultSecurityRulesClient.NewListPager
   623  // method.
   624  type DefaultSecurityRulesClientListOptions struct {
   625  	// placeholder for future optional parameters
   626  }
   627  
   628  // DscpConfigurationClientBeginCreateOrUpdateOptions contains the optional parameters for the DscpConfigurationClient.BeginCreateOrUpdate
   629  // method.
   630  type DscpConfigurationClientBeginCreateOrUpdateOptions struct {
   631  	// Resumes the LRO from the provided token.
   632  	ResumeToken string
   633  }
   634  
   635  // DscpConfigurationClientBeginDeleteOptions contains the optional parameters for the DscpConfigurationClient.BeginDelete
   636  // method.
   637  type DscpConfigurationClientBeginDeleteOptions struct {
   638  	// Resumes the LRO from the provided token.
   639  	ResumeToken string
   640  }
   641  
   642  // DscpConfigurationClientGetOptions contains the optional parameters for the DscpConfigurationClient.Get method.
   643  type DscpConfigurationClientGetOptions struct {
   644  	// placeholder for future optional parameters
   645  }
   646  
   647  // DscpConfigurationClientListAllOptions contains the optional parameters for the DscpConfigurationClient.NewListAllPager
   648  // method.
   649  type DscpConfigurationClientListAllOptions struct {
   650  	// placeholder for future optional parameters
   651  }
   652  
   653  // DscpConfigurationClientListOptions contains the optional parameters for the DscpConfigurationClient.NewListPager method.
   654  type DscpConfigurationClientListOptions struct {
   655  	// placeholder for future optional parameters
   656  }
   657  
   658  // ExpressRouteCircuitAuthorizationsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitAuthorizationsClient.BeginCreateOrUpdate
   659  // method.
   660  type ExpressRouteCircuitAuthorizationsClientBeginCreateOrUpdateOptions struct {
   661  	// Resumes the LRO from the provided token.
   662  	ResumeToken string
   663  }
   664  
   665  // ExpressRouteCircuitAuthorizationsClientBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitAuthorizationsClient.BeginDelete
   666  // method.
   667  type ExpressRouteCircuitAuthorizationsClientBeginDeleteOptions struct {
   668  	// Resumes the LRO from the provided token.
   669  	ResumeToken string
   670  }
   671  
   672  // ExpressRouteCircuitAuthorizationsClientGetOptions contains the optional parameters for the ExpressRouteCircuitAuthorizationsClient.Get
   673  // method.
   674  type ExpressRouteCircuitAuthorizationsClientGetOptions struct {
   675  	// placeholder for future optional parameters
   676  }
   677  
   678  // ExpressRouteCircuitAuthorizationsClientListOptions contains the optional parameters for the ExpressRouteCircuitAuthorizationsClient.NewListPager
   679  // method.
   680  type ExpressRouteCircuitAuthorizationsClientListOptions struct {
   681  	// placeholder for future optional parameters
   682  }
   683  
   684  // ExpressRouteCircuitConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitConnectionsClient.BeginCreateOrUpdate
   685  // method.
   686  type ExpressRouteCircuitConnectionsClientBeginCreateOrUpdateOptions struct {
   687  	// Resumes the LRO from the provided token.
   688  	ResumeToken string
   689  }
   690  
   691  // ExpressRouteCircuitConnectionsClientBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitConnectionsClient.BeginDelete
   692  // method.
   693  type ExpressRouteCircuitConnectionsClientBeginDeleteOptions struct {
   694  	// Resumes the LRO from the provided token.
   695  	ResumeToken string
   696  }
   697  
   698  // ExpressRouteCircuitConnectionsClientGetOptions contains the optional parameters for the ExpressRouteCircuitConnectionsClient.Get
   699  // method.
   700  type ExpressRouteCircuitConnectionsClientGetOptions struct {
   701  	// placeholder for future optional parameters
   702  }
   703  
   704  // ExpressRouteCircuitConnectionsClientListOptions contains the optional parameters for the ExpressRouteCircuitConnectionsClient.NewListPager
   705  // method.
   706  type ExpressRouteCircuitConnectionsClientListOptions struct {
   707  	// placeholder for future optional parameters
   708  }
   709  
   710  // ExpressRouteCircuitPeeringsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitPeeringsClient.BeginCreateOrUpdate
   711  // method.
   712  type ExpressRouteCircuitPeeringsClientBeginCreateOrUpdateOptions struct {
   713  	// Resumes the LRO from the provided token.
   714  	ResumeToken string
   715  }
   716  
   717  // ExpressRouteCircuitPeeringsClientBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitPeeringsClient.BeginDelete
   718  // method.
   719  type ExpressRouteCircuitPeeringsClientBeginDeleteOptions struct {
   720  	// Resumes the LRO from the provided token.
   721  	ResumeToken string
   722  }
   723  
   724  // ExpressRouteCircuitPeeringsClientGetOptions contains the optional parameters for the ExpressRouteCircuitPeeringsClient.Get
   725  // method.
   726  type ExpressRouteCircuitPeeringsClientGetOptions struct {
   727  	// placeholder for future optional parameters
   728  }
   729  
   730  // ExpressRouteCircuitPeeringsClientListOptions contains the optional parameters for the ExpressRouteCircuitPeeringsClient.NewListPager
   731  // method.
   732  type ExpressRouteCircuitPeeringsClientListOptions struct {
   733  	// placeholder for future optional parameters
   734  }
   735  
   736  // ExpressRouteCircuitsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCircuitsClient.BeginCreateOrUpdate
   737  // method.
   738  type ExpressRouteCircuitsClientBeginCreateOrUpdateOptions struct {
   739  	// Resumes the LRO from the provided token.
   740  	ResumeToken string
   741  }
   742  
   743  // ExpressRouteCircuitsClientBeginDeleteOptions contains the optional parameters for the ExpressRouteCircuitsClient.BeginDelete
   744  // method.
   745  type ExpressRouteCircuitsClientBeginDeleteOptions struct {
   746  	// Resumes the LRO from the provided token.
   747  	ResumeToken string
   748  }
   749  
   750  // ExpressRouteCircuitsClientBeginListArpTableOptions contains the optional parameters for the ExpressRouteCircuitsClient.BeginListArpTable
   751  // method.
   752  type ExpressRouteCircuitsClientBeginListArpTableOptions struct {
   753  	// Resumes the LRO from the provided token.
   754  	ResumeToken string
   755  }
   756  
   757  // ExpressRouteCircuitsClientBeginListRoutesTableOptions contains the optional parameters for the ExpressRouteCircuitsClient.BeginListRoutesTable
   758  // method.
   759  type ExpressRouteCircuitsClientBeginListRoutesTableOptions struct {
   760  	// Resumes the LRO from the provided token.
   761  	ResumeToken string
   762  }
   763  
   764  // ExpressRouteCircuitsClientBeginListRoutesTableSummaryOptions contains the optional parameters for the ExpressRouteCircuitsClient.BeginListRoutesTableSummary
   765  // method.
   766  type ExpressRouteCircuitsClientBeginListRoutesTableSummaryOptions struct {
   767  	// Resumes the LRO from the provided token.
   768  	ResumeToken string
   769  }
   770  
   771  // ExpressRouteCircuitsClientGetOptions contains the optional parameters for the ExpressRouteCircuitsClient.Get method.
   772  type ExpressRouteCircuitsClientGetOptions struct {
   773  	// placeholder for future optional parameters
   774  }
   775  
   776  // ExpressRouteCircuitsClientGetPeeringStatsOptions contains the optional parameters for the ExpressRouteCircuitsClient.GetPeeringStats
   777  // method.
   778  type ExpressRouteCircuitsClientGetPeeringStatsOptions struct {
   779  	// placeholder for future optional parameters
   780  }
   781  
   782  // ExpressRouteCircuitsClientGetStatsOptions contains the optional parameters for the ExpressRouteCircuitsClient.GetStats
   783  // method.
   784  type ExpressRouteCircuitsClientGetStatsOptions struct {
   785  	// placeholder for future optional parameters
   786  }
   787  
   788  // ExpressRouteCircuitsClientListAllOptions contains the optional parameters for the ExpressRouteCircuitsClient.NewListAllPager
   789  // method.
   790  type ExpressRouteCircuitsClientListAllOptions struct {
   791  	// placeholder for future optional parameters
   792  }
   793  
   794  // ExpressRouteCircuitsClientListOptions contains the optional parameters for the ExpressRouteCircuitsClient.NewListPager
   795  // method.
   796  type ExpressRouteCircuitsClientListOptions struct {
   797  	// placeholder for future optional parameters
   798  }
   799  
   800  // ExpressRouteCircuitsClientUpdateTagsOptions contains the optional parameters for the ExpressRouteCircuitsClient.UpdateTags
   801  // method.
   802  type ExpressRouteCircuitsClientUpdateTagsOptions struct {
   803  	// placeholder for future optional parameters
   804  }
   805  
   806  // ExpressRouteConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteConnectionsClient.BeginCreateOrUpdate
   807  // method.
   808  type ExpressRouteConnectionsClientBeginCreateOrUpdateOptions struct {
   809  	// Resumes the LRO from the provided token.
   810  	ResumeToken string
   811  }
   812  
   813  // ExpressRouteConnectionsClientBeginDeleteOptions contains the optional parameters for the ExpressRouteConnectionsClient.BeginDelete
   814  // method.
   815  type ExpressRouteConnectionsClientBeginDeleteOptions struct {
   816  	// Resumes the LRO from the provided token.
   817  	ResumeToken string
   818  }
   819  
   820  // ExpressRouteConnectionsClientGetOptions contains the optional parameters for the ExpressRouteConnectionsClient.Get method.
   821  type ExpressRouteConnectionsClientGetOptions struct {
   822  	// placeholder for future optional parameters
   823  }
   824  
   825  // ExpressRouteConnectionsClientListOptions contains the optional parameters for the ExpressRouteConnectionsClient.List method.
   826  type ExpressRouteConnectionsClientListOptions struct {
   827  	// placeholder for future optional parameters
   828  }
   829  
   830  // ExpressRouteCrossConnectionPeeringsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCrossConnectionPeeringsClient.BeginCreateOrUpdate
   831  // method.
   832  type ExpressRouteCrossConnectionPeeringsClientBeginCreateOrUpdateOptions struct {
   833  	// Resumes the LRO from the provided token.
   834  	ResumeToken string
   835  }
   836  
   837  // ExpressRouteCrossConnectionPeeringsClientBeginDeleteOptions contains the optional parameters for the ExpressRouteCrossConnectionPeeringsClient.BeginDelete
   838  // method.
   839  type ExpressRouteCrossConnectionPeeringsClientBeginDeleteOptions struct {
   840  	// Resumes the LRO from the provided token.
   841  	ResumeToken string
   842  }
   843  
   844  // ExpressRouteCrossConnectionPeeringsClientGetOptions contains the optional parameters for the ExpressRouteCrossConnectionPeeringsClient.Get
   845  // method.
   846  type ExpressRouteCrossConnectionPeeringsClientGetOptions struct {
   847  	// placeholder for future optional parameters
   848  }
   849  
   850  // ExpressRouteCrossConnectionPeeringsClientListOptions contains the optional parameters for the ExpressRouteCrossConnectionPeeringsClient.NewListPager
   851  // method.
   852  type ExpressRouteCrossConnectionPeeringsClientListOptions struct {
   853  	// placeholder for future optional parameters
   854  }
   855  
   856  // ExpressRouteCrossConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.BeginCreateOrUpdate
   857  // method.
   858  type ExpressRouteCrossConnectionsClientBeginCreateOrUpdateOptions struct {
   859  	// Resumes the LRO from the provided token.
   860  	ResumeToken string
   861  }
   862  
   863  // ExpressRouteCrossConnectionsClientBeginListArpTableOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.BeginListArpTable
   864  // method.
   865  type ExpressRouteCrossConnectionsClientBeginListArpTableOptions struct {
   866  	// Resumes the LRO from the provided token.
   867  	ResumeToken string
   868  }
   869  
   870  // ExpressRouteCrossConnectionsClientBeginListRoutesTableOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.BeginListRoutesTable
   871  // method.
   872  type ExpressRouteCrossConnectionsClientBeginListRoutesTableOptions struct {
   873  	// Resumes the LRO from the provided token.
   874  	ResumeToken string
   875  }
   876  
   877  // ExpressRouteCrossConnectionsClientBeginListRoutesTableSummaryOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.BeginListRoutesTableSummary
   878  // method.
   879  type ExpressRouteCrossConnectionsClientBeginListRoutesTableSummaryOptions struct {
   880  	// Resumes the LRO from the provided token.
   881  	ResumeToken string
   882  }
   883  
   884  // ExpressRouteCrossConnectionsClientGetOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.Get
   885  // method.
   886  type ExpressRouteCrossConnectionsClientGetOptions struct {
   887  	// placeholder for future optional parameters
   888  }
   889  
   890  // ExpressRouteCrossConnectionsClientListByResourceGroupOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.NewListByResourceGroupPager
   891  // method.
   892  type ExpressRouteCrossConnectionsClientListByResourceGroupOptions struct {
   893  	// placeholder for future optional parameters
   894  }
   895  
   896  // ExpressRouteCrossConnectionsClientListOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.NewListPager
   897  // method.
   898  type ExpressRouteCrossConnectionsClientListOptions struct {
   899  	// The filter to apply on the operation. For example, you can use $filter=name eq '{circuitServiceKey}'.
   900  	Filter *string
   901  }
   902  
   903  // ExpressRouteCrossConnectionsClientUpdateTagsOptions contains the optional parameters for the ExpressRouteCrossConnectionsClient.UpdateTags
   904  // method.
   905  type ExpressRouteCrossConnectionsClientUpdateTagsOptions struct {
   906  	// placeholder for future optional parameters
   907  }
   908  
   909  // ExpressRouteGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRouteGatewaysClient.BeginCreateOrUpdate
   910  // method.
   911  type ExpressRouteGatewaysClientBeginCreateOrUpdateOptions struct {
   912  	// Resumes the LRO from the provided token.
   913  	ResumeToken string
   914  }
   915  
   916  // ExpressRouteGatewaysClientBeginDeleteOptions contains the optional parameters for the ExpressRouteGatewaysClient.BeginDelete
   917  // method.
   918  type ExpressRouteGatewaysClientBeginDeleteOptions struct {
   919  	// Resumes the LRO from the provided token.
   920  	ResumeToken string
   921  }
   922  
   923  // ExpressRouteGatewaysClientBeginUpdateTagsOptions contains the optional parameters for the ExpressRouteGatewaysClient.BeginUpdateTags
   924  // method.
   925  type ExpressRouteGatewaysClientBeginUpdateTagsOptions struct {
   926  	// Resumes the LRO from the provided token.
   927  	ResumeToken string
   928  }
   929  
   930  // ExpressRouteGatewaysClientGetOptions contains the optional parameters for the ExpressRouteGatewaysClient.Get method.
   931  type ExpressRouteGatewaysClientGetOptions struct {
   932  	// placeholder for future optional parameters
   933  }
   934  
   935  // ExpressRouteGatewaysClientListByResourceGroupOptions contains the optional parameters for the ExpressRouteGatewaysClient.ListByResourceGroup
   936  // method.
   937  type ExpressRouteGatewaysClientListByResourceGroupOptions struct {
   938  	// placeholder for future optional parameters
   939  }
   940  
   941  // ExpressRouteGatewaysClientListBySubscriptionOptions contains the optional parameters for the ExpressRouteGatewaysClient.ListBySubscription
   942  // method.
   943  type ExpressRouteGatewaysClientListBySubscriptionOptions struct {
   944  	// placeholder for future optional parameters
   945  }
   946  
   947  // ExpressRouteLinksClientGetOptions contains the optional parameters for the ExpressRouteLinksClient.Get method.
   948  type ExpressRouteLinksClientGetOptions struct {
   949  	// placeholder for future optional parameters
   950  }
   951  
   952  // ExpressRouteLinksClientListOptions contains the optional parameters for the ExpressRouteLinksClient.NewListPager method.
   953  type ExpressRouteLinksClientListOptions struct {
   954  	// placeholder for future optional parameters
   955  }
   956  
   957  // ExpressRoutePortAuthorizationsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRoutePortAuthorizationsClient.BeginCreateOrUpdate
   958  // method.
   959  type ExpressRoutePortAuthorizationsClientBeginCreateOrUpdateOptions struct {
   960  	// Resumes the LRO from the provided token.
   961  	ResumeToken string
   962  }
   963  
   964  // ExpressRoutePortAuthorizationsClientBeginDeleteOptions contains the optional parameters for the ExpressRoutePortAuthorizationsClient.BeginDelete
   965  // method.
   966  type ExpressRoutePortAuthorizationsClientBeginDeleteOptions struct {
   967  	// Resumes the LRO from the provided token.
   968  	ResumeToken string
   969  }
   970  
   971  // ExpressRoutePortAuthorizationsClientGetOptions contains the optional parameters for the ExpressRoutePortAuthorizationsClient.Get
   972  // method.
   973  type ExpressRoutePortAuthorizationsClientGetOptions struct {
   974  	// placeholder for future optional parameters
   975  }
   976  
   977  // ExpressRoutePortAuthorizationsClientListOptions contains the optional parameters for the ExpressRoutePortAuthorizationsClient.NewListPager
   978  // method.
   979  type ExpressRoutePortAuthorizationsClientListOptions struct {
   980  	// placeholder for future optional parameters
   981  }
   982  
   983  // ExpressRoutePortsClientBeginCreateOrUpdateOptions contains the optional parameters for the ExpressRoutePortsClient.BeginCreateOrUpdate
   984  // method.
   985  type ExpressRoutePortsClientBeginCreateOrUpdateOptions struct {
   986  	// Resumes the LRO from the provided token.
   987  	ResumeToken string
   988  }
   989  
   990  // ExpressRoutePortsClientBeginDeleteOptions contains the optional parameters for the ExpressRoutePortsClient.BeginDelete
   991  // method.
   992  type ExpressRoutePortsClientBeginDeleteOptions struct {
   993  	// Resumes the LRO from the provided token.
   994  	ResumeToken string
   995  }
   996  
   997  // ExpressRoutePortsClientGenerateLOAOptions contains the optional parameters for the ExpressRoutePortsClient.GenerateLOA
   998  // method.
   999  type ExpressRoutePortsClientGenerateLOAOptions struct {
  1000  	// placeholder for future optional parameters
  1001  }
  1002  
  1003  // ExpressRoutePortsClientGetOptions contains the optional parameters for the ExpressRoutePortsClient.Get method.
  1004  type ExpressRoutePortsClientGetOptions struct {
  1005  	// placeholder for future optional parameters
  1006  }
  1007  
  1008  // ExpressRoutePortsClientListByResourceGroupOptions contains the optional parameters for the ExpressRoutePortsClient.NewListByResourceGroupPager
  1009  // method.
  1010  type ExpressRoutePortsClientListByResourceGroupOptions struct {
  1011  	// placeholder for future optional parameters
  1012  }
  1013  
  1014  // ExpressRoutePortsClientListOptions contains the optional parameters for the ExpressRoutePortsClient.NewListPager method.
  1015  type ExpressRoutePortsClientListOptions struct {
  1016  	// placeholder for future optional parameters
  1017  }
  1018  
  1019  // ExpressRoutePortsClientUpdateTagsOptions contains the optional parameters for the ExpressRoutePortsClient.UpdateTags method.
  1020  type ExpressRoutePortsClientUpdateTagsOptions struct {
  1021  	// placeholder for future optional parameters
  1022  }
  1023  
  1024  // ExpressRoutePortsLocationsClientGetOptions contains the optional parameters for the ExpressRoutePortsLocationsClient.Get
  1025  // method.
  1026  type ExpressRoutePortsLocationsClientGetOptions struct {
  1027  	// placeholder for future optional parameters
  1028  }
  1029  
  1030  // ExpressRoutePortsLocationsClientListOptions contains the optional parameters for the ExpressRoutePortsLocationsClient.NewListPager
  1031  // method.
  1032  type ExpressRoutePortsLocationsClientListOptions struct {
  1033  	// placeholder for future optional parameters
  1034  }
  1035  
  1036  // ExpressRouteProviderPortsLocationClientListOptions contains the optional parameters for the ExpressRouteProviderPortsLocationClient.List
  1037  // method.
  1038  type ExpressRouteProviderPortsLocationClientListOptions struct {
  1039  	// The filter to apply on the operation. For example, you can use $filter=location eq '{state}'.
  1040  	Filter *string
  1041  }
  1042  
  1043  // ExpressRouteServiceProvidersClientListOptions contains the optional parameters for the ExpressRouteServiceProvidersClient.NewListPager
  1044  // method.
  1045  type ExpressRouteServiceProvidersClientListOptions struct {
  1046  	// placeholder for future optional parameters
  1047  }
  1048  
  1049  // FirewallPoliciesClientBeginCreateOrUpdateOptions contains the optional parameters for the FirewallPoliciesClient.BeginCreateOrUpdate
  1050  // method.
  1051  type FirewallPoliciesClientBeginCreateOrUpdateOptions struct {
  1052  	// Resumes the LRO from the provided token.
  1053  	ResumeToken string
  1054  }
  1055  
  1056  // FirewallPoliciesClientBeginDeleteOptions contains the optional parameters for the FirewallPoliciesClient.BeginDelete method.
  1057  type FirewallPoliciesClientBeginDeleteOptions struct {
  1058  	// Resumes the LRO from the provided token.
  1059  	ResumeToken string
  1060  }
  1061  
  1062  // FirewallPoliciesClientGetOptions contains the optional parameters for the FirewallPoliciesClient.Get method.
  1063  type FirewallPoliciesClientGetOptions struct {
  1064  	// Expands referenced resources.
  1065  	Expand *string
  1066  }
  1067  
  1068  // FirewallPoliciesClientListAllOptions contains the optional parameters for the FirewallPoliciesClient.NewListAllPager method.
  1069  type FirewallPoliciesClientListAllOptions struct {
  1070  	// placeholder for future optional parameters
  1071  }
  1072  
  1073  // FirewallPoliciesClientListOptions contains the optional parameters for the FirewallPoliciesClient.NewListPager method.
  1074  type FirewallPoliciesClientListOptions struct {
  1075  	// placeholder for future optional parameters
  1076  }
  1077  
  1078  // FirewallPoliciesClientUpdateTagsOptions contains the optional parameters for the FirewallPoliciesClient.UpdateTags method.
  1079  type FirewallPoliciesClientUpdateTagsOptions struct {
  1080  	// placeholder for future optional parameters
  1081  }
  1082  
  1083  // FirewallPolicyDeploymentsClientBeginDeployOptions contains the optional parameters for the FirewallPolicyDeploymentsClient.BeginDeploy
  1084  // method.
  1085  type FirewallPolicyDeploymentsClientBeginDeployOptions struct {
  1086  	// Resumes the LRO from the provided token.
  1087  	ResumeToken string
  1088  }
  1089  
  1090  // FirewallPolicyDraftsClientCreateOrUpdateOptions contains the optional parameters for the FirewallPolicyDraftsClient.CreateOrUpdate
  1091  // method.
  1092  type FirewallPolicyDraftsClientCreateOrUpdateOptions struct {
  1093  	// placeholder for future optional parameters
  1094  }
  1095  
  1096  // FirewallPolicyDraftsClientDeleteOptions contains the optional parameters for the FirewallPolicyDraftsClient.Delete method.
  1097  type FirewallPolicyDraftsClientDeleteOptions struct {
  1098  	// placeholder for future optional parameters
  1099  }
  1100  
  1101  // FirewallPolicyDraftsClientGetOptions contains the optional parameters for the FirewallPolicyDraftsClient.Get method.
  1102  type FirewallPolicyDraftsClientGetOptions struct {
  1103  	// placeholder for future optional parameters
  1104  }
  1105  
  1106  // FirewallPolicyIdpsSignaturesClientListOptions contains the optional parameters for the FirewallPolicyIdpsSignaturesClient.List
  1107  // method.
  1108  type FirewallPolicyIdpsSignaturesClientListOptions struct {
  1109  	// placeholder for future optional parameters
  1110  }
  1111  
  1112  // FirewallPolicyIdpsSignaturesFilterValuesClientListOptions contains the optional parameters for the FirewallPolicyIdpsSignaturesFilterValuesClient.List
  1113  // method.
  1114  type FirewallPolicyIdpsSignaturesFilterValuesClientListOptions struct {
  1115  	// placeholder for future optional parameters
  1116  }
  1117  
  1118  // FirewallPolicyIdpsSignaturesOverridesClientGetOptions contains the optional parameters for the FirewallPolicyIdpsSignaturesOverridesClient.Get
  1119  // method.
  1120  type FirewallPolicyIdpsSignaturesOverridesClientGetOptions struct {
  1121  	// placeholder for future optional parameters
  1122  }
  1123  
  1124  // FirewallPolicyIdpsSignaturesOverridesClientListOptions contains the optional parameters for the FirewallPolicyIdpsSignaturesOverridesClient.List
  1125  // method.
  1126  type FirewallPolicyIdpsSignaturesOverridesClientListOptions struct {
  1127  	// placeholder for future optional parameters
  1128  }
  1129  
  1130  // FirewallPolicyIdpsSignaturesOverridesClientPatchOptions contains the optional parameters for the FirewallPolicyIdpsSignaturesOverridesClient.Patch
  1131  // method.
  1132  type FirewallPolicyIdpsSignaturesOverridesClientPatchOptions struct {
  1133  	// placeholder for future optional parameters
  1134  }
  1135  
  1136  // FirewallPolicyIdpsSignaturesOverridesClientPutOptions contains the optional parameters for the FirewallPolicyIdpsSignaturesOverridesClient.Put
  1137  // method.
  1138  type FirewallPolicyIdpsSignaturesOverridesClientPutOptions struct {
  1139  	// placeholder for future optional parameters
  1140  }
  1141  
  1142  // FirewallPolicyRuleCollectionGroupDraftsClientCreateOrUpdateOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupDraftsClient.CreateOrUpdate
  1143  // method.
  1144  type FirewallPolicyRuleCollectionGroupDraftsClientCreateOrUpdateOptions struct {
  1145  	// placeholder for future optional parameters
  1146  }
  1147  
  1148  // FirewallPolicyRuleCollectionGroupDraftsClientDeleteOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupDraftsClient.Delete
  1149  // method.
  1150  type FirewallPolicyRuleCollectionGroupDraftsClientDeleteOptions struct {
  1151  	// placeholder for future optional parameters
  1152  }
  1153  
  1154  // FirewallPolicyRuleCollectionGroupDraftsClientGetOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupDraftsClient.Get
  1155  // method.
  1156  type FirewallPolicyRuleCollectionGroupDraftsClientGetOptions struct {
  1157  	// placeholder for future optional parameters
  1158  }
  1159  
  1160  // FirewallPolicyRuleCollectionGroupsClientBeginCreateOrUpdateOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupsClient.BeginCreateOrUpdate
  1161  // method.
  1162  type FirewallPolicyRuleCollectionGroupsClientBeginCreateOrUpdateOptions struct {
  1163  	// Resumes the LRO from the provided token.
  1164  	ResumeToken string
  1165  }
  1166  
  1167  // FirewallPolicyRuleCollectionGroupsClientBeginDeleteOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupsClient.BeginDelete
  1168  // method.
  1169  type FirewallPolicyRuleCollectionGroupsClientBeginDeleteOptions struct {
  1170  	// Resumes the LRO from the provided token.
  1171  	ResumeToken string
  1172  }
  1173  
  1174  // FirewallPolicyRuleCollectionGroupsClientGetOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupsClient.Get
  1175  // method.
  1176  type FirewallPolicyRuleCollectionGroupsClientGetOptions struct {
  1177  	// placeholder for future optional parameters
  1178  }
  1179  
  1180  // FirewallPolicyRuleCollectionGroupsClientListOptions contains the optional parameters for the FirewallPolicyRuleCollectionGroupsClient.NewListPager
  1181  // method.
  1182  type FirewallPolicyRuleCollectionGroupsClientListOptions struct {
  1183  	// placeholder for future optional parameters
  1184  }
  1185  
  1186  // FlowLogsClientBeginCreateOrUpdateOptions contains the optional parameters for the FlowLogsClient.BeginCreateOrUpdate method.
  1187  type FlowLogsClientBeginCreateOrUpdateOptions struct {
  1188  	// Resumes the LRO from the provided token.
  1189  	ResumeToken string
  1190  }
  1191  
  1192  // FlowLogsClientBeginDeleteOptions contains the optional parameters for the FlowLogsClient.BeginDelete method.
  1193  type FlowLogsClientBeginDeleteOptions struct {
  1194  	// Resumes the LRO from the provided token.
  1195  	ResumeToken string
  1196  }
  1197  
  1198  // FlowLogsClientGetOptions contains the optional parameters for the FlowLogsClient.Get method.
  1199  type FlowLogsClientGetOptions struct {
  1200  	// placeholder for future optional parameters
  1201  }
  1202  
  1203  // FlowLogsClientListOptions contains the optional parameters for the FlowLogsClient.NewListPager method.
  1204  type FlowLogsClientListOptions struct {
  1205  	// placeholder for future optional parameters
  1206  }
  1207  
  1208  // FlowLogsClientUpdateTagsOptions contains the optional parameters for the FlowLogsClient.UpdateTags method.
  1209  type FlowLogsClientUpdateTagsOptions struct {
  1210  	// placeholder for future optional parameters
  1211  }
  1212  
  1213  // GroupsClientBeginDeleteOptions contains the optional parameters for the GroupsClient.BeginDelete method.
  1214  type GroupsClientBeginDeleteOptions struct {
  1215  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  1216  	// will do a cleanup deployment in the background, prior to the delete.
  1217  	Force *bool
  1218  
  1219  	// Resumes the LRO from the provided token.
  1220  	ResumeToken string
  1221  }
  1222  
  1223  // GroupsClientCreateOrUpdateOptions contains the optional parameters for the GroupsClient.CreateOrUpdate method.
  1224  type GroupsClientCreateOrUpdateOptions struct {
  1225  	// The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value
  1226  	// to prevent accidentally overwriting concurrent changes.
  1227  	IfMatch *string
  1228  }
  1229  
  1230  // GroupsClientGetOptions contains the optional parameters for the GroupsClient.Get method.
  1231  type GroupsClientGetOptions struct {
  1232  	// placeholder for future optional parameters
  1233  }
  1234  
  1235  // GroupsClientListOptions contains the optional parameters for the GroupsClient.NewListPager method.
  1236  type GroupsClientListOptions struct {
  1237  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  1238  	// the value of the nextLink element will include a skipToken parameter that
  1239  	// specifies a starting point to use for subsequent calls.
  1240  	SkipToken *string
  1241  
  1242  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1243  	Top *int32
  1244  }
  1245  
  1246  // HubRouteTablesClientBeginCreateOrUpdateOptions contains the optional parameters for the HubRouteTablesClient.BeginCreateOrUpdate
  1247  // method.
  1248  type HubRouteTablesClientBeginCreateOrUpdateOptions struct {
  1249  	// Resumes the LRO from the provided token.
  1250  	ResumeToken string
  1251  }
  1252  
  1253  // HubRouteTablesClientBeginDeleteOptions contains the optional parameters for the HubRouteTablesClient.BeginDelete method.
  1254  type HubRouteTablesClientBeginDeleteOptions struct {
  1255  	// Resumes the LRO from the provided token.
  1256  	ResumeToken string
  1257  }
  1258  
  1259  // HubRouteTablesClientGetOptions contains the optional parameters for the HubRouteTablesClient.Get method.
  1260  type HubRouteTablesClientGetOptions struct {
  1261  	// placeholder for future optional parameters
  1262  }
  1263  
  1264  // HubRouteTablesClientListOptions contains the optional parameters for the HubRouteTablesClient.NewListPager method.
  1265  type HubRouteTablesClientListOptions struct {
  1266  	// placeholder for future optional parameters
  1267  }
  1268  
  1269  // HubVirtualNetworkConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the HubVirtualNetworkConnectionsClient.BeginCreateOrUpdate
  1270  // method.
  1271  type HubVirtualNetworkConnectionsClientBeginCreateOrUpdateOptions struct {
  1272  	// Resumes the LRO from the provided token.
  1273  	ResumeToken string
  1274  }
  1275  
  1276  // HubVirtualNetworkConnectionsClientBeginDeleteOptions contains the optional parameters for the HubVirtualNetworkConnectionsClient.BeginDelete
  1277  // method.
  1278  type HubVirtualNetworkConnectionsClientBeginDeleteOptions struct {
  1279  	// Resumes the LRO from the provided token.
  1280  	ResumeToken string
  1281  }
  1282  
  1283  // HubVirtualNetworkConnectionsClientGetOptions contains the optional parameters for the HubVirtualNetworkConnectionsClient.Get
  1284  // method.
  1285  type HubVirtualNetworkConnectionsClientGetOptions struct {
  1286  	// placeholder for future optional parameters
  1287  }
  1288  
  1289  // HubVirtualNetworkConnectionsClientListOptions contains the optional parameters for the HubVirtualNetworkConnectionsClient.NewListPager
  1290  // method.
  1291  type HubVirtualNetworkConnectionsClientListOptions struct {
  1292  	// placeholder for future optional parameters
  1293  }
  1294  
  1295  // IPAllocationsClientBeginCreateOrUpdateOptions contains the optional parameters for the IPAllocationsClient.BeginCreateOrUpdate
  1296  // method.
  1297  type IPAllocationsClientBeginCreateOrUpdateOptions struct {
  1298  	// Resumes the LRO from the provided token.
  1299  	ResumeToken string
  1300  }
  1301  
  1302  // IPAllocationsClientBeginDeleteOptions contains the optional parameters for the IPAllocationsClient.BeginDelete method.
  1303  type IPAllocationsClientBeginDeleteOptions struct {
  1304  	// Resumes the LRO from the provided token.
  1305  	ResumeToken string
  1306  }
  1307  
  1308  // IPAllocationsClientGetOptions contains the optional parameters for the IPAllocationsClient.Get method.
  1309  type IPAllocationsClientGetOptions struct {
  1310  	// Expands referenced resources.
  1311  	Expand *string
  1312  }
  1313  
  1314  // IPAllocationsClientListByResourceGroupOptions contains the optional parameters for the IPAllocationsClient.NewListByResourceGroupPager
  1315  // method.
  1316  type IPAllocationsClientListByResourceGroupOptions struct {
  1317  	// placeholder for future optional parameters
  1318  }
  1319  
  1320  // IPAllocationsClientListOptions contains the optional parameters for the IPAllocationsClient.NewListPager method.
  1321  type IPAllocationsClientListOptions struct {
  1322  	// placeholder for future optional parameters
  1323  }
  1324  
  1325  // IPAllocationsClientUpdateTagsOptions contains the optional parameters for the IPAllocationsClient.UpdateTags method.
  1326  type IPAllocationsClientUpdateTagsOptions struct {
  1327  	// placeholder for future optional parameters
  1328  }
  1329  
  1330  // IPGroupsClientBeginCreateOrUpdateOptions contains the optional parameters for the IPGroupsClient.BeginCreateOrUpdate method.
  1331  type IPGroupsClientBeginCreateOrUpdateOptions struct {
  1332  	// Resumes the LRO from the provided token.
  1333  	ResumeToken string
  1334  }
  1335  
  1336  // IPGroupsClientBeginDeleteOptions contains the optional parameters for the IPGroupsClient.BeginDelete method.
  1337  type IPGroupsClientBeginDeleteOptions struct {
  1338  	// Resumes the LRO from the provided token.
  1339  	ResumeToken string
  1340  }
  1341  
  1342  // IPGroupsClientGetOptions contains the optional parameters for the IPGroupsClient.Get method.
  1343  type IPGroupsClientGetOptions struct {
  1344  	// Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource.
  1345  	Expand *string
  1346  }
  1347  
  1348  // IPGroupsClientListByResourceGroupOptions contains the optional parameters for the IPGroupsClient.NewListByResourceGroupPager
  1349  // method.
  1350  type IPGroupsClientListByResourceGroupOptions struct {
  1351  	// placeholder for future optional parameters
  1352  }
  1353  
  1354  // IPGroupsClientListOptions contains the optional parameters for the IPGroupsClient.NewListPager method.
  1355  type IPGroupsClientListOptions struct {
  1356  	// placeholder for future optional parameters
  1357  }
  1358  
  1359  // IPGroupsClientUpdateGroupsOptions contains the optional parameters for the IPGroupsClient.UpdateGroups method.
  1360  type IPGroupsClientUpdateGroupsOptions struct {
  1361  	// placeholder for future optional parameters
  1362  }
  1363  
  1364  // InboundNatRulesClientBeginCreateOrUpdateOptions contains the optional parameters for the InboundNatRulesClient.BeginCreateOrUpdate
  1365  // method.
  1366  type InboundNatRulesClientBeginCreateOrUpdateOptions struct {
  1367  	// Resumes the LRO from the provided token.
  1368  	ResumeToken string
  1369  }
  1370  
  1371  // InboundNatRulesClientBeginDeleteOptions contains the optional parameters for the InboundNatRulesClient.BeginDelete method.
  1372  type InboundNatRulesClientBeginDeleteOptions struct {
  1373  	// Resumes the LRO from the provided token.
  1374  	ResumeToken string
  1375  }
  1376  
  1377  // InboundNatRulesClientGetOptions contains the optional parameters for the InboundNatRulesClient.Get method.
  1378  type InboundNatRulesClientGetOptions struct {
  1379  	// Expands referenced resources.
  1380  	Expand *string
  1381  }
  1382  
  1383  // InboundNatRulesClientListOptions contains the optional parameters for the InboundNatRulesClient.NewListPager method.
  1384  type InboundNatRulesClientListOptions struct {
  1385  	// placeholder for future optional parameters
  1386  }
  1387  
  1388  // InboundSecurityRuleClientBeginCreateOrUpdateOptions contains the optional parameters for the InboundSecurityRuleClient.BeginCreateOrUpdate
  1389  // method.
  1390  type InboundSecurityRuleClientBeginCreateOrUpdateOptions struct {
  1391  	// Resumes the LRO from the provided token.
  1392  	ResumeToken string
  1393  }
  1394  
  1395  // InboundSecurityRuleClientGetOptions contains the optional parameters for the InboundSecurityRuleClient.Get method.
  1396  type InboundSecurityRuleClientGetOptions struct {
  1397  	// placeholder for future optional parameters
  1398  }
  1399  
  1400  // InterfaceIPConfigurationsClientGetOptions contains the optional parameters for the InterfaceIPConfigurationsClient.Get
  1401  // method.
  1402  type InterfaceIPConfigurationsClientGetOptions struct {
  1403  	// placeholder for future optional parameters
  1404  }
  1405  
  1406  // InterfaceIPConfigurationsClientListOptions contains the optional parameters for the InterfaceIPConfigurationsClient.NewListPager
  1407  // method.
  1408  type InterfaceIPConfigurationsClientListOptions struct {
  1409  	// placeholder for future optional parameters
  1410  }
  1411  
  1412  // InterfaceLoadBalancersClientListOptions contains the optional parameters for the InterfaceLoadBalancersClient.NewListPager
  1413  // method.
  1414  type InterfaceLoadBalancersClientListOptions struct {
  1415  	// placeholder for future optional parameters
  1416  }
  1417  
  1418  // InterfaceTapConfigurationsClientBeginCreateOrUpdateOptions contains the optional parameters for the InterfaceTapConfigurationsClient.BeginCreateOrUpdate
  1419  // method.
  1420  type InterfaceTapConfigurationsClientBeginCreateOrUpdateOptions struct {
  1421  	// Resumes the LRO from the provided token.
  1422  	ResumeToken string
  1423  }
  1424  
  1425  // InterfaceTapConfigurationsClientBeginDeleteOptions contains the optional parameters for the InterfaceTapConfigurationsClient.BeginDelete
  1426  // method.
  1427  type InterfaceTapConfigurationsClientBeginDeleteOptions struct {
  1428  	// Resumes the LRO from the provided token.
  1429  	ResumeToken string
  1430  }
  1431  
  1432  // InterfaceTapConfigurationsClientGetOptions contains the optional parameters for the InterfaceTapConfigurationsClient.Get
  1433  // method.
  1434  type InterfaceTapConfigurationsClientGetOptions struct {
  1435  	// placeholder for future optional parameters
  1436  }
  1437  
  1438  // InterfaceTapConfigurationsClientListOptions contains the optional parameters for the InterfaceTapConfigurationsClient.NewListPager
  1439  // method.
  1440  type InterfaceTapConfigurationsClientListOptions struct {
  1441  	// placeholder for future optional parameters
  1442  }
  1443  
  1444  // InterfacesClientBeginCreateOrUpdateOptions contains the optional parameters for the InterfacesClient.BeginCreateOrUpdate
  1445  // method.
  1446  type InterfacesClientBeginCreateOrUpdateOptions struct {
  1447  	// Resumes the LRO from the provided token.
  1448  	ResumeToken string
  1449  }
  1450  
  1451  // InterfacesClientBeginDeleteOptions contains the optional parameters for the InterfacesClient.BeginDelete method.
  1452  type InterfacesClientBeginDeleteOptions struct {
  1453  	// Resumes the LRO from the provided token.
  1454  	ResumeToken string
  1455  }
  1456  
  1457  // InterfacesClientBeginGetEffectiveRouteTableOptions contains the optional parameters for the InterfacesClient.BeginGetEffectiveRouteTable
  1458  // method.
  1459  type InterfacesClientBeginGetEffectiveRouteTableOptions struct {
  1460  	// Resumes the LRO from the provided token.
  1461  	ResumeToken string
  1462  }
  1463  
  1464  // InterfacesClientBeginListEffectiveNetworkSecurityGroupsOptions contains the optional parameters for the InterfacesClient.BeginListEffectiveNetworkSecurityGroups
  1465  // method.
  1466  type InterfacesClientBeginListEffectiveNetworkSecurityGroupsOptions struct {
  1467  	// Resumes the LRO from the provided token.
  1468  	ResumeToken string
  1469  }
  1470  
  1471  // InterfacesClientGetCloudServiceNetworkInterfaceOptions contains the optional parameters for the InterfacesClient.GetCloudServiceNetworkInterface
  1472  // method.
  1473  type InterfacesClientGetCloudServiceNetworkInterfaceOptions struct {
  1474  	// Expands referenced resources.
  1475  	Expand *string
  1476  }
  1477  
  1478  // InterfacesClientGetOptions contains the optional parameters for the InterfacesClient.Get method.
  1479  type InterfacesClientGetOptions struct {
  1480  	// Expands referenced resources.
  1481  	Expand *string
  1482  }
  1483  
  1484  // InterfacesClientGetVirtualMachineScaleSetIPConfigurationOptions contains the optional parameters for the InterfacesClient.GetVirtualMachineScaleSetIPConfiguration
  1485  // method.
  1486  type InterfacesClientGetVirtualMachineScaleSetIPConfigurationOptions struct {
  1487  	// Expands referenced resources.
  1488  	Expand *string
  1489  }
  1490  
  1491  // InterfacesClientGetVirtualMachineScaleSetNetworkInterfaceOptions contains the optional parameters for the InterfacesClient.GetVirtualMachineScaleSetNetworkInterface
  1492  // method.
  1493  type InterfacesClientGetVirtualMachineScaleSetNetworkInterfaceOptions struct {
  1494  	// Expands referenced resources.
  1495  	Expand *string
  1496  }
  1497  
  1498  // InterfacesClientListAllOptions contains the optional parameters for the InterfacesClient.NewListAllPager method.
  1499  type InterfacesClientListAllOptions struct {
  1500  	// placeholder for future optional parameters
  1501  }
  1502  
  1503  // InterfacesClientListCloudServiceNetworkInterfacesOptions contains the optional parameters for the InterfacesClient.NewListCloudServiceNetworkInterfacesPager
  1504  // method.
  1505  type InterfacesClientListCloudServiceNetworkInterfacesOptions struct {
  1506  	// placeholder for future optional parameters
  1507  }
  1508  
  1509  // InterfacesClientListCloudServiceRoleInstanceNetworkInterfacesOptions contains the optional parameters for the InterfacesClient.NewListCloudServiceRoleInstanceNetworkInterfacesPager
  1510  // method.
  1511  type InterfacesClientListCloudServiceRoleInstanceNetworkInterfacesOptions struct {
  1512  	// placeholder for future optional parameters
  1513  }
  1514  
  1515  // InterfacesClientListOptions contains the optional parameters for the InterfacesClient.NewListPager method.
  1516  type InterfacesClientListOptions struct {
  1517  	// placeholder for future optional parameters
  1518  }
  1519  
  1520  // InterfacesClientListVirtualMachineScaleSetIPConfigurationsOptions contains the optional parameters for the InterfacesClient.NewListVirtualMachineScaleSetIPConfigurationsPager
  1521  // method.
  1522  type InterfacesClientListVirtualMachineScaleSetIPConfigurationsOptions struct {
  1523  	// Expands referenced resources.
  1524  	Expand *string
  1525  }
  1526  
  1527  // InterfacesClientListVirtualMachineScaleSetNetworkInterfacesOptions contains the optional parameters for the InterfacesClient.NewListVirtualMachineScaleSetNetworkInterfacesPager
  1528  // method.
  1529  type InterfacesClientListVirtualMachineScaleSetNetworkInterfacesOptions struct {
  1530  	// placeholder for future optional parameters
  1531  }
  1532  
  1533  // InterfacesClientListVirtualMachineScaleSetVMNetworkInterfacesOptions contains the optional parameters for the InterfacesClient.NewListVirtualMachineScaleSetVMNetworkInterfacesPager
  1534  // method.
  1535  type InterfacesClientListVirtualMachineScaleSetVMNetworkInterfacesOptions struct {
  1536  	// placeholder for future optional parameters
  1537  }
  1538  
  1539  // InterfacesClientUpdateTagsOptions contains the optional parameters for the InterfacesClient.UpdateTags method.
  1540  type InterfacesClientUpdateTagsOptions struct {
  1541  	// placeholder for future optional parameters
  1542  }
  1543  
  1544  // IpamPoolsClientBeginCreateOptions contains the optional parameters for the IpamPoolsClient.BeginCreate method.
  1545  type IpamPoolsClientBeginCreateOptions struct {
  1546  	// Resumes the LRO from the provided token.
  1547  	ResumeToken string
  1548  }
  1549  
  1550  // IpamPoolsClientBeginDeleteOptions contains the optional parameters for the IpamPoolsClient.BeginDelete method.
  1551  type IpamPoolsClientBeginDeleteOptions struct {
  1552  	// Resumes the LRO from the provided token.
  1553  	ResumeToken string
  1554  }
  1555  
  1556  // IpamPoolsClientGetOptions contains the optional parameters for the IpamPoolsClient.Get method.
  1557  type IpamPoolsClientGetOptions struct {
  1558  	// placeholder for future optional parameters
  1559  }
  1560  
  1561  // IpamPoolsClientGetPoolUsageOptions contains the optional parameters for the IpamPoolsClient.GetPoolUsage method.
  1562  type IpamPoolsClientGetPoolUsageOptions struct {
  1563  	// placeholder for future optional parameters
  1564  }
  1565  
  1566  // IpamPoolsClientListAssociatedResourcesOptions contains the optional parameters for the IpamPoolsClient.NewListAssociatedResourcesPager
  1567  // method.
  1568  type IpamPoolsClientListAssociatedResourcesOptions struct {
  1569  	// placeholder for future optional parameters
  1570  }
  1571  
  1572  // IpamPoolsClientListOptions contains the optional parameters for the IpamPoolsClient.NewListPager method.
  1573  type IpamPoolsClientListOptions struct {
  1574  	// Optional num entries to skip.
  1575  	Skip *int32
  1576  
  1577  	// Optional skip token.
  1578  	SkipToken *string
  1579  
  1580  	// Optional key by which to sort.
  1581  	SortKey *string
  1582  
  1583  	// Optional sort value for pagination.
  1584  	SortValue *string
  1585  
  1586  	// Optional num entries to show.
  1587  	Top *int32
  1588  }
  1589  
  1590  // IpamPoolsClientUpdateOptions contains the optional parameters for the IpamPoolsClient.Update method.
  1591  type IpamPoolsClientUpdateOptions struct {
  1592  	// Pool resource object to update partially.
  1593  	Body *IpamPoolUpdate
  1594  }
  1595  
  1596  // LoadBalancerBackendAddressPoolsClientBeginCreateOrUpdateOptions contains the optional parameters for the LoadBalancerBackendAddressPoolsClient.BeginCreateOrUpdate
  1597  // method.
  1598  type LoadBalancerBackendAddressPoolsClientBeginCreateOrUpdateOptions struct {
  1599  	// Resumes the LRO from the provided token.
  1600  	ResumeToken string
  1601  }
  1602  
  1603  // LoadBalancerBackendAddressPoolsClientBeginDeleteOptions contains the optional parameters for the LoadBalancerBackendAddressPoolsClient.BeginDelete
  1604  // method.
  1605  type LoadBalancerBackendAddressPoolsClientBeginDeleteOptions struct {
  1606  	// Resumes the LRO from the provided token.
  1607  	ResumeToken string
  1608  }
  1609  
  1610  // LoadBalancerBackendAddressPoolsClientGetOptions contains the optional parameters for the LoadBalancerBackendAddressPoolsClient.Get
  1611  // method.
  1612  type LoadBalancerBackendAddressPoolsClientGetOptions struct {
  1613  	// placeholder for future optional parameters
  1614  }
  1615  
  1616  // LoadBalancerBackendAddressPoolsClientListOptions contains the optional parameters for the LoadBalancerBackendAddressPoolsClient.NewListPager
  1617  // method.
  1618  type LoadBalancerBackendAddressPoolsClientListOptions struct {
  1619  	// placeholder for future optional parameters
  1620  }
  1621  
  1622  // LoadBalancerFrontendIPConfigurationsClientGetOptions contains the optional parameters for the LoadBalancerFrontendIPConfigurationsClient.Get
  1623  // method.
  1624  type LoadBalancerFrontendIPConfigurationsClientGetOptions struct {
  1625  	// placeholder for future optional parameters
  1626  }
  1627  
  1628  // LoadBalancerFrontendIPConfigurationsClientListOptions contains the optional parameters for the LoadBalancerFrontendIPConfigurationsClient.NewListPager
  1629  // method.
  1630  type LoadBalancerFrontendIPConfigurationsClientListOptions struct {
  1631  	// placeholder for future optional parameters
  1632  }
  1633  
  1634  // LoadBalancerLoadBalancingRulesClientBeginHealthOptions contains the optional parameters for the LoadBalancerLoadBalancingRulesClient.BeginHealth
  1635  // method.
  1636  type LoadBalancerLoadBalancingRulesClientBeginHealthOptions struct {
  1637  	// Resumes the LRO from the provided token.
  1638  	ResumeToken string
  1639  }
  1640  
  1641  // LoadBalancerLoadBalancingRulesClientGetOptions contains the optional parameters for the LoadBalancerLoadBalancingRulesClient.Get
  1642  // method.
  1643  type LoadBalancerLoadBalancingRulesClientGetOptions struct {
  1644  	// placeholder for future optional parameters
  1645  }
  1646  
  1647  // LoadBalancerLoadBalancingRulesClientListOptions contains the optional parameters for the LoadBalancerLoadBalancingRulesClient.NewListPager
  1648  // method.
  1649  type LoadBalancerLoadBalancingRulesClientListOptions struct {
  1650  	// placeholder for future optional parameters
  1651  }
  1652  
  1653  // LoadBalancerNetworkInterfacesClientListOptions contains the optional parameters for the LoadBalancerNetworkInterfacesClient.NewListPager
  1654  // method.
  1655  type LoadBalancerNetworkInterfacesClientListOptions struct {
  1656  	// placeholder for future optional parameters
  1657  }
  1658  
  1659  // LoadBalancerOutboundRulesClientGetOptions contains the optional parameters for the LoadBalancerOutboundRulesClient.Get
  1660  // method.
  1661  type LoadBalancerOutboundRulesClientGetOptions struct {
  1662  	// placeholder for future optional parameters
  1663  }
  1664  
  1665  // LoadBalancerOutboundRulesClientListOptions contains the optional parameters for the LoadBalancerOutboundRulesClient.NewListPager
  1666  // method.
  1667  type LoadBalancerOutboundRulesClientListOptions struct {
  1668  	// placeholder for future optional parameters
  1669  }
  1670  
  1671  // LoadBalancerProbesClientGetOptions contains the optional parameters for the LoadBalancerProbesClient.Get method.
  1672  type LoadBalancerProbesClientGetOptions struct {
  1673  	// placeholder for future optional parameters
  1674  }
  1675  
  1676  // LoadBalancerProbesClientListOptions contains the optional parameters for the LoadBalancerProbesClient.NewListPager method.
  1677  type LoadBalancerProbesClientListOptions struct {
  1678  	// placeholder for future optional parameters
  1679  }
  1680  
  1681  // LoadBalancersClientBeginCreateOrUpdateOptions contains the optional parameters for the LoadBalancersClient.BeginCreateOrUpdate
  1682  // method.
  1683  type LoadBalancersClientBeginCreateOrUpdateOptions struct {
  1684  	// Resumes the LRO from the provided token.
  1685  	ResumeToken string
  1686  }
  1687  
  1688  // LoadBalancersClientBeginDeleteOptions contains the optional parameters for the LoadBalancersClient.BeginDelete method.
  1689  type LoadBalancersClientBeginDeleteOptions struct {
  1690  	// Resumes the LRO from the provided token.
  1691  	ResumeToken string
  1692  }
  1693  
  1694  // LoadBalancersClientBeginListInboundNatRulePortMappingsOptions contains the optional parameters for the LoadBalancersClient.BeginListInboundNatRulePortMappings
  1695  // method.
  1696  type LoadBalancersClientBeginListInboundNatRulePortMappingsOptions struct {
  1697  	// Resumes the LRO from the provided token.
  1698  	ResumeToken string
  1699  }
  1700  
  1701  // LoadBalancersClientBeginSwapPublicIPAddressesOptions contains the optional parameters for the LoadBalancersClient.BeginSwapPublicIPAddresses
  1702  // method.
  1703  type LoadBalancersClientBeginSwapPublicIPAddressesOptions struct {
  1704  	// Resumes the LRO from the provided token.
  1705  	ResumeToken string
  1706  }
  1707  
  1708  // LoadBalancersClientGetOptions contains the optional parameters for the LoadBalancersClient.Get method.
  1709  type LoadBalancersClientGetOptions struct {
  1710  	// Expands referenced resources.
  1711  	Expand *string
  1712  }
  1713  
  1714  // LoadBalancersClientListAllOptions contains the optional parameters for the LoadBalancersClient.NewListAllPager method.
  1715  type LoadBalancersClientListAllOptions struct {
  1716  	// placeholder for future optional parameters
  1717  }
  1718  
  1719  // LoadBalancersClientListOptions contains the optional parameters for the LoadBalancersClient.NewListPager method.
  1720  type LoadBalancersClientListOptions struct {
  1721  	// placeholder for future optional parameters
  1722  }
  1723  
  1724  // LoadBalancersClientMigrateToIPBasedOptions contains the optional parameters for the LoadBalancersClient.MigrateToIPBased
  1725  // method.
  1726  type LoadBalancersClientMigrateToIPBasedOptions struct {
  1727  	// Parameters supplied to the migrateToIpBased Api.
  1728  	Parameters *MigrateLoadBalancerToIPBasedRequest
  1729  }
  1730  
  1731  // LoadBalancersClientUpdateTagsOptions contains the optional parameters for the LoadBalancersClient.UpdateTags method.
  1732  type LoadBalancersClientUpdateTagsOptions struct {
  1733  	// placeholder for future optional parameters
  1734  }
  1735  
  1736  // LocalNetworkGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the LocalNetworkGatewaysClient.BeginCreateOrUpdate
  1737  // method.
  1738  type LocalNetworkGatewaysClientBeginCreateOrUpdateOptions struct {
  1739  	// Resumes the LRO from the provided token.
  1740  	ResumeToken string
  1741  }
  1742  
  1743  // LocalNetworkGatewaysClientBeginDeleteOptions contains the optional parameters for the LocalNetworkGatewaysClient.BeginDelete
  1744  // method.
  1745  type LocalNetworkGatewaysClientBeginDeleteOptions struct {
  1746  	// Resumes the LRO from the provided token.
  1747  	ResumeToken string
  1748  }
  1749  
  1750  // LocalNetworkGatewaysClientGetOptions contains the optional parameters for the LocalNetworkGatewaysClient.Get method.
  1751  type LocalNetworkGatewaysClientGetOptions struct {
  1752  	// placeholder for future optional parameters
  1753  }
  1754  
  1755  // LocalNetworkGatewaysClientListOptions contains the optional parameters for the LocalNetworkGatewaysClient.NewListPager
  1756  // method.
  1757  type LocalNetworkGatewaysClientListOptions struct {
  1758  	// placeholder for future optional parameters
  1759  }
  1760  
  1761  // LocalNetworkGatewaysClientUpdateTagsOptions contains the optional parameters for the LocalNetworkGatewaysClient.UpdateTags
  1762  // method.
  1763  type LocalNetworkGatewaysClientUpdateTagsOptions struct {
  1764  	// placeholder for future optional parameters
  1765  }
  1766  
  1767  // ManagementClientBeginDeleteBastionShareableLinkByTokenOptions contains the optional parameters for the ManagementClient.BeginDeleteBastionShareableLinkByToken
  1768  // method.
  1769  type ManagementClientBeginDeleteBastionShareableLinkByTokenOptions struct {
  1770  	// Resumes the LRO from the provided token.
  1771  	ResumeToken string
  1772  }
  1773  
  1774  // ManagementClientBeginDeleteBastionShareableLinkOptions contains the optional parameters for the ManagementClient.BeginDeleteBastionShareableLink
  1775  // method.
  1776  type ManagementClientBeginDeleteBastionShareableLinkOptions struct {
  1777  	// Resumes the LRO from the provided token.
  1778  	ResumeToken string
  1779  }
  1780  
  1781  // ManagementClientBeginGeneratevirtualwanvpnserverconfigurationvpnprofileOptions contains the optional parameters for the
  1782  // ManagementClient.BeginGeneratevirtualwanvpnserverconfigurationvpnprofile method.
  1783  type ManagementClientBeginGeneratevirtualwanvpnserverconfigurationvpnprofileOptions struct {
  1784  	// Resumes the LRO from the provided token.
  1785  	ResumeToken string
  1786  }
  1787  
  1788  // ManagementClientBeginGetActiveSessionsOptions contains the optional parameters for the ManagementClient.BeginGetActiveSessions
  1789  // method.
  1790  type ManagementClientBeginGetActiveSessionsOptions struct {
  1791  	// Resumes the LRO from the provided token.
  1792  	ResumeToken string
  1793  }
  1794  
  1795  // ManagementClientBeginPutBastionShareableLinkOptions contains the optional parameters for the ManagementClient.BeginPutBastionShareableLink
  1796  // method.
  1797  type ManagementClientBeginPutBastionShareableLinkOptions struct {
  1798  	// Resumes the LRO from the provided token.
  1799  	ResumeToken string
  1800  }
  1801  
  1802  // ManagementClientCheckDNSNameAvailabilityOptions contains the optional parameters for the ManagementClient.CheckDNSNameAvailability
  1803  // method.
  1804  type ManagementClientCheckDNSNameAvailabilityOptions struct {
  1805  	// placeholder for future optional parameters
  1806  }
  1807  
  1808  // ManagementClientDisconnectActiveSessionsOptions contains the optional parameters for the ManagementClient.NewDisconnectActiveSessionsPager
  1809  // method.
  1810  type ManagementClientDisconnectActiveSessionsOptions struct {
  1811  	// placeholder for future optional parameters
  1812  }
  1813  
  1814  // ManagementClientExpressRouteProviderPortOptions contains the optional parameters for the ManagementClient.ExpressRouteProviderPort
  1815  // method.
  1816  type ManagementClientExpressRouteProviderPortOptions struct {
  1817  	// placeholder for future optional parameters
  1818  }
  1819  
  1820  // ManagementClientGetBastionShareableLinkOptions contains the optional parameters for the ManagementClient.NewGetBastionShareableLinkPager
  1821  // method.
  1822  type ManagementClientGetBastionShareableLinkOptions struct {
  1823  	// placeholder for future optional parameters
  1824  }
  1825  
  1826  // ManagementClientListActiveConnectivityConfigurationsOptions contains the optional parameters for the ManagementClient.ListActiveConnectivityConfigurations
  1827  // method.
  1828  type ManagementClientListActiveConnectivityConfigurationsOptions struct {
  1829  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1830  	Top *int32
  1831  }
  1832  
  1833  // ManagementClientListActiveSecurityAdminRulesOptions contains the optional parameters for the ManagementClient.ListActiveSecurityAdminRules
  1834  // method.
  1835  type ManagementClientListActiveSecurityAdminRulesOptions struct {
  1836  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1837  	Top *int32
  1838  }
  1839  
  1840  // ManagementClientListNetworkManagerEffectiveConnectivityConfigurationsOptions contains the optional parameters for the ManagementClient.ListNetworkManagerEffectiveConnectivityConfigurations
  1841  // method.
  1842  type ManagementClientListNetworkManagerEffectiveConnectivityConfigurationsOptions struct {
  1843  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1844  	Top *int32
  1845  }
  1846  
  1847  // ManagementClientListNetworkManagerEffectiveSecurityAdminRulesOptions contains the optional parameters for the ManagementClient.ListNetworkManagerEffectiveSecurityAdminRules
  1848  // method.
  1849  type ManagementClientListNetworkManagerEffectiveSecurityAdminRulesOptions struct {
  1850  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1851  	Top *int32
  1852  }
  1853  
  1854  // ManagementClientSupportedSecurityProvidersOptions contains the optional parameters for the ManagementClient.SupportedSecurityProviders
  1855  // method.
  1856  type ManagementClientSupportedSecurityProvidersOptions struct {
  1857  	// placeholder for future optional parameters
  1858  }
  1859  
  1860  // ManagementGroupNetworkManagerConnectionsClientCreateOrUpdateOptions contains the optional parameters for the ManagementGroupNetworkManagerConnectionsClient.CreateOrUpdate
  1861  // method.
  1862  type ManagementGroupNetworkManagerConnectionsClientCreateOrUpdateOptions struct {
  1863  	// placeholder for future optional parameters
  1864  }
  1865  
  1866  // ManagementGroupNetworkManagerConnectionsClientDeleteOptions contains the optional parameters for the ManagementGroupNetworkManagerConnectionsClient.Delete
  1867  // method.
  1868  type ManagementGroupNetworkManagerConnectionsClientDeleteOptions struct {
  1869  	// placeholder for future optional parameters
  1870  }
  1871  
  1872  // ManagementGroupNetworkManagerConnectionsClientGetOptions contains the optional parameters for the ManagementGroupNetworkManagerConnectionsClient.Get
  1873  // method.
  1874  type ManagementGroupNetworkManagerConnectionsClientGetOptions struct {
  1875  	// placeholder for future optional parameters
  1876  }
  1877  
  1878  // ManagementGroupNetworkManagerConnectionsClientListOptions contains the optional parameters for the ManagementGroupNetworkManagerConnectionsClient.NewListPager
  1879  // method.
  1880  type ManagementGroupNetworkManagerConnectionsClientListOptions struct {
  1881  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  1882  	// the value of the nextLink element will include a skipToken parameter that
  1883  	// specifies a starting point to use for subsequent calls.
  1884  	SkipToken *string
  1885  
  1886  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1887  	Top *int32
  1888  }
  1889  
  1890  // ManagerCommitsClientBeginPostOptions contains the optional parameters for the ManagerCommitsClient.BeginPost method.
  1891  type ManagerCommitsClientBeginPostOptions struct {
  1892  	// Resumes the LRO from the provided token.
  1893  	ResumeToken string
  1894  }
  1895  
  1896  // ManagerDeploymentStatusClientListOptions contains the optional parameters for the ManagerDeploymentStatusClient.List method.
  1897  type ManagerDeploymentStatusClientListOptions struct {
  1898  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1899  	Top *int32
  1900  }
  1901  
  1902  // ManagerRoutingConfigurationsClientBeginDeleteOptions contains the optional parameters for the ManagerRoutingConfigurationsClient.BeginDelete
  1903  // method.
  1904  type ManagerRoutingConfigurationsClientBeginDeleteOptions struct {
  1905  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  1906  	// will do a cleanup deployment in the background, prior to the delete.
  1907  	Force *bool
  1908  
  1909  	// Resumes the LRO from the provided token.
  1910  	ResumeToken string
  1911  }
  1912  
  1913  // ManagerRoutingConfigurationsClientCreateOrUpdateOptions contains the optional parameters for the ManagerRoutingConfigurationsClient.CreateOrUpdate
  1914  // method.
  1915  type ManagerRoutingConfigurationsClientCreateOrUpdateOptions struct {
  1916  	// placeholder for future optional parameters
  1917  }
  1918  
  1919  // ManagerRoutingConfigurationsClientGetOptions contains the optional parameters for the ManagerRoutingConfigurationsClient.Get
  1920  // method.
  1921  type ManagerRoutingConfigurationsClientGetOptions struct {
  1922  	// placeholder for future optional parameters
  1923  }
  1924  
  1925  // ManagerRoutingConfigurationsClientListOptions contains the optional parameters for the ManagerRoutingConfigurationsClient.NewListPager
  1926  // method.
  1927  type ManagerRoutingConfigurationsClientListOptions struct {
  1928  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  1929  	// the value of the nextLink element will include a skipToken parameter that
  1930  	// specifies a starting point to use for subsequent calls.
  1931  	SkipToken *string
  1932  
  1933  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1934  	Top *int32
  1935  }
  1936  
  1937  // ManagersClientBeginDeleteOptions contains the optional parameters for the ManagersClient.BeginDelete method.
  1938  type ManagersClientBeginDeleteOptions struct {
  1939  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  1940  	// will do a cleanup deployment in the background, prior to the delete.
  1941  	Force *bool
  1942  
  1943  	// Resumes the LRO from the provided token.
  1944  	ResumeToken string
  1945  }
  1946  
  1947  // ManagersClientCreateOrUpdateOptions contains the optional parameters for the ManagersClient.CreateOrUpdate method.
  1948  type ManagersClientCreateOrUpdateOptions struct {
  1949  	// placeholder for future optional parameters
  1950  }
  1951  
  1952  // ManagersClientGetOptions contains the optional parameters for the ManagersClient.Get method.
  1953  type ManagersClientGetOptions struct {
  1954  	// placeholder for future optional parameters
  1955  }
  1956  
  1957  // ManagersClientListBySubscriptionOptions contains the optional parameters for the ManagersClient.NewListBySubscriptionPager
  1958  // method.
  1959  type ManagersClientListBySubscriptionOptions struct {
  1960  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  1961  	// the value of the nextLink element will include a skipToken parameter that
  1962  	// specifies a starting point to use for subsequent calls.
  1963  	SkipToken *string
  1964  
  1965  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1966  	Top *int32
  1967  }
  1968  
  1969  // ManagersClientListOptions contains the optional parameters for the ManagersClient.NewListPager method.
  1970  type ManagersClientListOptions struct {
  1971  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  1972  	// the value of the nextLink element will include a skipToken parameter that
  1973  	// specifies a starting point to use for subsequent calls.
  1974  	SkipToken *string
  1975  
  1976  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  1977  	Top *int32
  1978  }
  1979  
  1980  // ManagersClientPatchOptions contains the optional parameters for the ManagersClient.Patch method.
  1981  type ManagersClientPatchOptions struct {
  1982  	// placeholder for future optional parameters
  1983  }
  1984  
  1985  // NatGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the NatGatewaysClient.BeginCreateOrUpdate
  1986  // method.
  1987  type NatGatewaysClientBeginCreateOrUpdateOptions struct {
  1988  	// Resumes the LRO from the provided token.
  1989  	ResumeToken string
  1990  }
  1991  
  1992  // NatGatewaysClientBeginDeleteOptions contains the optional parameters for the NatGatewaysClient.BeginDelete method.
  1993  type NatGatewaysClientBeginDeleteOptions struct {
  1994  	// Resumes the LRO from the provided token.
  1995  	ResumeToken string
  1996  }
  1997  
  1998  // NatGatewaysClientGetOptions contains the optional parameters for the NatGatewaysClient.Get method.
  1999  type NatGatewaysClientGetOptions struct {
  2000  	// Expands referenced resources.
  2001  	Expand *string
  2002  }
  2003  
  2004  // NatGatewaysClientListAllOptions contains the optional parameters for the NatGatewaysClient.NewListAllPager method.
  2005  type NatGatewaysClientListAllOptions struct {
  2006  	// placeholder for future optional parameters
  2007  }
  2008  
  2009  // NatGatewaysClientListOptions contains the optional parameters for the NatGatewaysClient.NewListPager method.
  2010  type NatGatewaysClientListOptions struct {
  2011  	// placeholder for future optional parameters
  2012  }
  2013  
  2014  // NatGatewaysClientUpdateTagsOptions contains the optional parameters for the NatGatewaysClient.UpdateTags method.
  2015  type NatGatewaysClientUpdateTagsOptions struct {
  2016  	// placeholder for future optional parameters
  2017  }
  2018  
  2019  // NatRulesClientBeginCreateOrUpdateOptions contains the optional parameters for the NatRulesClient.BeginCreateOrUpdate method.
  2020  type NatRulesClientBeginCreateOrUpdateOptions struct {
  2021  	// Resumes the LRO from the provided token.
  2022  	ResumeToken string
  2023  }
  2024  
  2025  // NatRulesClientBeginDeleteOptions contains the optional parameters for the NatRulesClient.BeginDelete method.
  2026  type NatRulesClientBeginDeleteOptions struct {
  2027  	// Resumes the LRO from the provided token.
  2028  	ResumeToken string
  2029  }
  2030  
  2031  // NatRulesClientGetOptions contains the optional parameters for the NatRulesClient.Get method.
  2032  type NatRulesClientGetOptions struct {
  2033  	// placeholder for future optional parameters
  2034  }
  2035  
  2036  // NatRulesClientListByVPNGatewayOptions contains the optional parameters for the NatRulesClient.NewListByVPNGatewayPager
  2037  // method.
  2038  type NatRulesClientListByVPNGatewayOptions struct {
  2039  	// placeholder for future optional parameters
  2040  }
  2041  
  2042  // OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
  2043  type OperationsClientListOptions struct {
  2044  	// placeholder for future optional parameters
  2045  }
  2046  
  2047  // P2SVPNGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginCreateOrUpdate
  2048  // method.
  2049  type P2SVPNGatewaysClientBeginCreateOrUpdateOptions struct {
  2050  	// Resumes the LRO from the provided token.
  2051  	ResumeToken string
  2052  }
  2053  
  2054  // P2SVPNGatewaysClientBeginDeleteOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginDelete method.
  2055  type P2SVPNGatewaysClientBeginDeleteOptions struct {
  2056  	// Resumes the LRO from the provided token.
  2057  	ResumeToken string
  2058  }
  2059  
  2060  // P2SVPNGatewaysClientBeginDisconnectP2SVPNConnectionsOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginDisconnectP2SVPNConnections
  2061  // method.
  2062  type P2SVPNGatewaysClientBeginDisconnectP2SVPNConnectionsOptions struct {
  2063  	// Resumes the LRO from the provided token.
  2064  	ResumeToken string
  2065  }
  2066  
  2067  // P2SVPNGatewaysClientBeginGenerateVPNProfileOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginGenerateVPNProfile
  2068  // method.
  2069  type P2SVPNGatewaysClientBeginGenerateVPNProfileOptions struct {
  2070  	// Resumes the LRO from the provided token.
  2071  	ResumeToken string
  2072  }
  2073  
  2074  // P2SVPNGatewaysClientBeginGetP2SVPNConnectionHealthDetailedOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginGetP2SVPNConnectionHealthDetailed
  2075  // method.
  2076  type P2SVPNGatewaysClientBeginGetP2SVPNConnectionHealthDetailedOptions struct {
  2077  	// Resumes the LRO from the provided token.
  2078  	ResumeToken string
  2079  }
  2080  
  2081  // P2SVPNGatewaysClientBeginGetP2SVPNConnectionHealthOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginGetP2SVPNConnectionHealth
  2082  // method.
  2083  type P2SVPNGatewaysClientBeginGetP2SVPNConnectionHealthOptions struct {
  2084  	// Resumes the LRO from the provided token.
  2085  	ResumeToken string
  2086  }
  2087  
  2088  // P2SVPNGatewaysClientBeginResetOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginReset method.
  2089  type P2SVPNGatewaysClientBeginResetOptions struct {
  2090  	// Resumes the LRO from the provided token.
  2091  	ResumeToken string
  2092  }
  2093  
  2094  // P2SVPNGatewaysClientBeginUpdateTagsOptions contains the optional parameters for the P2SVPNGatewaysClient.BeginUpdateTags
  2095  // method.
  2096  type P2SVPNGatewaysClientBeginUpdateTagsOptions struct {
  2097  	// Resumes the LRO from the provided token.
  2098  	ResumeToken string
  2099  }
  2100  
  2101  // P2SVPNGatewaysClientGetOptions contains the optional parameters for the P2SVPNGatewaysClient.Get method.
  2102  type P2SVPNGatewaysClientGetOptions struct {
  2103  	// placeholder for future optional parameters
  2104  }
  2105  
  2106  // P2SVPNGatewaysClientListByResourceGroupOptions contains the optional parameters for the P2SVPNGatewaysClient.NewListByResourceGroupPager
  2107  // method.
  2108  type P2SVPNGatewaysClientListByResourceGroupOptions struct {
  2109  	// placeholder for future optional parameters
  2110  }
  2111  
  2112  // P2SVPNGatewaysClientListOptions contains the optional parameters for the P2SVPNGatewaysClient.NewListPager method.
  2113  type P2SVPNGatewaysClientListOptions struct {
  2114  	// placeholder for future optional parameters
  2115  }
  2116  
  2117  // PacketCapturesClientBeginCreateOptions contains the optional parameters for the PacketCapturesClient.BeginCreate method.
  2118  type PacketCapturesClientBeginCreateOptions struct {
  2119  	// Resumes the LRO from the provided token.
  2120  	ResumeToken string
  2121  }
  2122  
  2123  // PacketCapturesClientBeginDeleteOptions contains the optional parameters for the PacketCapturesClient.BeginDelete method.
  2124  type PacketCapturesClientBeginDeleteOptions struct {
  2125  	// Resumes the LRO from the provided token.
  2126  	ResumeToken string
  2127  }
  2128  
  2129  // PacketCapturesClientBeginGetStatusOptions contains the optional parameters for the PacketCapturesClient.BeginGetStatus
  2130  // method.
  2131  type PacketCapturesClientBeginGetStatusOptions struct {
  2132  	// Resumes the LRO from the provided token.
  2133  	ResumeToken string
  2134  }
  2135  
  2136  // PacketCapturesClientBeginStopOptions contains the optional parameters for the PacketCapturesClient.BeginStop method.
  2137  type PacketCapturesClientBeginStopOptions struct {
  2138  	// Resumes the LRO from the provided token.
  2139  	ResumeToken string
  2140  }
  2141  
  2142  // PacketCapturesClientGetOptions contains the optional parameters for the PacketCapturesClient.Get method.
  2143  type PacketCapturesClientGetOptions struct {
  2144  	// placeholder for future optional parameters
  2145  }
  2146  
  2147  // PacketCapturesClientListOptions contains the optional parameters for the PacketCapturesClient.NewListPager method.
  2148  type PacketCapturesClientListOptions struct {
  2149  	// placeholder for future optional parameters
  2150  }
  2151  
  2152  // PeerExpressRouteCircuitConnectionsClientGetOptions contains the optional parameters for the PeerExpressRouteCircuitConnectionsClient.Get
  2153  // method.
  2154  type PeerExpressRouteCircuitConnectionsClientGetOptions struct {
  2155  	// placeholder for future optional parameters
  2156  }
  2157  
  2158  // PeerExpressRouteCircuitConnectionsClientListOptions contains the optional parameters for the PeerExpressRouteCircuitConnectionsClient.NewListPager
  2159  // method.
  2160  type PeerExpressRouteCircuitConnectionsClientListOptions struct {
  2161  	// placeholder for future optional parameters
  2162  }
  2163  
  2164  // PrivateDNSZoneGroupsClientBeginCreateOrUpdateOptions contains the optional parameters for the PrivateDNSZoneGroupsClient.BeginCreateOrUpdate
  2165  // method.
  2166  type PrivateDNSZoneGroupsClientBeginCreateOrUpdateOptions struct {
  2167  	// Resumes the LRO from the provided token.
  2168  	ResumeToken string
  2169  }
  2170  
  2171  // PrivateDNSZoneGroupsClientBeginDeleteOptions contains the optional parameters for the PrivateDNSZoneGroupsClient.BeginDelete
  2172  // method.
  2173  type PrivateDNSZoneGroupsClientBeginDeleteOptions struct {
  2174  	// Resumes the LRO from the provided token.
  2175  	ResumeToken string
  2176  }
  2177  
  2178  // PrivateDNSZoneGroupsClientGetOptions contains the optional parameters for the PrivateDNSZoneGroupsClient.Get method.
  2179  type PrivateDNSZoneGroupsClientGetOptions struct {
  2180  	// placeholder for future optional parameters
  2181  }
  2182  
  2183  // PrivateDNSZoneGroupsClientListOptions contains the optional parameters for the PrivateDNSZoneGroupsClient.NewListPager
  2184  // method.
  2185  type PrivateDNSZoneGroupsClientListOptions struct {
  2186  	// placeholder for future optional parameters
  2187  }
  2188  
  2189  // PrivateEndpointsClientBeginCreateOrUpdateOptions contains the optional parameters for the PrivateEndpointsClient.BeginCreateOrUpdate
  2190  // method.
  2191  type PrivateEndpointsClientBeginCreateOrUpdateOptions struct {
  2192  	// Resumes the LRO from the provided token.
  2193  	ResumeToken string
  2194  }
  2195  
  2196  // PrivateEndpointsClientBeginDeleteOptions contains the optional parameters for the PrivateEndpointsClient.BeginDelete method.
  2197  type PrivateEndpointsClientBeginDeleteOptions struct {
  2198  	// Resumes the LRO from the provided token.
  2199  	ResumeToken string
  2200  }
  2201  
  2202  // PrivateEndpointsClientGetOptions contains the optional parameters for the PrivateEndpointsClient.Get method.
  2203  type PrivateEndpointsClientGetOptions struct {
  2204  	// Expands referenced resources.
  2205  	Expand *string
  2206  }
  2207  
  2208  // PrivateEndpointsClientListBySubscriptionOptions contains the optional parameters for the PrivateEndpointsClient.NewListBySubscriptionPager
  2209  // method.
  2210  type PrivateEndpointsClientListBySubscriptionOptions struct {
  2211  	// placeholder for future optional parameters
  2212  }
  2213  
  2214  // PrivateEndpointsClientListOptions contains the optional parameters for the PrivateEndpointsClient.NewListPager method.
  2215  type PrivateEndpointsClientListOptions struct {
  2216  	// placeholder for future optional parameters
  2217  }
  2218  
  2219  // PrivateLinkServicesClientBeginCheckPrivateLinkServiceVisibilityByResourceGroupOptions contains the optional parameters
  2220  // for the PrivateLinkServicesClient.BeginCheckPrivateLinkServiceVisibilityByResourceGroup method.
  2221  type PrivateLinkServicesClientBeginCheckPrivateLinkServiceVisibilityByResourceGroupOptions struct {
  2222  	// Resumes the LRO from the provided token.
  2223  	ResumeToken string
  2224  }
  2225  
  2226  // PrivateLinkServicesClientBeginCheckPrivateLinkServiceVisibilityOptions contains the optional parameters for the PrivateLinkServicesClient.BeginCheckPrivateLinkServiceVisibility
  2227  // method.
  2228  type PrivateLinkServicesClientBeginCheckPrivateLinkServiceVisibilityOptions struct {
  2229  	// Resumes the LRO from the provided token.
  2230  	ResumeToken string
  2231  }
  2232  
  2233  // PrivateLinkServicesClientBeginCreateOrUpdateOptions contains the optional parameters for the PrivateLinkServicesClient.BeginCreateOrUpdate
  2234  // method.
  2235  type PrivateLinkServicesClientBeginCreateOrUpdateOptions struct {
  2236  	// Resumes the LRO from the provided token.
  2237  	ResumeToken string
  2238  }
  2239  
  2240  // PrivateLinkServicesClientBeginDeleteOptions contains the optional parameters for the PrivateLinkServicesClient.BeginDelete
  2241  // method.
  2242  type PrivateLinkServicesClientBeginDeleteOptions struct {
  2243  	// Resumes the LRO from the provided token.
  2244  	ResumeToken string
  2245  }
  2246  
  2247  // PrivateLinkServicesClientBeginDeletePrivateEndpointConnectionOptions contains the optional parameters for the PrivateLinkServicesClient.BeginDeletePrivateEndpointConnection
  2248  // method.
  2249  type PrivateLinkServicesClientBeginDeletePrivateEndpointConnectionOptions struct {
  2250  	// Resumes the LRO from the provided token.
  2251  	ResumeToken string
  2252  }
  2253  
  2254  // PrivateLinkServicesClientGetOptions contains the optional parameters for the PrivateLinkServicesClient.Get method.
  2255  type PrivateLinkServicesClientGetOptions struct {
  2256  	// Expands referenced resources.
  2257  	Expand *string
  2258  }
  2259  
  2260  // PrivateLinkServicesClientGetPrivateEndpointConnectionOptions contains the optional parameters for the PrivateLinkServicesClient.GetPrivateEndpointConnection
  2261  // method.
  2262  type PrivateLinkServicesClientGetPrivateEndpointConnectionOptions struct {
  2263  	// Expands referenced resources.
  2264  	Expand *string
  2265  }
  2266  
  2267  // PrivateLinkServicesClientListAutoApprovedPrivateLinkServicesByResourceGroupOptions contains the optional parameters for
  2268  // the PrivateLinkServicesClient.NewListAutoApprovedPrivateLinkServicesByResourceGroupPager method.
  2269  type PrivateLinkServicesClientListAutoApprovedPrivateLinkServicesByResourceGroupOptions struct {
  2270  	// placeholder for future optional parameters
  2271  }
  2272  
  2273  // PrivateLinkServicesClientListAutoApprovedPrivateLinkServicesOptions contains the optional parameters for the PrivateLinkServicesClient.NewListAutoApprovedPrivateLinkServicesPager
  2274  // method.
  2275  type PrivateLinkServicesClientListAutoApprovedPrivateLinkServicesOptions struct {
  2276  	// placeholder for future optional parameters
  2277  }
  2278  
  2279  // PrivateLinkServicesClientListBySubscriptionOptions contains the optional parameters for the PrivateLinkServicesClient.NewListBySubscriptionPager
  2280  // method.
  2281  type PrivateLinkServicesClientListBySubscriptionOptions struct {
  2282  	// placeholder for future optional parameters
  2283  }
  2284  
  2285  // PrivateLinkServicesClientListOptions contains the optional parameters for the PrivateLinkServicesClient.NewListPager method.
  2286  type PrivateLinkServicesClientListOptions struct {
  2287  	// placeholder for future optional parameters
  2288  }
  2289  
  2290  // PrivateLinkServicesClientListPrivateEndpointConnectionsOptions contains the optional parameters for the PrivateLinkServicesClient.NewListPrivateEndpointConnectionsPager
  2291  // method.
  2292  type PrivateLinkServicesClientListPrivateEndpointConnectionsOptions struct {
  2293  	// placeholder for future optional parameters
  2294  }
  2295  
  2296  // PrivateLinkServicesClientUpdatePrivateEndpointConnectionOptions contains the optional parameters for the PrivateLinkServicesClient.UpdatePrivateEndpointConnection
  2297  // method.
  2298  type PrivateLinkServicesClientUpdatePrivateEndpointConnectionOptions struct {
  2299  	// placeholder for future optional parameters
  2300  }
  2301  
  2302  // ProfilesClientBeginDeleteOptions contains the optional parameters for the ProfilesClient.BeginDelete method.
  2303  type ProfilesClientBeginDeleteOptions struct {
  2304  	// Resumes the LRO from the provided token.
  2305  	ResumeToken string
  2306  }
  2307  
  2308  // ProfilesClientCreateOrUpdateOptions contains the optional parameters for the ProfilesClient.CreateOrUpdate method.
  2309  type ProfilesClientCreateOrUpdateOptions struct {
  2310  	// placeholder for future optional parameters
  2311  }
  2312  
  2313  // ProfilesClientGetOptions contains the optional parameters for the ProfilesClient.Get method.
  2314  type ProfilesClientGetOptions struct {
  2315  	// Expands referenced resources.
  2316  	Expand *string
  2317  }
  2318  
  2319  // ProfilesClientListAllOptions contains the optional parameters for the ProfilesClient.NewListAllPager method.
  2320  type ProfilesClientListAllOptions struct {
  2321  	// placeholder for future optional parameters
  2322  }
  2323  
  2324  // ProfilesClientListOptions contains the optional parameters for the ProfilesClient.NewListPager method.
  2325  type ProfilesClientListOptions struct {
  2326  	// placeholder for future optional parameters
  2327  }
  2328  
  2329  // ProfilesClientUpdateTagsOptions contains the optional parameters for the ProfilesClient.UpdateTags method.
  2330  type ProfilesClientUpdateTagsOptions struct {
  2331  	// placeholder for future optional parameters
  2332  }
  2333  
  2334  // PublicIPAddressesClientBeginCreateOrUpdateOptions contains the optional parameters for the PublicIPAddressesClient.BeginCreateOrUpdate
  2335  // method.
  2336  type PublicIPAddressesClientBeginCreateOrUpdateOptions struct {
  2337  	// Resumes the LRO from the provided token.
  2338  	ResumeToken string
  2339  }
  2340  
  2341  // PublicIPAddressesClientBeginDdosProtectionStatusOptions contains the optional parameters for the PublicIPAddressesClient.BeginDdosProtectionStatus
  2342  // method.
  2343  type PublicIPAddressesClientBeginDdosProtectionStatusOptions struct {
  2344  	// Resumes the LRO from the provided token.
  2345  	ResumeToken string
  2346  }
  2347  
  2348  // PublicIPAddressesClientBeginDeleteOptions contains the optional parameters for the PublicIPAddressesClient.BeginDelete
  2349  // method.
  2350  type PublicIPAddressesClientBeginDeleteOptions struct {
  2351  	// Resumes the LRO from the provided token.
  2352  	ResumeToken string
  2353  }
  2354  
  2355  // PublicIPAddressesClientGetCloudServicePublicIPAddressOptions contains the optional parameters for the PublicIPAddressesClient.GetCloudServicePublicIPAddress
  2356  // method.
  2357  type PublicIPAddressesClientGetCloudServicePublicIPAddressOptions struct {
  2358  	// Expands referenced resources.
  2359  	Expand *string
  2360  }
  2361  
  2362  // PublicIPAddressesClientGetOptions contains the optional parameters for the PublicIPAddressesClient.Get method.
  2363  type PublicIPAddressesClientGetOptions struct {
  2364  	// Expands referenced resources.
  2365  	Expand *string
  2366  }
  2367  
  2368  // PublicIPAddressesClientGetVirtualMachineScaleSetPublicIPAddressOptions contains the optional parameters for the PublicIPAddressesClient.GetVirtualMachineScaleSetPublicIPAddress
  2369  // method.
  2370  type PublicIPAddressesClientGetVirtualMachineScaleSetPublicIPAddressOptions struct {
  2371  	// Expands referenced resources.
  2372  	Expand *string
  2373  }
  2374  
  2375  // PublicIPAddressesClientListAllOptions contains the optional parameters for the PublicIPAddressesClient.NewListAllPager
  2376  // method.
  2377  type PublicIPAddressesClientListAllOptions struct {
  2378  	// placeholder for future optional parameters
  2379  }
  2380  
  2381  // PublicIPAddressesClientListCloudServicePublicIPAddressesOptions contains the optional parameters for the PublicIPAddressesClient.NewListCloudServicePublicIPAddressesPager
  2382  // method.
  2383  type PublicIPAddressesClientListCloudServicePublicIPAddressesOptions struct {
  2384  	// placeholder for future optional parameters
  2385  }
  2386  
  2387  // PublicIPAddressesClientListCloudServiceRoleInstancePublicIPAddressesOptions contains the optional parameters for the PublicIPAddressesClient.NewListCloudServiceRoleInstancePublicIPAddressesPager
  2388  // method.
  2389  type PublicIPAddressesClientListCloudServiceRoleInstancePublicIPAddressesOptions struct {
  2390  	// placeholder for future optional parameters
  2391  }
  2392  
  2393  // PublicIPAddressesClientListOptions contains the optional parameters for the PublicIPAddressesClient.NewListPager method.
  2394  type PublicIPAddressesClientListOptions struct {
  2395  	// placeholder for future optional parameters
  2396  }
  2397  
  2398  // PublicIPAddressesClientListVirtualMachineScaleSetPublicIPAddressesOptions contains the optional parameters for the PublicIPAddressesClient.NewListVirtualMachineScaleSetPublicIPAddressesPager
  2399  // method.
  2400  type PublicIPAddressesClientListVirtualMachineScaleSetPublicIPAddressesOptions struct {
  2401  	// placeholder for future optional parameters
  2402  }
  2403  
  2404  // PublicIPAddressesClientListVirtualMachineScaleSetVMPublicIPAddressesOptions contains the optional parameters for the PublicIPAddressesClient.NewListVirtualMachineScaleSetVMPublicIPAddressesPager
  2405  // method.
  2406  type PublicIPAddressesClientListVirtualMachineScaleSetVMPublicIPAddressesOptions struct {
  2407  	// placeholder for future optional parameters
  2408  }
  2409  
  2410  // PublicIPAddressesClientUpdateTagsOptions contains the optional parameters for the PublicIPAddressesClient.UpdateTags method.
  2411  type PublicIPAddressesClientUpdateTagsOptions struct {
  2412  	// placeholder for future optional parameters
  2413  }
  2414  
  2415  // PublicIPPrefixesClientBeginCreateOrUpdateOptions contains the optional parameters for the PublicIPPrefixesClient.BeginCreateOrUpdate
  2416  // method.
  2417  type PublicIPPrefixesClientBeginCreateOrUpdateOptions struct {
  2418  	// Resumes the LRO from the provided token.
  2419  	ResumeToken string
  2420  }
  2421  
  2422  // PublicIPPrefixesClientBeginDeleteOptions contains the optional parameters for the PublicIPPrefixesClient.BeginDelete method.
  2423  type PublicIPPrefixesClientBeginDeleteOptions struct {
  2424  	// Resumes the LRO from the provided token.
  2425  	ResumeToken string
  2426  }
  2427  
  2428  // PublicIPPrefixesClientGetOptions contains the optional parameters for the PublicIPPrefixesClient.Get method.
  2429  type PublicIPPrefixesClientGetOptions struct {
  2430  	// Expands referenced resources.
  2431  	Expand *string
  2432  }
  2433  
  2434  // PublicIPPrefixesClientListAllOptions contains the optional parameters for the PublicIPPrefixesClient.NewListAllPager method.
  2435  type PublicIPPrefixesClientListAllOptions struct {
  2436  	// placeholder for future optional parameters
  2437  }
  2438  
  2439  // PublicIPPrefixesClientListOptions contains the optional parameters for the PublicIPPrefixesClient.NewListPager method.
  2440  type PublicIPPrefixesClientListOptions struct {
  2441  	// placeholder for future optional parameters
  2442  }
  2443  
  2444  // PublicIPPrefixesClientUpdateTagsOptions contains the optional parameters for the PublicIPPrefixesClient.UpdateTags method.
  2445  type PublicIPPrefixesClientUpdateTagsOptions struct {
  2446  	// placeholder for future optional parameters
  2447  }
  2448  
  2449  // ReachabilityAnalysisIntentsClientCreateOptions contains the optional parameters for the ReachabilityAnalysisIntentsClient.Create
  2450  // method.
  2451  type ReachabilityAnalysisIntentsClientCreateOptions struct {
  2452  	// placeholder for future optional parameters
  2453  }
  2454  
  2455  // ReachabilityAnalysisIntentsClientDeleteOptions contains the optional parameters for the ReachabilityAnalysisIntentsClient.Delete
  2456  // method.
  2457  type ReachabilityAnalysisIntentsClientDeleteOptions struct {
  2458  	// placeholder for future optional parameters
  2459  }
  2460  
  2461  // ReachabilityAnalysisIntentsClientGetOptions contains the optional parameters for the ReachabilityAnalysisIntentsClient.Get
  2462  // method.
  2463  type ReachabilityAnalysisIntentsClientGetOptions struct {
  2464  	// placeholder for future optional parameters
  2465  }
  2466  
  2467  // ReachabilityAnalysisIntentsClientListOptions contains the optional parameters for the ReachabilityAnalysisIntentsClient.NewListPager
  2468  // method.
  2469  type ReachabilityAnalysisIntentsClientListOptions struct {
  2470  	// Optional num entries to skip.
  2471  	Skip *int32
  2472  
  2473  	// Optional skip token.
  2474  	SkipToken *string
  2475  
  2476  	// Optional key by which to sort.
  2477  	SortKey *string
  2478  
  2479  	// Optional sort value for pagination.
  2480  	SortValue *string
  2481  
  2482  	// Optional num entries to show.
  2483  	Top *int32
  2484  }
  2485  
  2486  // ReachabilityAnalysisRunsClientBeginDeleteOptions contains the optional parameters for the ReachabilityAnalysisRunsClient.BeginDelete
  2487  // method.
  2488  type ReachabilityAnalysisRunsClientBeginDeleteOptions struct {
  2489  	// Resumes the LRO from the provided token.
  2490  	ResumeToken string
  2491  }
  2492  
  2493  // ReachabilityAnalysisRunsClientCreateOptions contains the optional parameters for the ReachabilityAnalysisRunsClient.Create
  2494  // method.
  2495  type ReachabilityAnalysisRunsClientCreateOptions struct {
  2496  	// placeholder for future optional parameters
  2497  }
  2498  
  2499  // ReachabilityAnalysisRunsClientGetOptions contains the optional parameters for the ReachabilityAnalysisRunsClient.Get method.
  2500  type ReachabilityAnalysisRunsClientGetOptions struct {
  2501  	// placeholder for future optional parameters
  2502  }
  2503  
  2504  // ReachabilityAnalysisRunsClientListOptions contains the optional parameters for the ReachabilityAnalysisRunsClient.NewListPager
  2505  // method.
  2506  type ReachabilityAnalysisRunsClientListOptions struct {
  2507  	// Optional num entries to skip.
  2508  	Skip *int32
  2509  
  2510  	// Optional skip token.
  2511  	SkipToken *string
  2512  
  2513  	// Optional key by which to sort.
  2514  	SortKey *string
  2515  
  2516  	// Optional sort value for pagination.
  2517  	SortValue *string
  2518  
  2519  	// Optional num entries to show.
  2520  	Top *int32
  2521  }
  2522  
  2523  // ResourceNavigationLinksClientListOptions contains the optional parameters for the ResourceNavigationLinksClient.List method.
  2524  type ResourceNavigationLinksClientListOptions struct {
  2525  	// placeholder for future optional parameters
  2526  }
  2527  
  2528  // RouteFilterRulesClientBeginCreateOrUpdateOptions contains the optional parameters for the RouteFilterRulesClient.BeginCreateOrUpdate
  2529  // method.
  2530  type RouteFilterRulesClientBeginCreateOrUpdateOptions struct {
  2531  	// Resumes the LRO from the provided token.
  2532  	ResumeToken string
  2533  }
  2534  
  2535  // RouteFilterRulesClientBeginDeleteOptions contains the optional parameters for the RouteFilterRulesClient.BeginDelete method.
  2536  type RouteFilterRulesClientBeginDeleteOptions struct {
  2537  	// Resumes the LRO from the provided token.
  2538  	ResumeToken string
  2539  }
  2540  
  2541  // RouteFilterRulesClientGetOptions contains the optional parameters for the RouteFilterRulesClient.Get method.
  2542  type RouteFilterRulesClientGetOptions struct {
  2543  	// placeholder for future optional parameters
  2544  }
  2545  
  2546  // RouteFilterRulesClientListByRouteFilterOptions contains the optional parameters for the RouteFilterRulesClient.NewListByRouteFilterPager
  2547  // method.
  2548  type RouteFilterRulesClientListByRouteFilterOptions struct {
  2549  	// placeholder for future optional parameters
  2550  }
  2551  
  2552  // RouteFiltersClientBeginCreateOrUpdateOptions contains the optional parameters for the RouteFiltersClient.BeginCreateOrUpdate
  2553  // method.
  2554  type RouteFiltersClientBeginCreateOrUpdateOptions struct {
  2555  	// Resumes the LRO from the provided token.
  2556  	ResumeToken string
  2557  }
  2558  
  2559  // RouteFiltersClientBeginDeleteOptions contains the optional parameters for the RouteFiltersClient.BeginDelete method.
  2560  type RouteFiltersClientBeginDeleteOptions struct {
  2561  	// Resumes the LRO from the provided token.
  2562  	ResumeToken string
  2563  }
  2564  
  2565  // RouteFiltersClientGetOptions contains the optional parameters for the RouteFiltersClient.Get method.
  2566  type RouteFiltersClientGetOptions struct {
  2567  	// Expands referenced express route bgp peering resources.
  2568  	Expand *string
  2569  }
  2570  
  2571  // RouteFiltersClientListByResourceGroupOptions contains the optional parameters for the RouteFiltersClient.NewListByResourceGroupPager
  2572  // method.
  2573  type RouteFiltersClientListByResourceGroupOptions struct {
  2574  	// placeholder for future optional parameters
  2575  }
  2576  
  2577  // RouteFiltersClientListOptions contains the optional parameters for the RouteFiltersClient.NewListPager method.
  2578  type RouteFiltersClientListOptions struct {
  2579  	// placeholder for future optional parameters
  2580  }
  2581  
  2582  // RouteFiltersClientUpdateTagsOptions contains the optional parameters for the RouteFiltersClient.UpdateTags method.
  2583  type RouteFiltersClientUpdateTagsOptions struct {
  2584  	// placeholder for future optional parameters
  2585  }
  2586  
  2587  // RouteMapsClientBeginCreateOrUpdateOptions contains the optional parameters for the RouteMapsClient.BeginCreateOrUpdate
  2588  // method.
  2589  type RouteMapsClientBeginCreateOrUpdateOptions struct {
  2590  	// Resumes the LRO from the provided token.
  2591  	ResumeToken string
  2592  }
  2593  
  2594  // RouteMapsClientBeginDeleteOptions contains the optional parameters for the RouteMapsClient.BeginDelete method.
  2595  type RouteMapsClientBeginDeleteOptions struct {
  2596  	// Resumes the LRO from the provided token.
  2597  	ResumeToken string
  2598  }
  2599  
  2600  // RouteMapsClientGetOptions contains the optional parameters for the RouteMapsClient.Get method.
  2601  type RouteMapsClientGetOptions struct {
  2602  	// placeholder for future optional parameters
  2603  }
  2604  
  2605  // RouteMapsClientListOptions contains the optional parameters for the RouteMapsClient.NewListPager method.
  2606  type RouteMapsClientListOptions struct {
  2607  	// placeholder for future optional parameters
  2608  }
  2609  
  2610  // RouteTablesClientBeginCreateOrUpdateOptions contains the optional parameters for the RouteTablesClient.BeginCreateOrUpdate
  2611  // method.
  2612  type RouteTablesClientBeginCreateOrUpdateOptions struct {
  2613  	// Resumes the LRO from the provided token.
  2614  	ResumeToken string
  2615  }
  2616  
  2617  // RouteTablesClientBeginDeleteOptions contains the optional parameters for the RouteTablesClient.BeginDelete method.
  2618  type RouteTablesClientBeginDeleteOptions struct {
  2619  	// Resumes the LRO from the provided token.
  2620  	ResumeToken string
  2621  }
  2622  
  2623  // RouteTablesClientGetOptions contains the optional parameters for the RouteTablesClient.Get method.
  2624  type RouteTablesClientGetOptions struct {
  2625  	// Expands referenced resources.
  2626  	Expand *string
  2627  }
  2628  
  2629  // RouteTablesClientListAllOptions contains the optional parameters for the RouteTablesClient.NewListAllPager method.
  2630  type RouteTablesClientListAllOptions struct {
  2631  	// placeholder for future optional parameters
  2632  }
  2633  
  2634  // RouteTablesClientListOptions contains the optional parameters for the RouteTablesClient.NewListPager method.
  2635  type RouteTablesClientListOptions struct {
  2636  	// placeholder for future optional parameters
  2637  }
  2638  
  2639  // RouteTablesClientUpdateTagsOptions contains the optional parameters for the RouteTablesClient.UpdateTags method.
  2640  type RouteTablesClientUpdateTagsOptions struct {
  2641  	// placeholder for future optional parameters
  2642  }
  2643  
  2644  // RoutesClientBeginCreateOrUpdateOptions contains the optional parameters for the RoutesClient.BeginCreateOrUpdate method.
  2645  type RoutesClientBeginCreateOrUpdateOptions struct {
  2646  	// Resumes the LRO from the provided token.
  2647  	ResumeToken string
  2648  }
  2649  
  2650  // RoutesClientBeginDeleteOptions contains the optional parameters for the RoutesClient.BeginDelete method.
  2651  type RoutesClientBeginDeleteOptions struct {
  2652  	// Resumes the LRO from the provided token.
  2653  	ResumeToken string
  2654  }
  2655  
  2656  // RoutesClientGetOptions contains the optional parameters for the RoutesClient.Get method.
  2657  type RoutesClientGetOptions struct {
  2658  	// placeholder for future optional parameters
  2659  }
  2660  
  2661  // RoutesClientListOptions contains the optional parameters for the RoutesClient.NewListPager method.
  2662  type RoutesClientListOptions struct {
  2663  	// placeholder for future optional parameters
  2664  }
  2665  
  2666  // RoutingIntentClientBeginCreateOrUpdateOptions contains the optional parameters for the RoutingIntentClient.BeginCreateOrUpdate
  2667  // method.
  2668  type RoutingIntentClientBeginCreateOrUpdateOptions struct {
  2669  	// Resumes the LRO from the provided token.
  2670  	ResumeToken string
  2671  }
  2672  
  2673  // RoutingIntentClientBeginDeleteOptions contains the optional parameters for the RoutingIntentClient.BeginDelete method.
  2674  type RoutingIntentClientBeginDeleteOptions struct {
  2675  	// Resumes the LRO from the provided token.
  2676  	ResumeToken string
  2677  }
  2678  
  2679  // RoutingIntentClientGetOptions contains the optional parameters for the RoutingIntentClient.Get method.
  2680  type RoutingIntentClientGetOptions struct {
  2681  	// placeholder for future optional parameters
  2682  }
  2683  
  2684  // RoutingIntentClientListOptions contains the optional parameters for the RoutingIntentClient.NewListPager method.
  2685  type RoutingIntentClientListOptions struct {
  2686  	// placeholder for future optional parameters
  2687  }
  2688  
  2689  // RoutingRuleCollectionsClientBeginDeleteOptions contains the optional parameters for the RoutingRuleCollectionsClient.BeginDelete
  2690  // method.
  2691  type RoutingRuleCollectionsClientBeginDeleteOptions struct {
  2692  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  2693  	// will do a cleanup deployment in the background, prior to the delete.
  2694  	Force *bool
  2695  
  2696  	// Resumes the LRO from the provided token.
  2697  	ResumeToken string
  2698  }
  2699  
  2700  // RoutingRuleCollectionsClientCreateOrUpdateOptions contains the optional parameters for the RoutingRuleCollectionsClient.CreateOrUpdate
  2701  // method.
  2702  type RoutingRuleCollectionsClientCreateOrUpdateOptions struct {
  2703  	// placeholder for future optional parameters
  2704  }
  2705  
  2706  // RoutingRuleCollectionsClientGetOptions contains the optional parameters for the RoutingRuleCollectionsClient.Get method.
  2707  type RoutingRuleCollectionsClientGetOptions struct {
  2708  	// placeholder for future optional parameters
  2709  }
  2710  
  2711  // RoutingRuleCollectionsClientListOptions contains the optional parameters for the RoutingRuleCollectionsClient.NewListPager
  2712  // method.
  2713  type RoutingRuleCollectionsClientListOptions struct {
  2714  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  2715  	// the value of the nextLink element will include a skipToken parameter that
  2716  	// specifies a starting point to use for subsequent calls.
  2717  	SkipToken *string
  2718  
  2719  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  2720  	Top *int32
  2721  }
  2722  
  2723  // RoutingRulesClientBeginDeleteOptions contains the optional parameters for the RoutingRulesClient.BeginDelete method.
  2724  type RoutingRulesClientBeginDeleteOptions struct {
  2725  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  2726  	// will do a cleanup deployment in the background, prior to the delete.
  2727  	Force *bool
  2728  
  2729  	// Resumes the LRO from the provided token.
  2730  	ResumeToken string
  2731  }
  2732  
  2733  // RoutingRulesClientCreateOrUpdateOptions contains the optional parameters for the RoutingRulesClient.CreateOrUpdate method.
  2734  type RoutingRulesClientCreateOrUpdateOptions struct {
  2735  	// placeholder for future optional parameters
  2736  }
  2737  
  2738  // RoutingRulesClientGetOptions contains the optional parameters for the RoutingRulesClient.Get method.
  2739  type RoutingRulesClientGetOptions struct {
  2740  	// placeholder for future optional parameters
  2741  }
  2742  
  2743  // RoutingRulesClientListOptions contains the optional parameters for the RoutingRulesClient.NewListPager method.
  2744  type RoutingRulesClientListOptions struct {
  2745  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  2746  	// the value of the nextLink element will include a skipToken parameter that
  2747  	// specifies a starting point to use for subsequent calls.
  2748  	SkipToken *string
  2749  
  2750  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  2751  	Top *int32
  2752  }
  2753  
  2754  // ScopeConnectionsClientCreateOrUpdateOptions contains the optional parameters for the ScopeConnectionsClient.CreateOrUpdate
  2755  // method.
  2756  type ScopeConnectionsClientCreateOrUpdateOptions struct {
  2757  	// placeholder for future optional parameters
  2758  }
  2759  
  2760  // ScopeConnectionsClientDeleteOptions contains the optional parameters for the ScopeConnectionsClient.Delete method.
  2761  type ScopeConnectionsClientDeleteOptions struct {
  2762  	// placeholder for future optional parameters
  2763  }
  2764  
  2765  // ScopeConnectionsClientGetOptions contains the optional parameters for the ScopeConnectionsClient.Get method.
  2766  type ScopeConnectionsClientGetOptions struct {
  2767  	// placeholder for future optional parameters
  2768  }
  2769  
  2770  // ScopeConnectionsClientListOptions contains the optional parameters for the ScopeConnectionsClient.NewListPager method.
  2771  type ScopeConnectionsClientListOptions struct {
  2772  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  2773  	// the value of the nextLink element will include a skipToken parameter that
  2774  	// specifies a starting point to use for subsequent calls.
  2775  	SkipToken *string
  2776  
  2777  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  2778  	Top *int32
  2779  }
  2780  
  2781  // SecurityAdminConfigurationsClientBeginDeleteOptions contains the optional parameters for the SecurityAdminConfigurationsClient.BeginDelete
  2782  // method.
  2783  type SecurityAdminConfigurationsClientBeginDeleteOptions struct {
  2784  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  2785  	// will do a cleanup deployment in the background, prior to the delete.
  2786  	Force *bool
  2787  
  2788  	// Resumes the LRO from the provided token.
  2789  	ResumeToken string
  2790  }
  2791  
  2792  // SecurityAdminConfigurationsClientCreateOrUpdateOptions contains the optional parameters for the SecurityAdminConfigurationsClient.CreateOrUpdate
  2793  // method.
  2794  type SecurityAdminConfigurationsClientCreateOrUpdateOptions struct {
  2795  	// placeholder for future optional parameters
  2796  }
  2797  
  2798  // SecurityAdminConfigurationsClientGetOptions contains the optional parameters for the SecurityAdminConfigurationsClient.Get
  2799  // method.
  2800  type SecurityAdminConfigurationsClientGetOptions struct {
  2801  	// placeholder for future optional parameters
  2802  }
  2803  
  2804  // SecurityAdminConfigurationsClientListOptions contains the optional parameters for the SecurityAdminConfigurationsClient.NewListPager
  2805  // method.
  2806  type SecurityAdminConfigurationsClientListOptions struct {
  2807  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  2808  	// the value of the nextLink element will include a skipToken parameter that
  2809  	// specifies a starting point to use for subsequent calls.
  2810  	SkipToken *string
  2811  
  2812  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  2813  	Top *int32
  2814  }
  2815  
  2816  // SecurityGroupsClientBeginCreateOrUpdateOptions contains the optional parameters for the SecurityGroupsClient.BeginCreateOrUpdate
  2817  // method.
  2818  type SecurityGroupsClientBeginCreateOrUpdateOptions struct {
  2819  	// Resumes the LRO from the provided token.
  2820  	ResumeToken string
  2821  }
  2822  
  2823  // SecurityGroupsClientBeginDeleteOptions contains the optional parameters for the SecurityGroupsClient.BeginDelete method.
  2824  type SecurityGroupsClientBeginDeleteOptions struct {
  2825  	// Resumes the LRO from the provided token.
  2826  	ResumeToken string
  2827  }
  2828  
  2829  // SecurityGroupsClientGetOptions contains the optional parameters for the SecurityGroupsClient.Get method.
  2830  type SecurityGroupsClientGetOptions struct {
  2831  	// Expands referenced resources.
  2832  	Expand *string
  2833  }
  2834  
  2835  // SecurityGroupsClientListAllOptions contains the optional parameters for the SecurityGroupsClient.NewListAllPager method.
  2836  type SecurityGroupsClientListAllOptions struct {
  2837  	// placeholder for future optional parameters
  2838  }
  2839  
  2840  // SecurityGroupsClientListOptions contains the optional parameters for the SecurityGroupsClient.NewListPager method.
  2841  type SecurityGroupsClientListOptions struct {
  2842  	// placeholder for future optional parameters
  2843  }
  2844  
  2845  // SecurityGroupsClientUpdateTagsOptions contains the optional parameters for the SecurityGroupsClient.UpdateTags method.
  2846  type SecurityGroupsClientUpdateTagsOptions struct {
  2847  	// placeholder for future optional parameters
  2848  }
  2849  
  2850  // SecurityPartnerProvidersClientBeginCreateOrUpdateOptions contains the optional parameters for the SecurityPartnerProvidersClient.BeginCreateOrUpdate
  2851  // method.
  2852  type SecurityPartnerProvidersClientBeginCreateOrUpdateOptions struct {
  2853  	// Resumes the LRO from the provided token.
  2854  	ResumeToken string
  2855  }
  2856  
  2857  // SecurityPartnerProvidersClientBeginDeleteOptions contains the optional parameters for the SecurityPartnerProvidersClient.BeginDelete
  2858  // method.
  2859  type SecurityPartnerProvidersClientBeginDeleteOptions struct {
  2860  	// Resumes the LRO from the provided token.
  2861  	ResumeToken string
  2862  }
  2863  
  2864  // SecurityPartnerProvidersClientGetOptions contains the optional parameters for the SecurityPartnerProvidersClient.Get method.
  2865  type SecurityPartnerProvidersClientGetOptions struct {
  2866  	// placeholder for future optional parameters
  2867  }
  2868  
  2869  // SecurityPartnerProvidersClientListByResourceGroupOptions contains the optional parameters for the SecurityPartnerProvidersClient.NewListByResourceGroupPager
  2870  // method.
  2871  type SecurityPartnerProvidersClientListByResourceGroupOptions struct {
  2872  	// placeholder for future optional parameters
  2873  }
  2874  
  2875  // SecurityPartnerProvidersClientListOptions contains the optional parameters for the SecurityPartnerProvidersClient.NewListPager
  2876  // method.
  2877  type SecurityPartnerProvidersClientListOptions struct {
  2878  	// placeholder for future optional parameters
  2879  }
  2880  
  2881  // SecurityPartnerProvidersClientUpdateTagsOptions contains the optional parameters for the SecurityPartnerProvidersClient.UpdateTags
  2882  // method.
  2883  type SecurityPartnerProvidersClientUpdateTagsOptions struct {
  2884  	// placeholder for future optional parameters
  2885  }
  2886  
  2887  // SecurityRulesClientBeginCreateOrUpdateOptions contains the optional parameters for the SecurityRulesClient.BeginCreateOrUpdate
  2888  // method.
  2889  type SecurityRulesClientBeginCreateOrUpdateOptions struct {
  2890  	// Resumes the LRO from the provided token.
  2891  	ResumeToken string
  2892  }
  2893  
  2894  // SecurityRulesClientBeginDeleteOptions contains the optional parameters for the SecurityRulesClient.BeginDelete method.
  2895  type SecurityRulesClientBeginDeleteOptions struct {
  2896  	// Resumes the LRO from the provided token.
  2897  	ResumeToken string
  2898  }
  2899  
  2900  // SecurityRulesClientGetOptions contains the optional parameters for the SecurityRulesClient.Get method.
  2901  type SecurityRulesClientGetOptions struct {
  2902  	// placeholder for future optional parameters
  2903  }
  2904  
  2905  // SecurityRulesClientListOptions contains the optional parameters for the SecurityRulesClient.NewListPager method.
  2906  type SecurityRulesClientListOptions struct {
  2907  	// placeholder for future optional parameters
  2908  }
  2909  
  2910  // SecurityUserConfigurationsClientBeginDeleteOptions contains the optional parameters for the SecurityUserConfigurationsClient.BeginDelete
  2911  // method.
  2912  type SecurityUserConfigurationsClientBeginDeleteOptions struct {
  2913  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  2914  	// will do a cleanup deployment in the background, prior to the delete.
  2915  	Force *bool
  2916  
  2917  	// Resumes the LRO from the provided token.
  2918  	ResumeToken string
  2919  }
  2920  
  2921  // SecurityUserConfigurationsClientCreateOrUpdateOptions contains the optional parameters for the SecurityUserConfigurationsClient.CreateOrUpdate
  2922  // method.
  2923  type SecurityUserConfigurationsClientCreateOrUpdateOptions struct {
  2924  	// placeholder for future optional parameters
  2925  }
  2926  
  2927  // SecurityUserConfigurationsClientGetOptions contains the optional parameters for the SecurityUserConfigurationsClient.Get
  2928  // method.
  2929  type SecurityUserConfigurationsClientGetOptions struct {
  2930  	// placeholder for future optional parameters
  2931  }
  2932  
  2933  // SecurityUserConfigurationsClientListOptions contains the optional parameters for the SecurityUserConfigurationsClient.NewListPager
  2934  // method.
  2935  type SecurityUserConfigurationsClientListOptions struct {
  2936  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  2937  	// the value of the nextLink element will include a skipToken parameter that
  2938  	// specifies a starting point to use for subsequent calls.
  2939  	SkipToken *string
  2940  
  2941  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  2942  	Top *int32
  2943  }
  2944  
  2945  // SecurityUserRuleCollectionsClientBeginDeleteOptions contains the optional parameters for the SecurityUserRuleCollectionsClient.BeginDelete
  2946  // method.
  2947  type SecurityUserRuleCollectionsClientBeginDeleteOptions struct {
  2948  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  2949  	// will do a cleanup deployment in the background, prior to the delete.
  2950  	Force *bool
  2951  
  2952  	// Resumes the LRO from the provided token.
  2953  	ResumeToken string
  2954  }
  2955  
  2956  // SecurityUserRuleCollectionsClientCreateOrUpdateOptions contains the optional parameters for the SecurityUserRuleCollectionsClient.CreateOrUpdate
  2957  // method.
  2958  type SecurityUserRuleCollectionsClientCreateOrUpdateOptions struct {
  2959  	// placeholder for future optional parameters
  2960  }
  2961  
  2962  // SecurityUserRuleCollectionsClientGetOptions contains the optional parameters for the SecurityUserRuleCollectionsClient.Get
  2963  // method.
  2964  type SecurityUserRuleCollectionsClientGetOptions struct {
  2965  	// placeholder for future optional parameters
  2966  }
  2967  
  2968  // SecurityUserRuleCollectionsClientListOptions contains the optional parameters for the SecurityUserRuleCollectionsClient.NewListPager
  2969  // method.
  2970  type SecurityUserRuleCollectionsClientListOptions struct {
  2971  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  2972  	// the value of the nextLink element will include a skipToken parameter that
  2973  	// specifies a starting point to use for subsequent calls.
  2974  	SkipToken *string
  2975  
  2976  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  2977  	Top *int32
  2978  }
  2979  
  2980  // SecurityUserRulesClientBeginDeleteOptions contains the optional parameters for the SecurityUserRulesClient.BeginDelete
  2981  // method.
  2982  type SecurityUserRulesClientBeginDeleteOptions struct {
  2983  	// Deletes the resource even if it is part of a deployed configuration. If the configuration has been deployed, the service
  2984  	// will do a cleanup deployment in the background, prior to the delete.
  2985  	Force *bool
  2986  
  2987  	// Resumes the LRO from the provided token.
  2988  	ResumeToken string
  2989  }
  2990  
  2991  // SecurityUserRulesClientCreateOrUpdateOptions contains the optional parameters for the SecurityUserRulesClient.CreateOrUpdate
  2992  // method.
  2993  type SecurityUserRulesClientCreateOrUpdateOptions struct {
  2994  	// placeholder for future optional parameters
  2995  }
  2996  
  2997  // SecurityUserRulesClientGetOptions contains the optional parameters for the SecurityUserRulesClient.Get method.
  2998  type SecurityUserRulesClientGetOptions struct {
  2999  	// placeholder for future optional parameters
  3000  }
  3001  
  3002  // SecurityUserRulesClientListOptions contains the optional parameters for the SecurityUserRulesClient.NewListPager method.
  3003  type SecurityUserRulesClientListOptions struct {
  3004  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  3005  	// the value of the nextLink element will include a skipToken parameter that
  3006  	// specifies a starting point to use for subsequent calls.
  3007  	SkipToken *string
  3008  
  3009  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  3010  	Top *int32
  3011  }
  3012  
  3013  // ServiceAssociationLinksClientListOptions contains the optional parameters for the ServiceAssociationLinksClient.List method.
  3014  type ServiceAssociationLinksClientListOptions struct {
  3015  	// placeholder for future optional parameters
  3016  }
  3017  
  3018  // ServiceEndpointPoliciesClientBeginCreateOrUpdateOptions contains the optional parameters for the ServiceEndpointPoliciesClient.BeginCreateOrUpdate
  3019  // method.
  3020  type ServiceEndpointPoliciesClientBeginCreateOrUpdateOptions struct {
  3021  	// Resumes the LRO from the provided token.
  3022  	ResumeToken string
  3023  }
  3024  
  3025  // ServiceEndpointPoliciesClientBeginDeleteOptions contains the optional parameters for the ServiceEndpointPoliciesClient.BeginDelete
  3026  // method.
  3027  type ServiceEndpointPoliciesClientBeginDeleteOptions struct {
  3028  	// Resumes the LRO from the provided token.
  3029  	ResumeToken string
  3030  }
  3031  
  3032  // ServiceEndpointPoliciesClientGetOptions contains the optional parameters for the ServiceEndpointPoliciesClient.Get method.
  3033  type ServiceEndpointPoliciesClientGetOptions struct {
  3034  	// Expands referenced resources.
  3035  	Expand *string
  3036  }
  3037  
  3038  // ServiceEndpointPoliciesClientListByResourceGroupOptions contains the optional parameters for the ServiceEndpointPoliciesClient.NewListByResourceGroupPager
  3039  // method.
  3040  type ServiceEndpointPoliciesClientListByResourceGroupOptions struct {
  3041  	// placeholder for future optional parameters
  3042  }
  3043  
  3044  // ServiceEndpointPoliciesClientListOptions contains the optional parameters for the ServiceEndpointPoliciesClient.NewListPager
  3045  // method.
  3046  type ServiceEndpointPoliciesClientListOptions struct {
  3047  	// placeholder for future optional parameters
  3048  }
  3049  
  3050  // ServiceEndpointPoliciesClientUpdateTagsOptions contains the optional parameters for the ServiceEndpointPoliciesClient.UpdateTags
  3051  // method.
  3052  type ServiceEndpointPoliciesClientUpdateTagsOptions struct {
  3053  	// placeholder for future optional parameters
  3054  }
  3055  
  3056  // ServiceEndpointPolicyDefinitionsClientBeginCreateOrUpdateOptions contains the optional parameters for the ServiceEndpointPolicyDefinitionsClient.BeginCreateOrUpdate
  3057  // method.
  3058  type ServiceEndpointPolicyDefinitionsClientBeginCreateOrUpdateOptions struct {
  3059  	// Resumes the LRO from the provided token.
  3060  	ResumeToken string
  3061  }
  3062  
  3063  // ServiceEndpointPolicyDefinitionsClientBeginDeleteOptions contains the optional parameters for the ServiceEndpointPolicyDefinitionsClient.BeginDelete
  3064  // method.
  3065  type ServiceEndpointPolicyDefinitionsClientBeginDeleteOptions struct {
  3066  	// Resumes the LRO from the provided token.
  3067  	ResumeToken string
  3068  }
  3069  
  3070  // ServiceEndpointPolicyDefinitionsClientGetOptions contains the optional parameters for the ServiceEndpointPolicyDefinitionsClient.Get
  3071  // method.
  3072  type ServiceEndpointPolicyDefinitionsClientGetOptions struct {
  3073  	// placeholder for future optional parameters
  3074  }
  3075  
  3076  // ServiceEndpointPolicyDefinitionsClientListByResourceGroupOptions contains the optional parameters for the ServiceEndpointPolicyDefinitionsClient.NewListByResourceGroupPager
  3077  // method.
  3078  type ServiceEndpointPolicyDefinitionsClientListByResourceGroupOptions struct {
  3079  	// placeholder for future optional parameters
  3080  }
  3081  
  3082  // ServiceTagInformationClientListOptions contains the optional parameters for the ServiceTagInformationClient.NewListPager
  3083  // method.
  3084  type ServiceTagInformationClientListOptions struct {
  3085  	// Do not return address prefixes for the tag(s).
  3086  	NoAddressPrefixes *bool
  3087  
  3088  	// Return tag information for a particular tag.
  3089  	TagName *string
  3090  }
  3091  
  3092  // ServiceTagsClientListOptions contains the optional parameters for the ServiceTagsClient.List method.
  3093  type ServiceTagsClientListOptions struct {
  3094  	// placeholder for future optional parameters
  3095  }
  3096  
  3097  // StaticCidrsClientBeginDeleteOptions contains the optional parameters for the StaticCidrsClient.BeginDelete method.
  3098  type StaticCidrsClientBeginDeleteOptions struct {
  3099  	// Resumes the LRO from the provided token.
  3100  	ResumeToken string
  3101  }
  3102  
  3103  // StaticCidrsClientCreateOptions contains the optional parameters for the StaticCidrsClient.Create method.
  3104  type StaticCidrsClientCreateOptions struct {
  3105  	// StaticCidr resource object to create/update.
  3106  	Body *StaticCidr
  3107  }
  3108  
  3109  // StaticCidrsClientGetOptions contains the optional parameters for the StaticCidrsClient.Get method.
  3110  type StaticCidrsClientGetOptions struct {
  3111  	// placeholder for future optional parameters
  3112  }
  3113  
  3114  // StaticCidrsClientListOptions contains the optional parameters for the StaticCidrsClient.NewListPager method.
  3115  type StaticCidrsClientListOptions struct {
  3116  	// Optional num entries to skip.
  3117  	Skip *int32
  3118  
  3119  	// Optional skip token.
  3120  	SkipToken *string
  3121  
  3122  	// Optional key by which to sort.
  3123  	SortKey *string
  3124  
  3125  	// Optional sort value for pagination.
  3126  	SortValue *string
  3127  
  3128  	// Optional num entries to show.
  3129  	Top *int32
  3130  }
  3131  
  3132  // StaticMembersClientCreateOrUpdateOptions contains the optional parameters for the StaticMembersClient.CreateOrUpdate method.
  3133  type StaticMembersClientCreateOrUpdateOptions struct {
  3134  	// placeholder for future optional parameters
  3135  }
  3136  
  3137  // StaticMembersClientDeleteOptions contains the optional parameters for the StaticMembersClient.Delete method.
  3138  type StaticMembersClientDeleteOptions struct {
  3139  	// placeholder for future optional parameters
  3140  }
  3141  
  3142  // StaticMembersClientGetOptions contains the optional parameters for the StaticMembersClient.Get method.
  3143  type StaticMembersClientGetOptions struct {
  3144  	// placeholder for future optional parameters
  3145  }
  3146  
  3147  // StaticMembersClientListOptions contains the optional parameters for the StaticMembersClient.NewListPager method.
  3148  type StaticMembersClientListOptions struct {
  3149  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  3150  	// the value of the nextLink element will include a skipToken parameter that
  3151  	// specifies a starting point to use for subsequent calls.
  3152  	SkipToken *string
  3153  
  3154  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  3155  	Top *int32
  3156  }
  3157  
  3158  // SubnetsClientBeginCreateOrUpdateOptions contains the optional parameters for the SubnetsClient.BeginCreateOrUpdate method.
  3159  type SubnetsClientBeginCreateOrUpdateOptions struct {
  3160  	// Resumes the LRO from the provided token.
  3161  	ResumeToken string
  3162  }
  3163  
  3164  // SubnetsClientBeginDeleteOptions contains the optional parameters for the SubnetsClient.BeginDelete method.
  3165  type SubnetsClientBeginDeleteOptions struct {
  3166  	// Resumes the LRO from the provided token.
  3167  	ResumeToken string
  3168  }
  3169  
  3170  // SubnetsClientBeginPrepareNetworkPoliciesOptions contains the optional parameters for the SubnetsClient.BeginPrepareNetworkPolicies
  3171  // method.
  3172  type SubnetsClientBeginPrepareNetworkPoliciesOptions struct {
  3173  	// Resumes the LRO from the provided token.
  3174  	ResumeToken string
  3175  }
  3176  
  3177  // SubnetsClientBeginUnprepareNetworkPoliciesOptions contains the optional parameters for the SubnetsClient.BeginUnprepareNetworkPolicies
  3178  // method.
  3179  type SubnetsClientBeginUnprepareNetworkPoliciesOptions struct {
  3180  	// Resumes the LRO from the provided token.
  3181  	ResumeToken string
  3182  }
  3183  
  3184  // SubnetsClientGetOptions contains the optional parameters for the SubnetsClient.Get method.
  3185  type SubnetsClientGetOptions struct {
  3186  	// Expands referenced resources.
  3187  	Expand *string
  3188  }
  3189  
  3190  // SubnetsClientListOptions contains the optional parameters for the SubnetsClient.NewListPager method.
  3191  type SubnetsClientListOptions struct {
  3192  	// placeholder for future optional parameters
  3193  }
  3194  
  3195  // SubscriptionNetworkManagerConnectionsClientCreateOrUpdateOptions contains the optional parameters for the SubscriptionNetworkManagerConnectionsClient.CreateOrUpdate
  3196  // method.
  3197  type SubscriptionNetworkManagerConnectionsClientCreateOrUpdateOptions struct {
  3198  	// placeholder for future optional parameters
  3199  }
  3200  
  3201  // SubscriptionNetworkManagerConnectionsClientDeleteOptions contains the optional parameters for the SubscriptionNetworkManagerConnectionsClient.Delete
  3202  // method.
  3203  type SubscriptionNetworkManagerConnectionsClientDeleteOptions struct {
  3204  	// placeholder for future optional parameters
  3205  }
  3206  
  3207  // SubscriptionNetworkManagerConnectionsClientGetOptions contains the optional parameters for the SubscriptionNetworkManagerConnectionsClient.Get
  3208  // method.
  3209  type SubscriptionNetworkManagerConnectionsClientGetOptions struct {
  3210  	// placeholder for future optional parameters
  3211  }
  3212  
  3213  // SubscriptionNetworkManagerConnectionsClientListOptions contains the optional parameters for the SubscriptionNetworkManagerConnectionsClient.NewListPager
  3214  // method.
  3215  type SubscriptionNetworkManagerConnectionsClientListOptions struct {
  3216  	// SkipToken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element,
  3217  	// the value of the nextLink element will include a skipToken parameter that
  3218  	// specifies a starting point to use for subsequent calls.
  3219  	SkipToken *string
  3220  
  3221  	// An optional query parameter which specifies the maximum number of records to be returned by the server.
  3222  	Top *int32
  3223  }
  3224  
  3225  // UsagesClientListOptions contains the optional parameters for the UsagesClient.NewListPager method.
  3226  type UsagesClientListOptions struct {
  3227  	// placeholder for future optional parameters
  3228  }
  3229  
  3230  // VPNConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VPNConnectionsClient.BeginCreateOrUpdate
  3231  // method.
  3232  type VPNConnectionsClientBeginCreateOrUpdateOptions struct {
  3233  	// Resumes the LRO from the provided token.
  3234  	ResumeToken string
  3235  }
  3236  
  3237  // VPNConnectionsClientBeginDeleteOptions contains the optional parameters for the VPNConnectionsClient.BeginDelete method.
  3238  type VPNConnectionsClientBeginDeleteOptions struct {
  3239  	// Resumes the LRO from the provided token.
  3240  	ResumeToken string
  3241  }
  3242  
  3243  // VPNConnectionsClientBeginStartPacketCaptureOptions contains the optional parameters for the VPNConnectionsClient.BeginStartPacketCapture
  3244  // method.
  3245  type VPNConnectionsClientBeginStartPacketCaptureOptions struct {
  3246  	// Vpn Connection packet capture parameters supplied to start packet capture on gateway connection.
  3247  	Parameters *VPNConnectionPacketCaptureStartParameters
  3248  
  3249  	// Resumes the LRO from the provided token.
  3250  	ResumeToken string
  3251  }
  3252  
  3253  // VPNConnectionsClientBeginStopPacketCaptureOptions contains the optional parameters for the VPNConnectionsClient.BeginStopPacketCapture
  3254  // method.
  3255  type VPNConnectionsClientBeginStopPacketCaptureOptions struct {
  3256  	// Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
  3257  	Parameters *VPNConnectionPacketCaptureStopParameters
  3258  
  3259  	// Resumes the LRO from the provided token.
  3260  	ResumeToken string
  3261  }
  3262  
  3263  // VPNConnectionsClientGetOptions contains the optional parameters for the VPNConnectionsClient.Get method.
  3264  type VPNConnectionsClientGetOptions struct {
  3265  	// placeholder for future optional parameters
  3266  }
  3267  
  3268  // VPNConnectionsClientListByVPNGatewayOptions contains the optional parameters for the VPNConnectionsClient.NewListByVPNGatewayPager
  3269  // method.
  3270  type VPNConnectionsClientListByVPNGatewayOptions struct {
  3271  	// placeholder for future optional parameters
  3272  }
  3273  
  3274  // VPNGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the VPNGatewaysClient.BeginCreateOrUpdate
  3275  // method.
  3276  type VPNGatewaysClientBeginCreateOrUpdateOptions struct {
  3277  	// Resumes the LRO from the provided token.
  3278  	ResumeToken string
  3279  }
  3280  
  3281  // VPNGatewaysClientBeginDeleteOptions contains the optional parameters for the VPNGatewaysClient.BeginDelete method.
  3282  type VPNGatewaysClientBeginDeleteOptions struct {
  3283  	// Resumes the LRO from the provided token.
  3284  	ResumeToken string
  3285  }
  3286  
  3287  // VPNGatewaysClientBeginResetOptions contains the optional parameters for the VPNGatewaysClient.BeginReset method.
  3288  type VPNGatewaysClientBeginResetOptions struct {
  3289  	// VpnGateway ipConfigurationId to specify the gateway instance.
  3290  	IPConfigurationID *string
  3291  
  3292  	// Resumes the LRO from the provided token.
  3293  	ResumeToken string
  3294  }
  3295  
  3296  // VPNGatewaysClientBeginStartPacketCaptureOptions contains the optional parameters for the VPNGatewaysClient.BeginStartPacketCapture
  3297  // method.
  3298  type VPNGatewaysClientBeginStartPacketCaptureOptions struct {
  3299  	// Vpn gateway packet capture parameters supplied to start packet capture on vpn gateway.
  3300  	Parameters *VPNGatewayPacketCaptureStartParameters
  3301  
  3302  	// Resumes the LRO from the provided token.
  3303  	ResumeToken string
  3304  }
  3305  
  3306  // VPNGatewaysClientBeginStopPacketCaptureOptions contains the optional parameters for the VPNGatewaysClient.BeginStopPacketCapture
  3307  // method.
  3308  type VPNGatewaysClientBeginStopPacketCaptureOptions struct {
  3309  	// Vpn gateway packet capture parameters supplied to stop packet capture on vpn gateway.
  3310  	Parameters *VPNGatewayPacketCaptureStopParameters
  3311  
  3312  	// Resumes the LRO from the provided token.
  3313  	ResumeToken string
  3314  }
  3315  
  3316  // VPNGatewaysClientBeginUpdateTagsOptions contains the optional parameters for the VPNGatewaysClient.BeginUpdateTags method.
  3317  type VPNGatewaysClientBeginUpdateTagsOptions struct {
  3318  	// Resumes the LRO from the provided token.
  3319  	ResumeToken string
  3320  }
  3321  
  3322  // VPNGatewaysClientGetOptions contains the optional parameters for the VPNGatewaysClient.Get method.
  3323  type VPNGatewaysClientGetOptions struct {
  3324  	// placeholder for future optional parameters
  3325  }
  3326  
  3327  // VPNGatewaysClientListByResourceGroupOptions contains the optional parameters for the VPNGatewaysClient.NewListByResourceGroupPager
  3328  // method.
  3329  type VPNGatewaysClientListByResourceGroupOptions struct {
  3330  	// placeholder for future optional parameters
  3331  }
  3332  
  3333  // VPNGatewaysClientListOptions contains the optional parameters for the VPNGatewaysClient.NewListPager method.
  3334  type VPNGatewaysClientListOptions struct {
  3335  	// placeholder for future optional parameters
  3336  }
  3337  
  3338  // VPNLinkConnectionsClientBeginGetIkeSasOptions contains the optional parameters for the VPNLinkConnectionsClient.BeginGetIkeSas
  3339  // method.
  3340  type VPNLinkConnectionsClientBeginGetIkeSasOptions struct {
  3341  	// Resumes the LRO from the provided token.
  3342  	ResumeToken string
  3343  }
  3344  
  3345  // VPNLinkConnectionsClientBeginResetConnectionOptions contains the optional parameters for the VPNLinkConnectionsClient.BeginResetConnection
  3346  // method.
  3347  type VPNLinkConnectionsClientBeginResetConnectionOptions struct {
  3348  	// Resumes the LRO from the provided token.
  3349  	ResumeToken string
  3350  }
  3351  
  3352  // VPNLinkConnectionsClientBeginSetOrInitDefaultSharedKeyOptions contains the optional parameters for the VPNLinkConnectionsClient.BeginSetOrInitDefaultSharedKey
  3353  // method.
  3354  type VPNLinkConnectionsClientBeginSetOrInitDefaultSharedKeyOptions struct {
  3355  	// Resumes the LRO from the provided token.
  3356  	ResumeToken string
  3357  }
  3358  
  3359  // VPNLinkConnectionsClientGetAllSharedKeysOptions contains the optional parameters for the VPNLinkConnectionsClient.NewGetAllSharedKeysPager
  3360  // method.
  3361  type VPNLinkConnectionsClientGetAllSharedKeysOptions struct {
  3362  	// placeholder for future optional parameters
  3363  }
  3364  
  3365  // VPNLinkConnectionsClientGetDefaultSharedKeyOptions contains the optional parameters for the VPNLinkConnectionsClient.GetDefaultSharedKey
  3366  // method.
  3367  type VPNLinkConnectionsClientGetDefaultSharedKeyOptions struct {
  3368  	// placeholder for future optional parameters
  3369  }
  3370  
  3371  // VPNLinkConnectionsClientListByVPNConnectionOptions contains the optional parameters for the VPNLinkConnectionsClient.NewListByVPNConnectionPager
  3372  // method.
  3373  type VPNLinkConnectionsClientListByVPNConnectionOptions struct {
  3374  	// placeholder for future optional parameters
  3375  }
  3376  
  3377  // VPNLinkConnectionsClientListDefaultSharedKeyOptions contains the optional parameters for the VPNLinkConnectionsClient.ListDefaultSharedKey
  3378  // method.
  3379  type VPNLinkConnectionsClientListDefaultSharedKeyOptions struct {
  3380  	// placeholder for future optional parameters
  3381  }
  3382  
  3383  // VPNServerConfigurationsAssociatedWithVirtualWanClientBeginListOptions contains the optional parameters for the VPNServerConfigurationsAssociatedWithVirtualWanClient.BeginList
  3384  // method.
  3385  type VPNServerConfigurationsAssociatedWithVirtualWanClientBeginListOptions struct {
  3386  	// Resumes the LRO from the provided token.
  3387  	ResumeToken string
  3388  }
  3389  
  3390  // VPNServerConfigurationsClientBeginCreateOrUpdateOptions contains the optional parameters for the VPNServerConfigurationsClient.BeginCreateOrUpdate
  3391  // method.
  3392  type VPNServerConfigurationsClientBeginCreateOrUpdateOptions struct {
  3393  	// Resumes the LRO from the provided token.
  3394  	ResumeToken string
  3395  }
  3396  
  3397  // VPNServerConfigurationsClientBeginDeleteOptions contains the optional parameters for the VPNServerConfigurationsClient.BeginDelete
  3398  // method.
  3399  type VPNServerConfigurationsClientBeginDeleteOptions struct {
  3400  	// Resumes the LRO from the provided token.
  3401  	ResumeToken string
  3402  }
  3403  
  3404  // VPNServerConfigurationsClientGetOptions contains the optional parameters for the VPNServerConfigurationsClient.Get method.
  3405  type VPNServerConfigurationsClientGetOptions struct {
  3406  	// placeholder for future optional parameters
  3407  }
  3408  
  3409  // VPNServerConfigurationsClientListByResourceGroupOptions contains the optional parameters for the VPNServerConfigurationsClient.NewListByResourceGroupPager
  3410  // method.
  3411  type VPNServerConfigurationsClientListByResourceGroupOptions struct {
  3412  	// placeholder for future optional parameters
  3413  }
  3414  
  3415  // VPNServerConfigurationsClientListOptions contains the optional parameters for the VPNServerConfigurationsClient.NewListPager
  3416  // method.
  3417  type VPNServerConfigurationsClientListOptions struct {
  3418  	// placeholder for future optional parameters
  3419  }
  3420  
  3421  // VPNServerConfigurationsClientUpdateTagsOptions contains the optional parameters for the VPNServerConfigurationsClient.UpdateTags
  3422  // method.
  3423  type VPNServerConfigurationsClientUpdateTagsOptions struct {
  3424  	// placeholder for future optional parameters
  3425  }
  3426  
  3427  // VPNSiteLinkConnectionsClientGetOptions contains the optional parameters for the VPNSiteLinkConnectionsClient.Get method.
  3428  type VPNSiteLinkConnectionsClientGetOptions struct {
  3429  	// placeholder for future optional parameters
  3430  }
  3431  
  3432  // VPNSiteLinksClientGetOptions contains the optional parameters for the VPNSiteLinksClient.Get method.
  3433  type VPNSiteLinksClientGetOptions struct {
  3434  	// placeholder for future optional parameters
  3435  }
  3436  
  3437  // VPNSiteLinksClientListByVPNSiteOptions contains the optional parameters for the VPNSiteLinksClient.NewListByVPNSitePager
  3438  // method.
  3439  type VPNSiteLinksClientListByVPNSiteOptions struct {
  3440  	// placeholder for future optional parameters
  3441  }
  3442  
  3443  // VPNSitesClientBeginCreateOrUpdateOptions contains the optional parameters for the VPNSitesClient.BeginCreateOrUpdate method.
  3444  type VPNSitesClientBeginCreateOrUpdateOptions struct {
  3445  	// Resumes the LRO from the provided token.
  3446  	ResumeToken string
  3447  }
  3448  
  3449  // VPNSitesClientBeginDeleteOptions contains the optional parameters for the VPNSitesClient.BeginDelete method.
  3450  type VPNSitesClientBeginDeleteOptions struct {
  3451  	// Resumes the LRO from the provided token.
  3452  	ResumeToken string
  3453  }
  3454  
  3455  // VPNSitesClientGetOptions contains the optional parameters for the VPNSitesClient.Get method.
  3456  type VPNSitesClientGetOptions struct {
  3457  	// placeholder for future optional parameters
  3458  }
  3459  
  3460  // VPNSitesClientListByResourceGroupOptions contains the optional parameters for the VPNSitesClient.NewListByResourceGroupPager
  3461  // method.
  3462  type VPNSitesClientListByResourceGroupOptions struct {
  3463  	// placeholder for future optional parameters
  3464  }
  3465  
  3466  // VPNSitesClientListOptions contains the optional parameters for the VPNSitesClient.NewListPager method.
  3467  type VPNSitesClientListOptions struct {
  3468  	// placeholder for future optional parameters
  3469  }
  3470  
  3471  // VPNSitesClientUpdateTagsOptions contains the optional parameters for the VPNSitesClient.UpdateTags method.
  3472  type VPNSitesClientUpdateTagsOptions struct {
  3473  	// placeholder for future optional parameters
  3474  }
  3475  
  3476  // VPNSitesConfigurationClientBeginDownloadOptions contains the optional parameters for the VPNSitesConfigurationClient.BeginDownload
  3477  // method.
  3478  type VPNSitesConfigurationClientBeginDownloadOptions struct {
  3479  	// Resumes the LRO from the provided token.
  3480  	ResumeToken string
  3481  }
  3482  
  3483  // VerifierWorkspacesClientBeginDeleteOptions contains the optional parameters for the VerifierWorkspacesClient.BeginDelete
  3484  // method.
  3485  type VerifierWorkspacesClientBeginDeleteOptions struct {
  3486  	// Resumes the LRO from the provided token.
  3487  	ResumeToken string
  3488  }
  3489  
  3490  // VerifierWorkspacesClientCreateOptions contains the optional parameters for the VerifierWorkspacesClient.Create method.
  3491  type VerifierWorkspacesClientCreateOptions struct {
  3492  	// placeholder for future optional parameters
  3493  }
  3494  
  3495  // VerifierWorkspacesClientGetOptions contains the optional parameters for the VerifierWorkspacesClient.Get method.
  3496  type VerifierWorkspacesClientGetOptions struct {
  3497  	// placeholder for future optional parameters
  3498  }
  3499  
  3500  // VerifierWorkspacesClientListOptions contains the optional parameters for the VerifierWorkspacesClient.NewListPager method.
  3501  type VerifierWorkspacesClientListOptions struct {
  3502  	// Optional num entries to skip.
  3503  	Skip *int32
  3504  
  3505  	// Optional skip token.
  3506  	SkipToken *string
  3507  
  3508  	// Optional key by which to sort.
  3509  	SortKey *string
  3510  
  3511  	// Optional sort value for pagination.
  3512  	SortValue *string
  3513  
  3514  	// Optional num entries to show.
  3515  	Top *int32
  3516  }
  3517  
  3518  // VerifierWorkspacesClientUpdateOptions contains the optional parameters for the VerifierWorkspacesClient.Update method.
  3519  type VerifierWorkspacesClientUpdateOptions struct {
  3520  	// Verifier Workspace object to create/update.
  3521  	Body *VerifierWorkspaceUpdate
  3522  }
  3523  
  3524  // VipSwapClientBeginCreateOptions contains the optional parameters for the VipSwapClient.BeginCreate method.
  3525  type VipSwapClientBeginCreateOptions struct {
  3526  	// Resumes the LRO from the provided token.
  3527  	ResumeToken string
  3528  }
  3529  
  3530  // VipSwapClientGetOptions contains the optional parameters for the VipSwapClient.Get method.
  3531  type VipSwapClientGetOptions struct {
  3532  	// placeholder for future optional parameters
  3533  }
  3534  
  3535  // VipSwapClientListOptions contains the optional parameters for the VipSwapClient.List method.
  3536  type VipSwapClientListOptions struct {
  3537  	// placeholder for future optional parameters
  3538  }
  3539  
  3540  // VirtualApplianceConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualApplianceConnectionsClient.BeginCreateOrUpdate
  3541  // method.
  3542  type VirtualApplianceConnectionsClientBeginCreateOrUpdateOptions struct {
  3543  	// Resumes the LRO from the provided token.
  3544  	ResumeToken string
  3545  }
  3546  
  3547  // VirtualApplianceConnectionsClientBeginDeleteOptions contains the optional parameters for the VirtualApplianceConnectionsClient.BeginDelete
  3548  // method.
  3549  type VirtualApplianceConnectionsClientBeginDeleteOptions struct {
  3550  	// Resumes the LRO from the provided token.
  3551  	ResumeToken string
  3552  }
  3553  
  3554  // VirtualApplianceConnectionsClientGetOptions contains the optional parameters for the VirtualApplianceConnectionsClient.Get
  3555  // method.
  3556  type VirtualApplianceConnectionsClientGetOptions struct {
  3557  	// placeholder for future optional parameters
  3558  }
  3559  
  3560  // VirtualApplianceConnectionsClientListOptions contains the optional parameters for the VirtualApplianceConnectionsClient.NewListPager
  3561  // method.
  3562  type VirtualApplianceConnectionsClientListOptions struct {
  3563  	// placeholder for future optional parameters
  3564  }
  3565  
  3566  // VirtualApplianceSKUsClientGetOptions contains the optional parameters for the VirtualApplianceSKUsClient.Get method.
  3567  type VirtualApplianceSKUsClientGetOptions struct {
  3568  	// placeholder for future optional parameters
  3569  }
  3570  
  3571  // VirtualApplianceSKUsClientListOptions contains the optional parameters for the VirtualApplianceSKUsClient.NewListPager
  3572  // method.
  3573  type VirtualApplianceSKUsClientListOptions struct {
  3574  	// placeholder for future optional parameters
  3575  }
  3576  
  3577  // VirtualApplianceSitesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualApplianceSitesClient.BeginCreateOrUpdate
  3578  // method.
  3579  type VirtualApplianceSitesClientBeginCreateOrUpdateOptions struct {
  3580  	// Resumes the LRO from the provided token.
  3581  	ResumeToken string
  3582  }
  3583  
  3584  // VirtualApplianceSitesClientBeginDeleteOptions contains the optional parameters for the VirtualApplianceSitesClient.BeginDelete
  3585  // method.
  3586  type VirtualApplianceSitesClientBeginDeleteOptions struct {
  3587  	// Resumes the LRO from the provided token.
  3588  	ResumeToken string
  3589  }
  3590  
  3591  // VirtualApplianceSitesClientGetOptions contains the optional parameters for the VirtualApplianceSitesClient.Get method.
  3592  type VirtualApplianceSitesClientGetOptions struct {
  3593  	// placeholder for future optional parameters
  3594  }
  3595  
  3596  // VirtualApplianceSitesClientListOptions contains the optional parameters for the VirtualApplianceSitesClient.NewListPager
  3597  // method.
  3598  type VirtualApplianceSitesClientListOptions struct {
  3599  	// placeholder for future optional parameters
  3600  }
  3601  
  3602  // VirtualAppliancesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualAppliancesClient.BeginCreateOrUpdate
  3603  // method.
  3604  type VirtualAppliancesClientBeginCreateOrUpdateOptions struct {
  3605  	// Resumes the LRO from the provided token.
  3606  	ResumeToken string
  3607  }
  3608  
  3609  // VirtualAppliancesClientBeginDeleteOptions contains the optional parameters for the VirtualAppliancesClient.BeginDelete
  3610  // method.
  3611  type VirtualAppliancesClientBeginDeleteOptions struct {
  3612  	// Resumes the LRO from the provided token.
  3613  	ResumeToken string
  3614  }
  3615  
  3616  // VirtualAppliancesClientBeginRestartOptions contains the optional parameters for the VirtualAppliancesClient.BeginRestart
  3617  // method.
  3618  type VirtualAppliancesClientBeginRestartOptions struct {
  3619  	// Specifies a list of virtual machine instance IDs from the Network Virtual Appliance VM instances.
  3620  	NetworkVirtualApplianceInstanceIDs *VirtualApplianceInstanceIDs
  3621  
  3622  	// Resumes the LRO from the provided token.
  3623  	ResumeToken string
  3624  }
  3625  
  3626  // VirtualAppliancesClientGetOptions contains the optional parameters for the VirtualAppliancesClient.Get method.
  3627  type VirtualAppliancesClientGetOptions struct {
  3628  	// Expands referenced resources.
  3629  	Expand *string
  3630  }
  3631  
  3632  // VirtualAppliancesClientListByResourceGroupOptions contains the optional parameters for the VirtualAppliancesClient.NewListByResourceGroupPager
  3633  // method.
  3634  type VirtualAppliancesClientListByResourceGroupOptions struct {
  3635  	// placeholder for future optional parameters
  3636  }
  3637  
  3638  // VirtualAppliancesClientListOptions contains the optional parameters for the VirtualAppliancesClient.NewListPager method.
  3639  type VirtualAppliancesClientListOptions struct {
  3640  	// placeholder for future optional parameters
  3641  }
  3642  
  3643  // VirtualAppliancesClientUpdateTagsOptions contains the optional parameters for the VirtualAppliancesClient.UpdateTags method.
  3644  type VirtualAppliancesClientUpdateTagsOptions struct {
  3645  	// placeholder for future optional parameters
  3646  }
  3647  
  3648  // VirtualHubBgpConnectionClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubBgpConnectionClient.BeginCreateOrUpdate
  3649  // method.
  3650  type VirtualHubBgpConnectionClientBeginCreateOrUpdateOptions struct {
  3651  	// Resumes the LRO from the provided token.
  3652  	ResumeToken string
  3653  }
  3654  
  3655  // VirtualHubBgpConnectionClientBeginDeleteOptions contains the optional parameters for the VirtualHubBgpConnectionClient.BeginDelete
  3656  // method.
  3657  type VirtualHubBgpConnectionClientBeginDeleteOptions struct {
  3658  	// Resumes the LRO from the provided token.
  3659  	ResumeToken string
  3660  }
  3661  
  3662  // VirtualHubBgpConnectionClientGetOptions contains the optional parameters for the VirtualHubBgpConnectionClient.Get method.
  3663  type VirtualHubBgpConnectionClientGetOptions struct {
  3664  	// placeholder for future optional parameters
  3665  }
  3666  
  3667  // VirtualHubBgpConnectionsClientBeginListAdvertisedRoutesOptions contains the optional parameters for the VirtualHubBgpConnectionsClient.BeginListAdvertisedRoutes
  3668  // method.
  3669  type VirtualHubBgpConnectionsClientBeginListAdvertisedRoutesOptions struct {
  3670  	// Resumes the LRO from the provided token.
  3671  	ResumeToken string
  3672  }
  3673  
  3674  // VirtualHubBgpConnectionsClientBeginListLearnedRoutesOptions contains the optional parameters for the VirtualHubBgpConnectionsClient.BeginListLearnedRoutes
  3675  // method.
  3676  type VirtualHubBgpConnectionsClientBeginListLearnedRoutesOptions struct {
  3677  	// Resumes the LRO from the provided token.
  3678  	ResumeToken string
  3679  }
  3680  
  3681  // VirtualHubBgpConnectionsClientListOptions contains the optional parameters for the VirtualHubBgpConnectionsClient.NewListPager
  3682  // method.
  3683  type VirtualHubBgpConnectionsClientListOptions struct {
  3684  	// placeholder for future optional parameters
  3685  }
  3686  
  3687  // VirtualHubIPConfigurationClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubIPConfigurationClient.BeginCreateOrUpdate
  3688  // method.
  3689  type VirtualHubIPConfigurationClientBeginCreateOrUpdateOptions struct {
  3690  	// Resumes the LRO from the provided token.
  3691  	ResumeToken string
  3692  }
  3693  
  3694  // VirtualHubIPConfigurationClientBeginDeleteOptions contains the optional parameters for the VirtualHubIPConfigurationClient.BeginDelete
  3695  // method.
  3696  type VirtualHubIPConfigurationClientBeginDeleteOptions struct {
  3697  	// Resumes the LRO from the provided token.
  3698  	ResumeToken string
  3699  }
  3700  
  3701  // VirtualHubIPConfigurationClientGetOptions contains the optional parameters for the VirtualHubIPConfigurationClient.Get
  3702  // method.
  3703  type VirtualHubIPConfigurationClientGetOptions struct {
  3704  	// placeholder for future optional parameters
  3705  }
  3706  
  3707  // VirtualHubIPConfigurationClientListOptions contains the optional parameters for the VirtualHubIPConfigurationClient.NewListPager
  3708  // method.
  3709  type VirtualHubIPConfigurationClientListOptions struct {
  3710  	// placeholder for future optional parameters
  3711  }
  3712  
  3713  // VirtualHubRouteTableV2SClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubRouteTableV2SClient.BeginCreateOrUpdate
  3714  // method.
  3715  type VirtualHubRouteTableV2SClientBeginCreateOrUpdateOptions struct {
  3716  	// Resumes the LRO from the provided token.
  3717  	ResumeToken string
  3718  }
  3719  
  3720  // VirtualHubRouteTableV2SClientBeginDeleteOptions contains the optional parameters for the VirtualHubRouteTableV2SClient.BeginDelete
  3721  // method.
  3722  type VirtualHubRouteTableV2SClientBeginDeleteOptions struct {
  3723  	// Resumes the LRO from the provided token.
  3724  	ResumeToken string
  3725  }
  3726  
  3727  // VirtualHubRouteTableV2SClientGetOptions contains the optional parameters for the VirtualHubRouteTableV2SClient.Get method.
  3728  type VirtualHubRouteTableV2SClientGetOptions struct {
  3729  	// placeholder for future optional parameters
  3730  }
  3731  
  3732  // VirtualHubRouteTableV2SClientListOptions contains the optional parameters for the VirtualHubRouteTableV2SClient.NewListPager
  3733  // method.
  3734  type VirtualHubRouteTableV2SClientListOptions struct {
  3735  	// placeholder for future optional parameters
  3736  }
  3737  
  3738  // VirtualHubsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualHubsClient.BeginCreateOrUpdate
  3739  // method.
  3740  type VirtualHubsClientBeginCreateOrUpdateOptions struct {
  3741  	// Resumes the LRO from the provided token.
  3742  	ResumeToken string
  3743  }
  3744  
  3745  // VirtualHubsClientBeginDeleteOptions contains the optional parameters for the VirtualHubsClient.BeginDelete method.
  3746  type VirtualHubsClientBeginDeleteOptions struct {
  3747  	// Resumes the LRO from the provided token.
  3748  	ResumeToken string
  3749  }
  3750  
  3751  // VirtualHubsClientBeginGetEffectiveVirtualHubRoutesOptions contains the optional parameters for the VirtualHubsClient.BeginGetEffectiveVirtualHubRoutes
  3752  // method.
  3753  type VirtualHubsClientBeginGetEffectiveVirtualHubRoutesOptions struct {
  3754  	// Parameters supplied to get the effective routes for a specific resource.
  3755  	EffectiveRoutesParameters *EffectiveRoutesParameters
  3756  
  3757  	// Resumes the LRO from the provided token.
  3758  	ResumeToken string
  3759  }
  3760  
  3761  // VirtualHubsClientBeginGetInboundRoutesOptions contains the optional parameters for the VirtualHubsClient.BeginGetInboundRoutes
  3762  // method.
  3763  type VirtualHubsClientBeginGetInboundRoutesOptions struct {
  3764  	// Resumes the LRO from the provided token.
  3765  	ResumeToken string
  3766  }
  3767  
  3768  // VirtualHubsClientBeginGetOutboundRoutesOptions contains the optional parameters for the VirtualHubsClient.BeginGetOutboundRoutes
  3769  // method.
  3770  type VirtualHubsClientBeginGetOutboundRoutesOptions struct {
  3771  	// Resumes the LRO from the provided token.
  3772  	ResumeToken string
  3773  }
  3774  
  3775  // VirtualHubsClientGetOptions contains the optional parameters for the VirtualHubsClient.Get method.
  3776  type VirtualHubsClientGetOptions struct {
  3777  	// placeholder for future optional parameters
  3778  }
  3779  
  3780  // VirtualHubsClientListByResourceGroupOptions contains the optional parameters for the VirtualHubsClient.NewListByResourceGroupPager
  3781  // method.
  3782  type VirtualHubsClientListByResourceGroupOptions struct {
  3783  	// placeholder for future optional parameters
  3784  }
  3785  
  3786  // VirtualHubsClientListOptions contains the optional parameters for the VirtualHubsClient.NewListPager method.
  3787  type VirtualHubsClientListOptions struct {
  3788  	// placeholder for future optional parameters
  3789  }
  3790  
  3791  // VirtualHubsClientUpdateTagsOptions contains the optional parameters for the VirtualHubsClient.UpdateTags method.
  3792  type VirtualHubsClientUpdateTagsOptions struct {
  3793  	// placeholder for future optional parameters
  3794  }
  3795  
  3796  // VirtualNetworkGatewayConnectionsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginCreateOrUpdate
  3797  // method.
  3798  type VirtualNetworkGatewayConnectionsClientBeginCreateOrUpdateOptions struct {
  3799  	// Resumes the LRO from the provided token.
  3800  	ResumeToken string
  3801  }
  3802  
  3803  // VirtualNetworkGatewayConnectionsClientBeginDeleteOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginDelete
  3804  // method.
  3805  type VirtualNetworkGatewayConnectionsClientBeginDeleteOptions struct {
  3806  	// Resumes the LRO from the provided token.
  3807  	ResumeToken string
  3808  }
  3809  
  3810  // VirtualNetworkGatewayConnectionsClientBeginGetIkeSasOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginGetIkeSas
  3811  // method.
  3812  type VirtualNetworkGatewayConnectionsClientBeginGetIkeSasOptions struct {
  3813  	// Resumes the LRO from the provided token.
  3814  	ResumeToken string
  3815  }
  3816  
  3817  // VirtualNetworkGatewayConnectionsClientBeginResetConnectionOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginResetConnection
  3818  // method.
  3819  type VirtualNetworkGatewayConnectionsClientBeginResetConnectionOptions struct {
  3820  	// Resumes the LRO from the provided token.
  3821  	ResumeToken string
  3822  }
  3823  
  3824  // VirtualNetworkGatewayConnectionsClientBeginResetSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginResetSharedKey
  3825  // method.
  3826  type VirtualNetworkGatewayConnectionsClientBeginResetSharedKeyOptions struct {
  3827  	// Resumes the LRO from the provided token.
  3828  	ResumeToken string
  3829  }
  3830  
  3831  // VirtualNetworkGatewayConnectionsClientBeginSetSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginSetSharedKey
  3832  // method.
  3833  type VirtualNetworkGatewayConnectionsClientBeginSetSharedKeyOptions struct {
  3834  	// Resumes the LRO from the provided token.
  3835  	ResumeToken string
  3836  }
  3837  
  3838  // VirtualNetworkGatewayConnectionsClientBeginStartPacketCaptureOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginStartPacketCapture
  3839  // method.
  3840  type VirtualNetworkGatewayConnectionsClientBeginStartPacketCaptureOptions struct {
  3841  	// Virtual network gateway packet capture parameters supplied to start packet capture on gateway connection.
  3842  	Parameters *VPNPacketCaptureStartParameters
  3843  
  3844  	// Resumes the LRO from the provided token.
  3845  	ResumeToken string
  3846  }
  3847  
  3848  // VirtualNetworkGatewayConnectionsClientBeginStopPacketCaptureOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginStopPacketCapture
  3849  // method.
  3850  type VirtualNetworkGatewayConnectionsClientBeginStopPacketCaptureOptions struct {
  3851  	// Resumes the LRO from the provided token.
  3852  	ResumeToken string
  3853  }
  3854  
  3855  // VirtualNetworkGatewayConnectionsClientBeginUpdateTagsOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.BeginUpdateTags
  3856  // method.
  3857  type VirtualNetworkGatewayConnectionsClientBeginUpdateTagsOptions struct {
  3858  	// Resumes the LRO from the provided token.
  3859  	ResumeToken string
  3860  }
  3861  
  3862  // VirtualNetworkGatewayConnectionsClientGetOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.Get
  3863  // method.
  3864  type VirtualNetworkGatewayConnectionsClientGetOptions struct {
  3865  	// placeholder for future optional parameters
  3866  }
  3867  
  3868  // VirtualNetworkGatewayConnectionsClientGetSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.GetSharedKey
  3869  // method.
  3870  type VirtualNetworkGatewayConnectionsClientGetSharedKeyOptions struct {
  3871  	// placeholder for future optional parameters
  3872  }
  3873  
  3874  // VirtualNetworkGatewayConnectionsClientListOptions contains the optional parameters for the VirtualNetworkGatewayConnectionsClient.NewListPager
  3875  // method.
  3876  type VirtualNetworkGatewayConnectionsClientListOptions struct {
  3877  	// placeholder for future optional parameters
  3878  }
  3879  
  3880  // VirtualNetworkGatewayNatRulesClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkGatewayNatRulesClient.BeginCreateOrUpdate
  3881  // method.
  3882  type VirtualNetworkGatewayNatRulesClientBeginCreateOrUpdateOptions struct {
  3883  	// Resumes the LRO from the provided token.
  3884  	ResumeToken string
  3885  }
  3886  
  3887  // VirtualNetworkGatewayNatRulesClientBeginDeleteOptions contains the optional parameters for the VirtualNetworkGatewayNatRulesClient.BeginDelete
  3888  // method.
  3889  type VirtualNetworkGatewayNatRulesClientBeginDeleteOptions struct {
  3890  	// Resumes the LRO from the provided token.
  3891  	ResumeToken string
  3892  }
  3893  
  3894  // VirtualNetworkGatewayNatRulesClientGetOptions contains the optional parameters for the VirtualNetworkGatewayNatRulesClient.Get
  3895  // method.
  3896  type VirtualNetworkGatewayNatRulesClientGetOptions struct {
  3897  	// placeholder for future optional parameters
  3898  }
  3899  
  3900  // VirtualNetworkGatewayNatRulesClientListByVirtualNetworkGatewayOptions contains the optional parameters for the VirtualNetworkGatewayNatRulesClient.NewListByVirtualNetworkGatewayPager
  3901  // method.
  3902  type VirtualNetworkGatewayNatRulesClientListByVirtualNetworkGatewayOptions struct {
  3903  	// placeholder for future optional parameters
  3904  }
  3905  
  3906  // VirtualNetworkGatewaysClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginCreateOrUpdate
  3907  // method.
  3908  type VirtualNetworkGatewaysClientBeginCreateOrUpdateOptions struct {
  3909  	// Resumes the LRO from the provided token.
  3910  	ResumeToken string
  3911  }
  3912  
  3913  // VirtualNetworkGatewaysClientBeginDeleteOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginDelete
  3914  // method.
  3915  type VirtualNetworkGatewaysClientBeginDeleteOptions struct {
  3916  	// Resumes the LRO from the provided token.
  3917  	ResumeToken string
  3918  }
  3919  
  3920  // VirtualNetworkGatewaysClientBeginDisconnectVirtualNetworkGatewayVPNConnectionsOptions contains the optional parameters
  3921  // for the VirtualNetworkGatewaysClient.BeginDisconnectVirtualNetworkGatewayVPNConnections method.
  3922  type VirtualNetworkGatewaysClientBeginDisconnectVirtualNetworkGatewayVPNConnectionsOptions struct {
  3923  	// Resumes the LRO from the provided token.
  3924  	ResumeToken string
  3925  }
  3926  
  3927  // VirtualNetworkGatewaysClientBeginGenerateVPNProfileOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGenerateVPNProfile
  3928  // method.
  3929  type VirtualNetworkGatewaysClientBeginGenerateVPNProfileOptions struct {
  3930  	// Resumes the LRO from the provided token.
  3931  	ResumeToken string
  3932  }
  3933  
  3934  // VirtualNetworkGatewaysClientBeginGeneratevpnclientpackageOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGeneratevpnclientpackage
  3935  // method.
  3936  type VirtualNetworkGatewaysClientBeginGeneratevpnclientpackageOptions struct {
  3937  	// Resumes the LRO from the provided token.
  3938  	ResumeToken string
  3939  }
  3940  
  3941  // VirtualNetworkGatewaysClientBeginGetAdvertisedRoutesOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetAdvertisedRoutes
  3942  // method.
  3943  type VirtualNetworkGatewaysClientBeginGetAdvertisedRoutesOptions struct {
  3944  	// Resumes the LRO from the provided token.
  3945  	ResumeToken string
  3946  }
  3947  
  3948  // VirtualNetworkGatewaysClientBeginGetBgpPeerStatusOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetBgpPeerStatus
  3949  // method.
  3950  type VirtualNetworkGatewaysClientBeginGetBgpPeerStatusOptions struct {
  3951  	// The IP address of the peer to retrieve the status of.
  3952  	Peer *string
  3953  
  3954  	// Resumes the LRO from the provided token.
  3955  	ResumeToken string
  3956  }
  3957  
  3958  // VirtualNetworkGatewaysClientBeginGetFailoverAllTestDetailsOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetFailoverAllTestDetails
  3959  // method.
  3960  type VirtualNetworkGatewaysClientBeginGetFailoverAllTestDetailsOptions struct {
  3961  	// Resumes the LRO from the provided token.
  3962  	ResumeToken string
  3963  }
  3964  
  3965  // VirtualNetworkGatewaysClientBeginGetFailoverSingleTestDetailsOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetFailoverSingleTestDetails
  3966  // method.
  3967  type VirtualNetworkGatewaysClientBeginGetFailoverSingleTestDetailsOptions struct {
  3968  	// Resumes the LRO from the provided token.
  3969  	ResumeToken string
  3970  }
  3971  
  3972  // VirtualNetworkGatewaysClientBeginGetLearnedRoutesOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetLearnedRoutes
  3973  // method.
  3974  type VirtualNetworkGatewaysClientBeginGetLearnedRoutesOptions struct {
  3975  	// Resumes the LRO from the provided token.
  3976  	ResumeToken string
  3977  }
  3978  
  3979  // VirtualNetworkGatewaysClientBeginGetVPNProfilePackageURLOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetVPNProfilePackageURL
  3980  // method.
  3981  type VirtualNetworkGatewaysClientBeginGetVPNProfilePackageURLOptions struct {
  3982  	// Resumes the LRO from the provided token.
  3983  	ResumeToken string
  3984  }
  3985  
  3986  // VirtualNetworkGatewaysClientBeginGetVpnclientConnectionHealthOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetVpnclientConnectionHealth
  3987  // method.
  3988  type VirtualNetworkGatewaysClientBeginGetVpnclientConnectionHealthOptions struct {
  3989  	// Resumes the LRO from the provided token.
  3990  	ResumeToken string
  3991  }
  3992  
  3993  // VirtualNetworkGatewaysClientBeginGetVpnclientIPSecParametersOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginGetVpnclientIPSecParameters
  3994  // method.
  3995  type VirtualNetworkGatewaysClientBeginGetVpnclientIPSecParametersOptions struct {
  3996  	// Resumes the LRO from the provided token.
  3997  	ResumeToken string
  3998  }
  3999  
  4000  // VirtualNetworkGatewaysClientBeginResetOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginReset
  4001  // method.
  4002  type VirtualNetworkGatewaysClientBeginResetOptions struct {
  4003  	// Virtual network gateway vip address supplied to the begin reset of the active-active feature enabled gateway.
  4004  	GatewayVip *string
  4005  
  4006  	// Resumes the LRO from the provided token.
  4007  	ResumeToken string
  4008  }
  4009  
  4010  // VirtualNetworkGatewaysClientBeginResetVPNClientSharedKeyOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginResetVPNClientSharedKey
  4011  // method.
  4012  type VirtualNetworkGatewaysClientBeginResetVPNClientSharedKeyOptions struct {
  4013  	// Resumes the LRO from the provided token.
  4014  	ResumeToken string
  4015  }
  4016  
  4017  // VirtualNetworkGatewaysClientBeginSetVpnclientIPSecParametersOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginSetVpnclientIPSecParameters
  4018  // method.
  4019  type VirtualNetworkGatewaysClientBeginSetVpnclientIPSecParametersOptions struct {
  4020  	// Resumes the LRO from the provided token.
  4021  	ResumeToken string
  4022  }
  4023  
  4024  // VirtualNetworkGatewaysClientBeginStartExpressRouteSiteFailoverSimulationOptions contains the optional parameters for the
  4025  // VirtualNetworkGatewaysClient.BeginStartExpressRouteSiteFailoverSimulation method.
  4026  type VirtualNetworkGatewaysClientBeginStartExpressRouteSiteFailoverSimulationOptions struct {
  4027  	// Resumes the LRO from the provided token.
  4028  	ResumeToken string
  4029  }
  4030  
  4031  // VirtualNetworkGatewaysClientBeginStartPacketCaptureOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginStartPacketCapture
  4032  // method.
  4033  type VirtualNetworkGatewaysClientBeginStartPacketCaptureOptions struct {
  4034  	// Virtual network gateway packet capture parameters supplied to start packet capture on gateway.
  4035  	Parameters *VPNPacketCaptureStartParameters
  4036  
  4037  	// Resumes the LRO from the provided token.
  4038  	ResumeToken string
  4039  }
  4040  
  4041  // VirtualNetworkGatewaysClientBeginStopExpressRouteSiteFailoverSimulationOptions contains the optional parameters for the
  4042  // VirtualNetworkGatewaysClient.BeginStopExpressRouteSiteFailoverSimulation method.
  4043  type VirtualNetworkGatewaysClientBeginStopExpressRouteSiteFailoverSimulationOptions struct {
  4044  	// Resumes the LRO from the provided token.
  4045  	ResumeToken string
  4046  }
  4047  
  4048  // VirtualNetworkGatewaysClientBeginStopPacketCaptureOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginStopPacketCapture
  4049  // method.
  4050  type VirtualNetworkGatewaysClientBeginStopPacketCaptureOptions struct {
  4051  	// Resumes the LRO from the provided token.
  4052  	ResumeToken string
  4053  }
  4054  
  4055  // VirtualNetworkGatewaysClientBeginUpdateTagsOptions contains the optional parameters for the VirtualNetworkGatewaysClient.BeginUpdateTags
  4056  // method.
  4057  type VirtualNetworkGatewaysClientBeginUpdateTagsOptions struct {
  4058  	// Resumes the LRO from the provided token.
  4059  	ResumeToken string
  4060  }
  4061  
  4062  // VirtualNetworkGatewaysClientGetOptions contains the optional parameters for the VirtualNetworkGatewaysClient.Get method.
  4063  type VirtualNetworkGatewaysClientGetOptions struct {
  4064  	// placeholder for future optional parameters
  4065  }
  4066  
  4067  // VirtualNetworkGatewaysClientListConnectionsOptions contains the optional parameters for the VirtualNetworkGatewaysClient.NewListConnectionsPager
  4068  // method.
  4069  type VirtualNetworkGatewaysClientListConnectionsOptions struct {
  4070  	// placeholder for future optional parameters
  4071  }
  4072  
  4073  // VirtualNetworkGatewaysClientListOptions contains the optional parameters for the VirtualNetworkGatewaysClient.NewListPager
  4074  // method.
  4075  type VirtualNetworkGatewaysClientListOptions struct {
  4076  	// placeholder for future optional parameters
  4077  }
  4078  
  4079  // VirtualNetworkGatewaysClientSupportedVPNDevicesOptions contains the optional parameters for the VirtualNetworkGatewaysClient.SupportedVPNDevices
  4080  // method.
  4081  type VirtualNetworkGatewaysClientSupportedVPNDevicesOptions struct {
  4082  	// placeholder for future optional parameters
  4083  }
  4084  
  4085  // VirtualNetworkGatewaysClientVPNDeviceConfigurationScriptOptions contains the optional parameters for the VirtualNetworkGatewaysClient.VPNDeviceConfigurationScript
  4086  // method.
  4087  type VirtualNetworkGatewaysClientVPNDeviceConfigurationScriptOptions struct {
  4088  	// placeholder for future optional parameters
  4089  }
  4090  
  4091  // VirtualNetworkPeeringsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkPeeringsClient.BeginCreateOrUpdate
  4092  // method.
  4093  type VirtualNetworkPeeringsClientBeginCreateOrUpdateOptions struct {
  4094  	// Resumes the LRO from the provided token.
  4095  	ResumeToken string
  4096  
  4097  	// Parameter indicates the intention to sync the peering with the current address space on the remote vNet after it's updated.
  4098  	SyncRemoteAddressSpace *SyncRemoteAddressSpace
  4099  }
  4100  
  4101  // VirtualNetworkPeeringsClientBeginDeleteOptions contains the optional parameters for the VirtualNetworkPeeringsClient.BeginDelete
  4102  // method.
  4103  type VirtualNetworkPeeringsClientBeginDeleteOptions struct {
  4104  	// Resumes the LRO from the provided token.
  4105  	ResumeToken string
  4106  }
  4107  
  4108  // VirtualNetworkPeeringsClientGetOptions contains the optional parameters for the VirtualNetworkPeeringsClient.Get method.
  4109  type VirtualNetworkPeeringsClientGetOptions struct {
  4110  	// placeholder for future optional parameters
  4111  }
  4112  
  4113  // VirtualNetworkPeeringsClientListOptions contains the optional parameters for the VirtualNetworkPeeringsClient.NewListPager
  4114  // method.
  4115  type VirtualNetworkPeeringsClientListOptions struct {
  4116  	// placeholder for future optional parameters
  4117  }
  4118  
  4119  // VirtualNetworkTapsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworkTapsClient.BeginCreateOrUpdate
  4120  // method.
  4121  type VirtualNetworkTapsClientBeginCreateOrUpdateOptions struct {
  4122  	// Resumes the LRO from the provided token.
  4123  	ResumeToken string
  4124  }
  4125  
  4126  // VirtualNetworkTapsClientBeginDeleteOptions contains the optional parameters for the VirtualNetworkTapsClient.BeginDelete
  4127  // method.
  4128  type VirtualNetworkTapsClientBeginDeleteOptions struct {
  4129  	// Resumes the LRO from the provided token.
  4130  	ResumeToken string
  4131  }
  4132  
  4133  // VirtualNetworkTapsClientGetOptions contains the optional parameters for the VirtualNetworkTapsClient.Get method.
  4134  type VirtualNetworkTapsClientGetOptions struct {
  4135  	// placeholder for future optional parameters
  4136  }
  4137  
  4138  // VirtualNetworkTapsClientListAllOptions contains the optional parameters for the VirtualNetworkTapsClient.NewListAllPager
  4139  // method.
  4140  type VirtualNetworkTapsClientListAllOptions struct {
  4141  	// placeholder for future optional parameters
  4142  }
  4143  
  4144  // VirtualNetworkTapsClientListByResourceGroupOptions contains the optional parameters for the VirtualNetworkTapsClient.NewListByResourceGroupPager
  4145  // method.
  4146  type VirtualNetworkTapsClientListByResourceGroupOptions struct {
  4147  	// placeholder for future optional parameters
  4148  }
  4149  
  4150  // VirtualNetworkTapsClientUpdateTagsOptions contains the optional parameters for the VirtualNetworkTapsClient.UpdateTags
  4151  // method.
  4152  type VirtualNetworkTapsClientUpdateTagsOptions struct {
  4153  	// placeholder for future optional parameters
  4154  }
  4155  
  4156  // VirtualNetworksClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualNetworksClient.BeginCreateOrUpdate
  4157  // method.
  4158  type VirtualNetworksClientBeginCreateOrUpdateOptions struct {
  4159  	// Resumes the LRO from the provided token.
  4160  	ResumeToken string
  4161  }
  4162  
  4163  // VirtualNetworksClientBeginDeleteOptions contains the optional parameters for the VirtualNetworksClient.BeginDelete method.
  4164  type VirtualNetworksClientBeginDeleteOptions struct {
  4165  	// Resumes the LRO from the provided token.
  4166  	ResumeToken string
  4167  }
  4168  
  4169  // VirtualNetworksClientBeginListDdosProtectionStatusOptions contains the optional parameters for the VirtualNetworksClient.BeginListDdosProtectionStatus
  4170  // method.
  4171  type VirtualNetworksClientBeginListDdosProtectionStatusOptions struct {
  4172  	// Resumes the LRO from the provided token.
  4173  	ResumeToken string
  4174  
  4175  	// The skipToken that is given with nextLink.
  4176  	SkipToken *string
  4177  
  4178  	// The max number of ip addresses to return.
  4179  	Top *int32
  4180  }
  4181  
  4182  // VirtualNetworksClientCheckIPAddressAvailabilityOptions contains the optional parameters for the VirtualNetworksClient.CheckIPAddressAvailability
  4183  // method.
  4184  type VirtualNetworksClientCheckIPAddressAvailabilityOptions struct {
  4185  	// placeholder for future optional parameters
  4186  }
  4187  
  4188  // VirtualNetworksClientGetOptions contains the optional parameters for the VirtualNetworksClient.Get method.
  4189  type VirtualNetworksClientGetOptions struct {
  4190  	// Expands referenced resources.
  4191  	Expand *string
  4192  }
  4193  
  4194  // VirtualNetworksClientListAllOptions contains the optional parameters for the VirtualNetworksClient.NewListAllPager method.
  4195  type VirtualNetworksClientListAllOptions struct {
  4196  	// placeholder for future optional parameters
  4197  }
  4198  
  4199  // VirtualNetworksClientListOptions contains the optional parameters for the VirtualNetworksClient.NewListPager method.
  4200  type VirtualNetworksClientListOptions struct {
  4201  	// placeholder for future optional parameters
  4202  }
  4203  
  4204  // VirtualNetworksClientListUsageOptions contains the optional parameters for the VirtualNetworksClient.NewListUsagePager
  4205  // method.
  4206  type VirtualNetworksClientListUsageOptions struct {
  4207  	// placeholder for future optional parameters
  4208  }
  4209  
  4210  // VirtualNetworksClientUpdateTagsOptions contains the optional parameters for the VirtualNetworksClient.UpdateTags method.
  4211  type VirtualNetworksClientUpdateTagsOptions struct {
  4212  	// placeholder for future optional parameters
  4213  }
  4214  
  4215  // VirtualRouterPeeringsClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualRouterPeeringsClient.BeginCreateOrUpdate
  4216  // method.
  4217  type VirtualRouterPeeringsClientBeginCreateOrUpdateOptions struct {
  4218  	// Resumes the LRO from the provided token.
  4219  	ResumeToken string
  4220  }
  4221  
  4222  // VirtualRouterPeeringsClientBeginDeleteOptions contains the optional parameters for the VirtualRouterPeeringsClient.BeginDelete
  4223  // method.
  4224  type VirtualRouterPeeringsClientBeginDeleteOptions struct {
  4225  	// Resumes the LRO from the provided token.
  4226  	ResumeToken string
  4227  }
  4228  
  4229  // VirtualRouterPeeringsClientGetOptions contains the optional parameters for the VirtualRouterPeeringsClient.Get method.
  4230  type VirtualRouterPeeringsClientGetOptions struct {
  4231  	// placeholder for future optional parameters
  4232  }
  4233  
  4234  // VirtualRouterPeeringsClientListOptions contains the optional parameters for the VirtualRouterPeeringsClient.NewListPager
  4235  // method.
  4236  type VirtualRouterPeeringsClientListOptions struct {
  4237  	// placeholder for future optional parameters
  4238  }
  4239  
  4240  // VirtualRoutersClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualRoutersClient.BeginCreateOrUpdate
  4241  // method.
  4242  type VirtualRoutersClientBeginCreateOrUpdateOptions struct {
  4243  	// Resumes the LRO from the provided token.
  4244  	ResumeToken string
  4245  }
  4246  
  4247  // VirtualRoutersClientBeginDeleteOptions contains the optional parameters for the VirtualRoutersClient.BeginDelete method.
  4248  type VirtualRoutersClientBeginDeleteOptions struct {
  4249  	// Resumes the LRO from the provided token.
  4250  	ResumeToken string
  4251  }
  4252  
  4253  // VirtualRoutersClientGetOptions contains the optional parameters for the VirtualRoutersClient.Get method.
  4254  type VirtualRoutersClientGetOptions struct {
  4255  	// Expands referenced resources.
  4256  	Expand *string
  4257  }
  4258  
  4259  // VirtualRoutersClientListByResourceGroupOptions contains the optional parameters for the VirtualRoutersClient.NewListByResourceGroupPager
  4260  // method.
  4261  type VirtualRoutersClientListByResourceGroupOptions struct {
  4262  	// placeholder for future optional parameters
  4263  }
  4264  
  4265  // VirtualRoutersClientListOptions contains the optional parameters for the VirtualRoutersClient.NewListPager method.
  4266  type VirtualRoutersClientListOptions struct {
  4267  	// placeholder for future optional parameters
  4268  }
  4269  
  4270  // VirtualWansClientBeginCreateOrUpdateOptions contains the optional parameters for the VirtualWansClient.BeginCreateOrUpdate
  4271  // method.
  4272  type VirtualWansClientBeginCreateOrUpdateOptions struct {
  4273  	// Resumes the LRO from the provided token.
  4274  	ResumeToken string
  4275  }
  4276  
  4277  // VirtualWansClientBeginDeleteOptions contains the optional parameters for the VirtualWansClient.BeginDelete method.
  4278  type VirtualWansClientBeginDeleteOptions struct {
  4279  	// Resumes the LRO from the provided token.
  4280  	ResumeToken string
  4281  }
  4282  
  4283  // VirtualWansClientGetOptions contains the optional parameters for the VirtualWansClient.Get method.
  4284  type VirtualWansClientGetOptions struct {
  4285  	// placeholder for future optional parameters
  4286  }
  4287  
  4288  // VirtualWansClientListByResourceGroupOptions contains the optional parameters for the VirtualWansClient.NewListByResourceGroupPager
  4289  // method.
  4290  type VirtualWansClientListByResourceGroupOptions struct {
  4291  	// placeholder for future optional parameters
  4292  }
  4293  
  4294  // VirtualWansClientListOptions contains the optional parameters for the VirtualWansClient.NewListPager method.
  4295  type VirtualWansClientListOptions struct {
  4296  	// placeholder for future optional parameters
  4297  }
  4298  
  4299  // VirtualWansClientUpdateTagsOptions contains the optional parameters for the VirtualWansClient.UpdateTags method.
  4300  type VirtualWansClientUpdateTagsOptions struct {
  4301  	// placeholder for future optional parameters
  4302  }
  4303  
  4304  // WatchersClientBeginCheckConnectivityOptions contains the optional parameters for the WatchersClient.BeginCheckConnectivity
  4305  // method.
  4306  type WatchersClientBeginCheckConnectivityOptions struct {
  4307  	// Resumes the LRO from the provided token.
  4308  	ResumeToken string
  4309  }
  4310  
  4311  // WatchersClientBeginDeleteOptions contains the optional parameters for the WatchersClient.BeginDelete method.
  4312  type WatchersClientBeginDeleteOptions struct {
  4313  	// Resumes the LRO from the provided token.
  4314  	ResumeToken string
  4315  }
  4316  
  4317  // WatchersClientBeginGetAzureReachabilityReportOptions contains the optional parameters for the WatchersClient.BeginGetAzureReachabilityReport
  4318  // method.
  4319  type WatchersClientBeginGetAzureReachabilityReportOptions struct {
  4320  	// Resumes the LRO from the provided token.
  4321  	ResumeToken string
  4322  }
  4323  
  4324  // WatchersClientBeginGetFlowLogStatusOptions contains the optional parameters for the WatchersClient.BeginGetFlowLogStatus
  4325  // method.
  4326  type WatchersClientBeginGetFlowLogStatusOptions struct {
  4327  	// Resumes the LRO from the provided token.
  4328  	ResumeToken string
  4329  }
  4330  
  4331  // WatchersClientBeginGetNetworkConfigurationDiagnosticOptions contains the optional parameters for the WatchersClient.BeginGetNetworkConfigurationDiagnostic
  4332  // method.
  4333  type WatchersClientBeginGetNetworkConfigurationDiagnosticOptions struct {
  4334  	// Resumes the LRO from the provided token.
  4335  	ResumeToken string
  4336  }
  4337  
  4338  // WatchersClientBeginGetNextHopOptions contains the optional parameters for the WatchersClient.BeginGetNextHop method.
  4339  type WatchersClientBeginGetNextHopOptions struct {
  4340  	// Resumes the LRO from the provided token.
  4341  	ResumeToken string
  4342  }
  4343  
  4344  // WatchersClientBeginGetTroubleshootingOptions contains the optional parameters for the WatchersClient.BeginGetTroubleshooting
  4345  // method.
  4346  type WatchersClientBeginGetTroubleshootingOptions struct {
  4347  	// Resumes the LRO from the provided token.
  4348  	ResumeToken string
  4349  }
  4350  
  4351  // WatchersClientBeginGetTroubleshootingResultOptions contains the optional parameters for the WatchersClient.BeginGetTroubleshootingResult
  4352  // method.
  4353  type WatchersClientBeginGetTroubleshootingResultOptions struct {
  4354  	// Resumes the LRO from the provided token.
  4355  	ResumeToken string
  4356  }
  4357  
  4358  // WatchersClientBeginGetVMSecurityRulesOptions contains the optional parameters for the WatchersClient.BeginGetVMSecurityRules
  4359  // method.
  4360  type WatchersClientBeginGetVMSecurityRulesOptions struct {
  4361  	// Resumes the LRO from the provided token.
  4362  	ResumeToken string
  4363  }
  4364  
  4365  // WatchersClientBeginListAvailableProvidersOptions contains the optional parameters for the WatchersClient.BeginListAvailableProviders
  4366  // method.
  4367  type WatchersClientBeginListAvailableProvidersOptions struct {
  4368  	// Resumes the LRO from the provided token.
  4369  	ResumeToken string
  4370  }
  4371  
  4372  // WatchersClientBeginSetFlowLogConfigurationOptions contains the optional parameters for the WatchersClient.BeginSetFlowLogConfiguration
  4373  // method.
  4374  type WatchersClientBeginSetFlowLogConfigurationOptions struct {
  4375  	// Resumes the LRO from the provided token.
  4376  	ResumeToken string
  4377  }
  4378  
  4379  // WatchersClientBeginVerifyIPFlowOptions contains the optional parameters for the WatchersClient.BeginVerifyIPFlow method.
  4380  type WatchersClientBeginVerifyIPFlowOptions struct {
  4381  	// Resumes the LRO from the provided token.
  4382  	ResumeToken string
  4383  }
  4384  
  4385  // WatchersClientCreateOrUpdateOptions contains the optional parameters for the WatchersClient.CreateOrUpdate method.
  4386  type WatchersClientCreateOrUpdateOptions struct {
  4387  	// placeholder for future optional parameters
  4388  }
  4389  
  4390  // WatchersClientGetOptions contains the optional parameters for the WatchersClient.Get method.
  4391  type WatchersClientGetOptions struct {
  4392  	// placeholder for future optional parameters
  4393  }
  4394  
  4395  // WatchersClientGetTopologyOptions contains the optional parameters for the WatchersClient.GetTopology method.
  4396  type WatchersClientGetTopologyOptions struct {
  4397  	// placeholder for future optional parameters
  4398  }
  4399  
  4400  // WatchersClientListAllOptions contains the optional parameters for the WatchersClient.NewListAllPager method.
  4401  type WatchersClientListAllOptions struct {
  4402  	// placeholder for future optional parameters
  4403  }
  4404  
  4405  // WatchersClientListOptions contains the optional parameters for the WatchersClient.NewListPager method.
  4406  type WatchersClientListOptions struct {
  4407  	// placeholder for future optional parameters
  4408  }
  4409  
  4410  // WatchersClientUpdateTagsOptions contains the optional parameters for the WatchersClient.UpdateTags method.
  4411  type WatchersClientUpdateTagsOptions struct {
  4412  	// placeholder for future optional parameters
  4413  }
  4414  
  4415  // WebApplicationFirewallPoliciesClientBeginDeleteOptions contains the optional parameters for the WebApplicationFirewallPoliciesClient.BeginDelete
  4416  // method.
  4417  type WebApplicationFirewallPoliciesClientBeginDeleteOptions struct {
  4418  	// Resumes the LRO from the provided token.
  4419  	ResumeToken string
  4420  }
  4421  
  4422  // WebApplicationFirewallPoliciesClientCreateOrUpdateOptions contains the optional parameters for the WebApplicationFirewallPoliciesClient.CreateOrUpdate
  4423  // method.
  4424  type WebApplicationFirewallPoliciesClientCreateOrUpdateOptions struct {
  4425  	// placeholder for future optional parameters
  4426  }
  4427  
  4428  // WebApplicationFirewallPoliciesClientGetOptions contains the optional parameters for the WebApplicationFirewallPoliciesClient.Get
  4429  // method.
  4430  type WebApplicationFirewallPoliciesClientGetOptions struct {
  4431  	// placeholder for future optional parameters
  4432  }
  4433  
  4434  // WebApplicationFirewallPoliciesClientListAllOptions contains the optional parameters for the WebApplicationFirewallPoliciesClient.NewListAllPager
  4435  // method.
  4436  type WebApplicationFirewallPoliciesClientListAllOptions struct {
  4437  	// placeholder for future optional parameters
  4438  }
  4439  
  4440  // WebApplicationFirewallPoliciesClientListOptions contains the optional parameters for the WebApplicationFirewallPoliciesClient.NewListPager
  4441  // method.
  4442  type WebApplicationFirewallPoliciesClientListOptions struct {
  4443  	// placeholder for future optional parameters
  4444  }
  4445  
  4446  // WebCategoriesClientGetOptions contains the optional parameters for the WebCategoriesClient.Get method.
  4447  type WebCategoriesClientGetOptions struct {
  4448  	// Expands resourceIds back referenced by the azureWebCategory resource.
  4449  	Expand *string
  4450  }
  4451  
  4452  // WebCategoriesClientListBySubscriptionOptions contains the optional parameters for the WebCategoriesClient.NewListBySubscriptionPager
  4453  // method.
  4454  type WebCategoriesClientListBySubscriptionOptions struct {
  4455  	// placeholder for future optional parameters
  4456  }