Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListQnAMakerEndpointKeysClient ¶
type ListQnAMakerEndpointKeysClient struct {
Client *resourcemanager.Client
}
func NewListQnAMakerEndpointKeysClientWithBaseURI ¶
func NewListQnAMakerEndpointKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*ListQnAMakerEndpointKeysClient, error)
func (ListQnAMakerEndpointKeysClient) QnAMakerEndpointKeysGet ¶
func (c ListQnAMakerEndpointKeysClient) QnAMakerEndpointKeysGet(ctx context.Context, id commonids.SubscriptionId, input QnAMakerEndpointKeysRequestBody) (result QnAMakerEndpointKeysGetOperationResponse, err error)
QnAMakerEndpointKeysGet ...
type QnAMakerEndpointKeysGetOperationResponse ¶
type QnAMakerEndpointKeysGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *QnAMakerEndpointKeysResponse }
type QnAMakerEndpointKeysResponse ¶
type QnAMakerEndpointKeysResponse struct { InstalledVersion *string `json:"installedVersion,omitempty"` LastStableVersion *string `json:"lastStableVersion,omitempty"` PrimaryEndpointKey *string `json:"primaryEndpointKey,omitempty"` SecondaryEndpointKey *string `json:"secondaryEndpointKey,omitempty"` }
Click to show internal directories.
Click to hide internal directories.