pkg/dataplane/internal/client/options.go (9 lines of code) (raw):

// Code generated by Microsoft (R) AutoRest Code Generator (autorest: 3.10.3, generator: @autorest/go@4.0.0-preview.69) // Changes may cause incorrect behavior and will be lost if the code is regenerated. // Code generated by @autorest/go. DO NOT EDIT. package client // ManagedIdentityDataPlaneAPIClientDeleteidentityOptions contains the optional parameters for the ManagedIdentityDataPlaneAPIClient.Deleteidentity // method. type ManagedIdentityDataPlaneAPIClientDeleteidentityOptions struct { // placeholder for future optional parameters } // ManagedIdentityDataPlaneAPIClientGetcredOptions contains the optional parameters for the ManagedIdentityDataPlaneAPIClient.Getcred // method. type ManagedIdentityDataPlaneAPIClientGetcredOptions struct { // placeholder for future optional parameters } // ManagedIdentityDataPlaneAPIClientGetcredsOptions contains the optional parameters for the ManagedIdentityDataPlaneAPIClient.Getcreds // method. type ManagedIdentityDataPlaneAPIClientGetcredsOptions struct { // placeholder for future optional parameters } // ManagedIdentityDataPlaneAPIClientMoveidentityOptions contains the optional parameters for the ManagedIdentityDataPlaneAPIClient.Moveidentity // method. type ManagedIdentityDataPlaneAPIClientMoveidentityOptions struct { // placeholder for future optional parameters }