internal override async Task <MSDeployStatusInner> CreateMSDeploy(MSDeployInner msDeployInner, CancellationToken cancellationToken)
 {
     return(await Manager.Inner.WebApps.CreateMSDeployOperationSlotAsync(ResourceGroupName, parent.Name, Name(), msDeployInner, cancellationToken));
 }
 ///GENMHASH:B64F0B705C1970A57BCEB34522A005DA:56F87C785CA4EB155CEA2862A9A8B5E6
 internal WebDeploymentImpl(WebAppBaseImpl <FluentT, FluentImplT, DefAfterRegionT, DefAfterGroupT, UpdateT> parent)
 {
     this.parent  = parent;
     this.request = new MSDeployInner();
 }