Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] web/resource-manager #324

Merged
merged 5 commits into from
Oct 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/@azure/arm-appservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
console.log("The result is:");
console.log(result);
}).catch((err) => {
console.log('An error occurred:');
console.log("An error occurred:");
console.error(err);
});
});
Expand Down
272 changes: 272 additions & 0 deletions packages/@azure/arm-appservice/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9970,6 +9970,30 @@ export interface WebAppsRestartSlotOptionalParams extends msRest.RequestOptionsB
synchronous?: boolean;
}

/**
* @interface
* An interface representing WebAppsStartNetworkTraceSlotOptionalParams.
* Optional Parameters.
*
* @extends RequestOptionsBase
*/
export interface WebAppsStartNetworkTraceSlotOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {number} [durationInSeconds] The duration to keep capturing in
* seconds.
*/
durationInSeconds?: number;
/**
* @member {number} [maxFrameLength] The maximum frame length in bytes
* (Optional).
*/
maxFrameLength?: number;
/**
* @member {string} [sasUrl] The Blob URL to store capture file.
*/
sasUrl?: string;
}

/**
* @interface
* An interface representing WebAppsListUsagesSlotOptionalParams.
Expand All @@ -9987,6 +10011,30 @@ export interface WebAppsListUsagesSlotOptionalParams extends msRest.RequestOptio
filter?: string;
}

/**
* @interface
* An interface representing WebAppsStartNetworkTraceOptionalParams.
* Optional Parameters.
*
* @extends RequestOptionsBase
*/
export interface WebAppsStartNetworkTraceOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {number} [durationInSeconds] The duration to keep capturing in
* seconds.
*/
durationInSeconds?: number;
/**
* @member {number} [maxFrameLength] The maximum frame length in bytes
* (Optional).
*/
maxFrameLength?: number;
/**
* @member {string} [sasUrl] The Blob URL to store capture file.
*/
sasUrl?: string;
}

/**
* @interface
* An interface representing WebAppsListUsagesOptionalParams.
Expand Down Expand Up @@ -10052,6 +10100,54 @@ export interface WebAppsBeginStartWebSiteNetworkTraceOperationSlotOptionalParams
sasUrl?: string;
}

/**
* @interface
* An interface representing WebAppsBeginStartNetworkTraceSlotOptionalParams.
* Optional Parameters.
*
* @extends RequestOptionsBase
*/
export interface WebAppsBeginStartNetworkTraceSlotOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {number} [durationInSeconds] The duration to keep capturing in
* seconds.
*/
durationInSeconds?: number;
/**
* @member {number} [maxFrameLength] The maximum frame length in bytes
* (Optional).
*/
maxFrameLength?: number;
/**
* @member {string} [sasUrl] The Blob URL to store capture file.
*/
sasUrl?: string;
}

/**
* @interface
* An interface representing WebAppsBeginStartNetworkTraceOptionalParams.
* Optional Parameters.
*
* @extends RequestOptionsBase
*/
export interface WebAppsBeginStartNetworkTraceOptionalParams extends msRest.RequestOptionsBase {
/**
* @member {number} [durationInSeconds] The duration to keep capturing in
* seconds.
*/
durationInSeconds?: number;
/**
* @member {number} [maxFrameLength] The maximum frame length in bytes
* (Optional).
*/
maxFrameLength?: number;
/**
* @member {string} [sasUrl] The Blob URL to store capture file.
*/
sasUrl?: string;
}

/**
* @interface
* An interface representing AppServiceEnvironmentsDeleteMethodOptionalParams.
Expand Down Expand Up @@ -16220,6 +16316,48 @@ export type WebAppsGetNetworkTracesResponse = Array<NetworkTrace> & {
};
};

/**
* Contains response data for the getNetworkTraceOperationV2 operation.
*/
export type WebAppsGetNetworkTraceOperationV2Response = {
/**
* The parsed response body.
*/
body: any;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: any;
};
};

/**
* Contains response data for the getNetworkTracesV2 operation.
*/
export type WebAppsGetNetworkTracesV2Response = Array<NetworkTrace> & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: NetworkTrace[];
};
};

/**
* Contains response data for the listPerfMonCounters operation.
*/
Expand Down Expand Up @@ -18370,6 +18508,48 @@ export type WebAppsGetNetworkTracesSlotResponse = Array<NetworkTrace> & {
};
};

/**
* Contains response data for the getNetworkTraceOperationSlotV2 operation.
*/
export type WebAppsGetNetworkTraceOperationSlotV2Response = {
/**
* The parsed response body.
*/
body: any;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: any;
};
};

/**
* Contains response data for the getNetworkTracesSlotV2 operation.
*/
export type WebAppsGetNetworkTracesSlotV2Response = Array<NetworkTrace> & {
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: NetworkTrace[];
};
};

/**
* Contains response data for the listPerfMonCountersSlot operation.
*/
Expand Down Expand Up @@ -18893,6 +19073,29 @@ export type WebAppsUpdateSourceControlSlotResponse = SiteSourceControl & {
};
};

/**
* Contains response data for the startNetworkTraceSlot operation.
*/
export type WebAppsStartNetworkTraceSlotResponse = {
/**
* The parsed response body.
*/
body: any;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: any;
};
};

/**
* Contains response data for the listTriggeredWebJobsSlot operation.
*/
Expand Down Expand Up @@ -19254,6 +19457,29 @@ export type WebAppsUpdateSourceControlResponse = SiteSourceControl & {
};
};

/**
* Contains response data for the startNetworkTrace operation.
*/
export type WebAppsStartNetworkTraceResponse = {
/**
* The parsed response body.
*/
body: any;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: any;
};
};

/**
* Contains response data for the listTriggeredWebJobs operation.
*/
Expand Down Expand Up @@ -19851,6 +20077,29 @@ export type WebAppsBeginCreateOrUpdateSourceControlSlotResponse = SiteSourceCont
};
};

/**
* Contains response data for the beginStartNetworkTraceSlot operation.
*/
export type WebAppsBeginStartNetworkTraceSlotResponse = {
/**
* The parsed response body.
*/
body: any;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: any;
};
};

/**
* Contains response data for the beginCreateOrUpdateSourceControl operation.
*/
Expand All @@ -19870,6 +20119,29 @@ export type WebAppsBeginCreateOrUpdateSourceControlResponse = SiteSourceControl
};
};

/**
* Contains response data for the beginStartNetworkTrace operation.
*/
export type WebAppsBeginStartNetworkTraceResponse = {
/**
* The parsed response body.
*/
body: any;
/**
* The underlying HTTP response.
*/
_response: msRest.HttpResponse & {
/**
* The response body as text (string format)
*/
bodyAsText: string;
/**
* The response body as parsed JSON or XML
*/
parsedBody: any;
};
};

/**
* Contains response data for the listNext operation.
*/
Expand Down
Loading